k3s/contrib/podex
Johan Euphrosine 8f40d603f9 podex: add build to travis 2014-10-02 18:02:19 -07:00
..
MAINTAINERS.md podex: cleanup maintainers 2014-10-02 17:25:57 -07:00
README.md podex: move to contrib 2014-10-02 10:37:41 -07:00
podex.go podex: add build to travis 2014-10-02 18:02:19 -07:00

README.md

podex

Description

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.

Usage

$ docker pull google/nodejs-hello
$ podex -yaml google/nodejs-hello > pod.yaml
$ podex -json google/nodejs-hello > pod.json