Skip to content

Instantly share code, notes, and snippets.

@lbbedendo
Last active March 3, 2020 18:06
Show Gist options
  • Save lbbedendo/a1fd98c5cec5de3775e15d4449799a57 to your computer and use it in GitHub Desktop.
Save lbbedendo/a1fd98c5cec5de3775e15d4449799a57 to your computer and use it in GitHub Desktop.
Kubectl commands
kubectl get namespaces
kubectl get pods -n <namespace>
kubectl logs pod/<pod_name> -n <namespace>
kubectl describe pod/<pod_name> -n <namespace>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment