Difference between revisions of "Kubectl get"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
<code>[[kubectl get]] pod NAME_POD --namespace=MY_TEST_NAMESPACE</code>
+
<code>[[kubectl get]] [[pod]] NAME_POD --namespace=MY_TEST_NAMESPACE</code>
  
  

Revision as of 19:27, 6 January 2020

kubectl get pod NAME_POD --namespace=MY_TEST_NAMESPACE


kubectl get pod redis --watch
NAME      READY     STATUS    RESTARTS   AGE
redis     1/1       Running   0          13s


See also

Advertising: