mirror of https://github.com/k3s-io/k3s
15 lines
340 B
Markdown
15 lines
340 B
Markdown
![]() |
# 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
|
||
|
```
|