NAME¶ 名称
podman-kube - Play containers, pods or volumes based on a structured input file
podman-kube - 根据结构化输入文件播放容器、pod 或卷
SYNOPSIS¶ 概要
podman kube subcommand podman kube 子命令
DESCRIPTION¶ 描述
The kube command recreates containers, pods or volumes based on the input from a structured (like YAML)
file input. Containers are automatically started.
kube 命令根据结构化(如 YAML)文件输入重新创建容器、pod 或卷。容器会自动启动。
Note: The kube commands in podman focus on simplifying the process of moving containers from podman to a Kubernetes
environment and from a Kubernetes environment back to podman. Podman is not replicating the kubectl CLI. Once containers
are deployed to a Kubernetes cluster from podman, please use kubectl
to manage the workloads in the cluster.
注意:Podman 中的 kube 命令专注于简化将容器从 Podman 移动到 Kubernetes 环境以及从 Kubernetes 环境返回到 Podman 的过程。Podman 不复制 kubectl CLI。一旦容器从 Podman 部署到 Kubernetes 集群,请使用 kubectl
来管理集群中的工作负载。
COMMANDS¶ 命令 ¶
Command |
Man Page 手册页 |
Description |
---|---|---|
apply |
Apply Kubernetes YAML based on containers, pods, or volumes to a Kubernetes cluster |
|
down |
Remove containers and pods based on Kubernetes YAML. |
|
generate |
Generate Kubernetes YAML based on containers, pods or volumes. |
|
play |
Create containers, pods and volumes based on Kubernetes YAML. |
SEE ALSO¶ 参见 ¶
podman(1), podman-pod(1), podman-container(1), podman-kube-play(1), podman-kube-down(1), podman-kube-generate(1), podman-kube-apply(1)
podman(1)、podman-pod(1)、podman-container(1)、podman-kube-play(1)、podman-kube-down(1)、podman-kube-generate(1)、podman-kube-apply(1)
HISTORY¶ 历史 ¶
December 2018, Originally compiled by Brent Baude (bbaude at redhat dot com)
2018 年 12 月,最初由 Brent Baude (bbaude at redhat dot com) 编译。