Difference between revisions of "Kubectl get pod"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/45046340/9269906
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | [[kubectl get pod -A -o wide]] | ||
+ | [[kubectl get pod -A]] | ||
+ | kubectl get pod | ||
+ | [[kubectl get pod --watch]] | ||
+ | [[kubectl get pod -n kube-system]] | ||
[[kubectl get]] pod redis --watch | [[kubectl get]] pod redis --watch | ||
− | NAME READY STATUS RESTARTS AGE | + | NAME READY STATUS RESTARTS [[AGE]] |
redis 1/1 Running 0 13s | redis 1/1 Running 0 13s | ||
kubectl get pod PODNAME -n NAMESPACE -o yaml | [[kubectl replace]] --force -f -<ref>https://stackoverflow.com/a/45046340/9269906</ref> | kubectl get pod PODNAME -n NAMESPACE -o yaml | [[kubectl replace]] --force -f -<ref>https://stackoverflow.com/a/45046340/9269906</ref> | ||
+ | |||
+ | kubectl get pod -n kube-system -l "app.kubernetes.io/name=[[aws-ebs-csi-driver]],app.kubernetes.io/instance=aws-ebs-csi-driver" | ||
+ | NAME READY STATUS RESTARTS AGE | ||
+ | ebs-csi-controller-7687b8974-2t8nf 5/5 Running 0 2m15s | ||
+ | ebs-csi-controller-7687b8974-vpjln 5/5 Running 0 2m15s | ||
+ | ebs-csi-node-4nxsp 3/3 Running 0 2m15s | ||
+ | ebs-csi-node-6n8dp 3/3 Running 0 2m15s | ||
+ | ebs-csi-node-d4j8z 3/3 Running 0 2m15s | ||
+ | |||
kubectl get pod | kubectl get pod | ||
− | NAME READY STATUS RESTARTS AGE | + | NAME READY [[STATUS]] RESTARTS AGE |
− | grafana-6d966d974b-7cc5f 0/1 Evicted 0 115m | + | grafana-6d966d974b-7cc5f 0/1 [[Evicted]] 0 115m |
grafana-6d966d974b-8hpw6 0/1 Pending 0 115m | grafana-6d966d974b-8hpw6 0/1 Pending 0 115m | ||
grafana-6d966d974b-8s29j 0/1 Evicted 0 115m | grafana-6d966d974b-8s29j 0/1 Evicted 0 115m | ||
Line 24: | Line 38: | ||
* <code>[[kubectl top]]</code> | * <code>[[kubectl top]]</code> | ||
* <code>[[kubectl get pods]]</code> | * <code>[[kubectl get pods]]</code> | ||
+ | * <code>[[kubectl describe pod]]</code> | ||
== See also == | == See also == |
Latest revision as of 17:16, 29 February 2024
kubectl get pod -A -o wide kubectl get pod -A kubectl get pod kubectl get pod --watch kubectl get pod -n kube-system
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]
kubectl get pod -n kube-system -l "app.kubernetes.io/name=aws-ebs-csi-driver,app.kubernetes.io/instance=aws-ebs-csi-driver" NAME READY STATUS RESTARTS AGE ebs-csi-controller-7687b8974-2t8nf 5/5 Running 0 2m15s ebs-csi-controller-7687b8974-vpjln 5/5 Running 0 2m15s ebs-csi-node-4nxsp 3/3 Running 0 2m15s ebs-csi-node-6n8dp 3/3 Running 0 2m15s ebs-csi-node-d4j8z 3/3 Running 0 2m15s
kubectl get pod NAME READY STATUS RESTARTS AGE grafana-6d966d974b-7cc5f 0/1 Evicted 0 115m grafana-6d966d974b-8hpw6 0/1 Pending 0 115m grafana-6d966d974b-8s29j 0/1 Evicted 0 115m grafana-6d966d974b-9pn6p 0/1 Evicted 0 3h38m grafana-6d966d974b-k8rz5 0/1 Evicted 0 115m grafana-6d966d974b-q8j9w 0/1 Evicted 0 174m grafana-6d966d974b-scgkn 0/1 Evicted 0 115m grafana-6d966d974b-wmvcg 0/1 Evicted 0 115m grafana-6d966d974b-xjw86 0/1 Evicted 0 115m grafana-6d966d974b-xsvv4 0/1 Evicted 0 115m
Related commands[edit]
See also[edit]
- 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: