Template:Kubectl information TOC
Revision as of 15:47, 26 January 2020 by Welcome (talk | contribs) (Created page with "* Verify running Pods: ** <code>kubectl get pods</code> ** <code>kubectl get pod PODNAME</code> ** <code>kubectl get pod PODNAME -n MY_NAMESPACE</code> ** <code>ku...")
- Verify running Pods:
kubectl get pods
kubectl get pod PODNAME
kubectl get pod PODNAME -n MY_NAMESPACE
kubectl get pod PODNAME -n MY_NAMESPACE --watch
- Fetch metrics for PODNAME pod
kubectl top pod PODNAME
kubectl cluster-info
kubectl version
Advertising: