Difference between revisions of "Kubectl rollout restart deployment"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Related == | == Related == | ||
− | + | * <code>[[kubectl get deployments]]</code> | |
− | + | * <code>[[kubectl get events]]</code> | |
− | + | * <code>[[kubectl get pods]]</code> | |
== See also == | == See also == |
Revision as of 10:38, 25 July 2022
kubectl rollout restart deployment your-app deployment.apps/your-app restarted
Related
See also
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies:Recreate
orRollingUpdate
,kubectl
[create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments,deployment.kubernetes.io
- Kubernetes Workloads:
Deployment
,ReplicaSet, StatefulSet, DaemonSets, Job, CronJob
,.apps/
Advertising: