k3s/contrib/podex
Johan Euphrosine 5f8bde781c README: add todos 2014-10-22 16:54:39 -07:00
..
MAINTAINERS.md podex: cleanup maintainers 2014-10-02 17:25:57 -07:00
README.md README: add todos 2014-10-22 16:54:39 -07:00
podex.go Podex handling multiple images 2014-10-22 02:18:14 +02: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

TODOs

  • 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