1podman-kube(1) General Commands Manual podman-kube(1)
2
3
4
6 podman-kube - Play containers, pods or volumes based on a structured
7 input file
8
9
11 podman kube subcommand
12
13
15 The kube command recreates containers, pods or volumes based on the in‐
16 put from a structured (like YAML) file input. Containers are automati‐
17 cally started.
18
19
21 ┌─────────┬─────────────────────────┬─────────────────────┐
22 │Command │ Man Page │ Description │
23 ├─────────┼─────────────────────────┼─────────────────────┤
24 │apply │ podman-kube-apply(1) │ Apply Kubernetes │
25 │ │ │ YAML based on con‐ │
26 │ │ │ tainers, pods, or │
27 │ │ │ volumes to a Kuber‐ │
28 │ │ │ netes cluster │
29 ├─────────┼─────────────────────────┼─────────────────────┤
30 │down │ podman-kube-down(1) │ Remove containers │
31 │ │ │ and pods based on │
32 │ │ │ Kubernetes YAML. │
33 ├─────────┼─────────────────────────┼─────────────────────┤
34 │generate │ podman-kube-generate(1) │ Generate Kubernetes │
35 │ │ │ YAML based on con‐ │
36 │ │ │ tainers, pods or │
37 │ │ │ volumes. │
38 ├─────────┼─────────────────────────┼─────────────────────┤
39 │play │ podman-kube-play(1) │ Create containers, │
40 │ │ │ pods and volumes │
41 │ │ │ based on Kubernetes │
42 │ │ │ YAML. │
43 └─────────┴─────────────────────────┴─────────────────────┘
44
46 podman(1), podman-pod(1), podman-container(1), podman-kube-play(1),
47 podman-kube-down(1), podman-kube-generate(1), podman-kube-apply(1)
48
49
51 December 2018, Originally compiled by Brent Baude (bbaude at redhat dot
52 com)
53
54
55
56 podman-kube(1)