Skip to content

Instantly share code, notes, and snippets.

@reaperes
Created April 7, 2021 04:58
Show Gist options
  • Save reaperes/2c363d466fbc98a6ea5576af66d3a419 to your computer and use it in GitHub Desktop.
Save reaperes/2c363d466fbc98a6ea5576af66d3a419 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