Skip to content

Instantly share code, notes, and snippets.

@lukemarsden
Last active February 14, 2017 16:50
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 lukemarsden/e4125290b1dc7cfdae6ccdb570aec3ec to your computer and use it in GitHub Desktop.
Save lukemarsden/e4125290b1dc7cfdae6ccdb570aec3ec to your computer and use it in GitHub Desktop.
cat << EOF > nginx-pod.yaml
apiVersion: v1
kind: Pod
metadata:
name: nginx-pod
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.7.9
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment