Kubernetes Deployment Operations

From NovaOrdis Knowledge Base
Revision as of 23:09, 23 October 2019 by Ovidiu (talk | contribs) (Created page with "=Internal= * Kubernetes Operations * Deployments =Updating Deployments= kubectl get deployment ... -o yaml → modify → kubectl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Updating Deployments

kubectl get deployment ... -o yaml → modify → kubectl apply -f