Skip to content

Instantly share code, notes, and snippets.

@SanthoshBabuMR
Created April 19, 2020 23:29
Show Gist options
  • Save SanthoshBabuMR/22d833b0dc077724e2778832874bd12a to your computer and use it in GitHub Desktop.
Save SanthoshBabuMR/22d833b0dc077724e2778832874bd12a to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: my-multi-container-pod
labels:
app: myapp
type: front-end
spec:
containers:
- name: nginx-container
image: nginx
- name: redis-container
image: redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment