podex
is a command line tool to bootstrap a kubernetes container manifests from docker image metadata.
Manifests can then be edited by a human to match deployment needs.
$ docker pull google/nodejs-hello
$ podex -yaml google/nodejs-hello > pod.yaml
$ podex -json google/nodejs-hello > pod.json
- option generate a full pod manifest (w/
desired state
) - option to merge multiple container manifest into one pod
- docker run flags support
- option to generate service bindings from links