Skip to content

Instantly share code, notes, and snippets.

@amrutprabhu
Last active November 25, 2018 14:47
Show Gist options
  • Save amrutprabhu/48384d4479a0c12f9427f6117d3c8cfc to your computer and use it in GitHub Desktop.
Save amrutprabhu/48384d4479a0c12f9427f6117d3c8cfc to your computer and use it in GitHub Desktop.
Some kubernetes commands I came across while working with kubernetes.
-- 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