Difference between revisions of "Kubectl describe deployment"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
.../.... | .../.... | ||
+ | |||
+ | [[kubectl describe]] deployment | egrep -w "Port|Ports" | grep -v Host | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[kubect-proxy]]</code> | ||
== See also == | == See also == |
Revision as of 18:35, 24 May 2022
kubectl describe deployment .../....
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: