Skip to content

Instantly share code, notes, and snippets.

@grouville
Forked from reaperes/hello-world-pod.yaml
Created January 3, 2022 10:42
Show Gist options
  • Save grouville/04402633618f3289a633f652e9e4412c to your computer and use it in GitHub Desktop.
Save grouville/04402633618f3289a633f652e9e4412c to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: hello-world
spec:
containers:
- name: hello
image: "alpine:3"
command: ["/bin/echo", "hello, world"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment