Difference between revisions of "Kubectl describe deployment"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
[[kubectl describe]] deployment | [[kubectl describe]] deployment | ||
+ | [[kubectl describe]] deployments | ||
.../.... | .../.... | ||
+ | [[kubectl describe deployment grafana]] | ||
+ | |||
[[kubectl describe]] deployment | egrep -w "Port|Ports" | grep -v Host | [[kubectl describe]] deployment | egrep -w "Port|Ports" | grep -v Host |
Revision as of 16:00, 31 May 2022
kubectl describe deployment kubectl describe deployments .../....
kubectl describe deployment grafana
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: