Skip to content

Instantly share code, notes, and snippets.

@jhunt
Created February 12, 2020 14:52
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 jhunt/c284c9df1f0e130c1866f3822434b47b to your computer and use it in GitHub Desktop.
Save jhunt/c284c9df1f0e130c1866f3822434b47b to your computer and use it in GitHub Desktop.
Running Pods (natively) ain't such a great idea, after all.
apiVersion: v1
kind: Pod
metadata:
name: its-a-pod
spec:
containers:
- image: filefrog/k8s-hacks:falldown
name: its-a-pod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment