Difference between revisions of "Kubectl get pod"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/45046340/9269906
Line 10: | Line 10: | ||
== Related commands == | == Related commands == | ||
* <code>[[kubectl top]]</code> | * <code>[[kubectl top]]</code> | ||
− | + | * <code>[[kubectl get pods]]</code> | |
== See also == | == See also == |
Revision as of 20:44, 13 July 2021
kubectl get pod redis --watch NAME READY STATUS RESTARTS AGE redis 1/1 Running 0 13s
kubectl get pod PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -[1]
Related commands
See also
- Pods:
kubectl apply
,kubectl [ pod get | top | delete | describe pods ]
,InitContainers, PodInitializing, CrashLoopBackOff, ImagePullPolicy:, NodeAffinity, NodeSelector, Terminated
kubectl
: [cp | config | create
|delete
|edit | explain |
apply
|exec
|get
|set
|drain | uncordon | rolling-update
|rollout
|logs
|run
|auth
|label | annotate
|version
|top
|diff
|debug
|replace
|describe
|port-forward | proxy
|scale
|rollout
|api-resources
| expose deployment | expose | patch | attach | get endpoints | ~/.kube/config | kubectl logs --help | kubectl --help, kubectl-convert, kubectl autoscale, kubectl.kubernetes.io
Advertising: