Skip to content

Instantly share code, notes, and snippets.

@ciavashkh
Last active June 23, 2020 13:18
Show Gist options
  • Save ciavashkh/19ae700bac3847fa997879ade3829ac2 to your computer and use it in GitHub Desktop.
Save ciavashkh/19ae700bac3847fa997879ade3829ac2 to your computer and use it in GitHub Desktop.
kubectl apply
apiVersion: v1
kind: Pod
metadata:
name: shell-demo
spec:
volumes:
- name: shared-data
emptyDir: {}
containers:
- name: shell-demo
image: ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment