โ† Master Class Commands

Command Index

Search copy-ready DevOps commands

Commands are extracted from fenced code examples across all guides and linked back to their source sections.

1,394commands
57tools
288shown
kubectlService Mesh
kubectl patch virtualservice web -n production --type merge -p '{"spec":{"http":[{"route":[{"destination":{"host":"web.production.svc.cluster.local","subset":"stable"},"weight":50},{"destination":{"host":"web.production.svc.cluster.local","subset":"canary"},"weight":50}]}]}}'