Last active
March 3, 2020 18:06
-
-
Save lbbedendo/a1fd98c5cec5de3775e15d4449799a57 to your computer and use it in GitHub Desktop.
Kubectl commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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