Skip to content

Instantly share code, notes, and snippets.

@foxutech
Last active February 16, 2018 11:54
Show Gist options
  • Save foxutech/a7834447abdd1b6d0f60a52db32ef537 to your computer and use it in GitHub Desktop.
Save foxutech/a7834447abdd1b6d0f60a52db32ef537 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: kubee
spec:
containers:
- name: test
image: nginx
ports:
- containerPort: 80
- name: shell
image: centos:7
command:
- "bin/bash"
- "-c"
- "sleep 1000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment