Skip to content

Instantly share code, notes, and snippets.

@beagleknight
Last active July 30, 2018 08:00
Show Gist options
  • Save beagleknight/0c827891e334ec9df4f0496dc0caf31f to your computer and use it in GitHub Desktop.
Save beagleknight/0c827891e334ec9df4f0496dc0caf31f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: hello-pod
labels:
zone: prod
version: v1
spec:
containers:
- name: hello-ctr
image: nigelpoulton/k8sbook:latest
ports:
- containerPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment