Skip to content

Instantly share code, notes, and snippets.

@JaniKibichi
Last active January 27, 2022 10:39
Show Gist options
  • Save JaniKibichi/291d44e3b9cd498466173f7c1d900a7a to your computer and use it in GitHub Desktop.
Save JaniKibichi/291d44e3b9cd498466173f7c1d900a7a to your computer and use it in GitHub Desktop.
k8 yaml
{
"apiVersion": "v1",
"kind": "Pod",
"metadata": {
"name": "oreilly"
},
"spec": {
"containers": [
{
"name": "oreilly",
"image": "nginx"
},
{
"name": "safari",
"image": "redis"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment