Skip to content

Instantly share code, notes, and snippets.

@yuryu
Created January 17, 2015 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuryu/1b4aff340f4f542d7a29 to your computer and use it in GitHub Desktop.
Save yuryu/1b4aff340f4f542d7a29 to your computer and use it in GitHub Desktop.
kubernetes sample json
{
"id": "fedoraapache",
"kind": "Pod",
"apiVersion": "v1beta1",
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "fedoraapache",
"containers": [{
"name": "fedoraapache",
"image": "fedora/apache",
"ports": [{
"containerPort": 80,
"hostPort": 80
}]
}]
}
},
"labels": {
"name": "fedoraapache"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment