Skip to content

Instantly share code, notes, and snippets.

@carlessanagustin
Last active December 23, 2019 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlessanagustin/f5b4332113602dcd1d371fdc3041b0a4 to your computer and use it in GitHub Desktop.
Save carlessanagustin/f5b4332113602dcd1d371fdc3041b0a4 to your computer and use it in GitHub Desktop.
Get a quick Deployment YAML from Kubernetes
kubectl run nginx --image=nginx:latest
kubectl get deploy nginx -o yaml > nginx.default.yaml
kubectl delete deployment nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment