Difference between revisions of "Kubectl get pods -o wide"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  [[kubectl get pods]] -o wide
+
  [[kubectl get pods]] [[-o wide]]
 
  NAME  READY  STATUS  RESTARTS  AGE    IP              NODE                  NOMINATED NODE  READINESS GATES
 
  NAME  READY  STATUS  RESTARTS  AGE    IP              NODE                  NOMINATED NODE  READINESS GATES
 
  cm-acme-http-solver-bk2n6                                    1/1    Running  0          13h    192.168.56.1    ip-192-168-45-192.eu-central-1.compute.internal  <none>          <none>
 
  cm-acme-http-solver-bk2n6                                    1/1    Running  0          13h    192.168.56.1    ip-192-168-45-192.eu-central-1.compute.internal  <none>          <none>
 
  cm-acme-http-solver-l9dgv                                    1/1    Running  0          13h    192.168.45.4    ip-192-168-45-192.eu-central-1.compute.internal  <none>          <none>
 
  cm-acme-http-solver-l9dgv                                    1/1    Running  0          13h    192.168.45.4    ip-192-168-45-192.eu-central-1.compute.internal  <none>          <none>
 
  cm-acme-http-solver-r2lxh                                    1/1    Running  0          13h    192.168.38.163  ip-192-168-45-192.eu-central-1.compute.internal  <none>          <none>
 
  cm-acme-http-solver-r2lxh                                    1/1    Running  0          13h    192.168.38.163  ip-192-168-45-192.eu-central-1.compute.internal  <none>          <none>
 +
 +
== Related ==
 +
[[kubectl get pods -o wide --all-namespaces]]
  
 
== See also ==
 
== See also ==
 +
* {{kubectl pods}}
 
* {{Pods}}
 
* {{Pods}}
* {{kubectl pods}}
 
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

Latest revision as of 13:51, 5 October 2023

kubectl get pods -o wide
NAME  READY   STATUS   RESTARTS   AGE     IP               NODE                  NOMINATED NODE   READINESS GATES
cm-acme-http-solver-bk2n6                                    1/1     Running  0          13h     192.168.56.1     ip-192-168-45-192.eu-central-1.compute.internal   <none>           <none>
cm-acme-http-solver-l9dgv                                    1/1     Running  0          13h     192.168.45.4     ip-192-168-45-192.eu-central-1.compute.internal   <none>           <none>
cm-acme-http-solver-r2lxh                                    1/1     Running  0          13h     192.168.38.163   ip-192-168-45-192.eu-central-1.compute.internal   <none>           <none>

Related[edit]

kubectl get pods -o wide --all-namespaces

See also[edit]

Advertising: