Difference between revisions of "Kubectl describe deployment"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
== Related == | == Related == | ||
* <code>[[kubectl proxy]]</code> | * <code>[[kubectl proxy]]</code> | ||
+ | * [[CKA v1.23 Understand deployments and how to perform rolling update and rollbacks]] | ||
== See also == | == See also == |
Revision as of 16:23, 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: