Skip to content

Instantly share code, notes, and snippets.

@asynchroza
Last active December 29, 2024 08:50
Show Gist options
  • Save asynchroza/b2922ec6d0df42219ce763e12b4cff8f to your computer and use it in GitHub Desktop.
Save asynchroza/b2922ec6d0df42219ce763e12b4cff8f to your computer and use it in GitHub Desktop.

k get <resource> <name?> - fetch resource/s

k create <resource> generic <name> <..attributes> --dry-run=client -o yaml > <filename>.yaml - generate resource definition template

k get pod <pod-name> -n <namespace> -o yaml > pod.yaml - export a pod definition

k delete pod <pod-name> - delete a pod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment