Last active
November 25, 2018 14:47
-
-
Save amrutprabhu/48384d4479a0c12f9427f6117d3c8cfc to your computer and use it in GitHub Desktop.
Some kubernetes commands I came across while working with kubernetes.
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
-- get yaml definition after pod runs. | |
kubectl get pod <pod name> -o yaml | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment