Difference between revisions of "Kubectl describe deployment"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
[[kubectl describe]] deployment -A | grep "[[StrategyType]]" | [[kubectl describe]] deployment -A | grep "[[StrategyType]]" | ||
+ | StrategyType: RollingUpdate | ||
Revision as of 17:04, 25 July 2022
kubectl describe deployment kubectl describe deployments .../....
kubectl describe deployment grafana
kubectl describe deployment -A | grep "StrategyType" StrategyType: RollingUpdate
kubectl describe deployment | egrep -w "Port|Ports" | grep -v Host
Related
See also
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies:Recreate
orRollingUpdate
,kubectl
[create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments,deployment.kubernetes.io
kubectl describe [ nodes | pods | deployment | pv | pvc | secrets | configmaps | networkpolicy | job ]
Advertising: