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

podman-kube-apply(1)

Apply Kubernetes YAML based on containers, pods, or volumes to a Kubernetes cluster
根据容器、Pod 或卷应用基于 Kubernetes 的 YAML 到 Kubernetes 集群

down

podman-kube-down(1)

Remove containers and pods based on Kubernetes YAML.
基于 Kubernetes YAML 删除容器和 Pod。

generate

podman-kube-generate(1)

Generate Kubernetes YAML based on containers, pods or volumes.
基于容器、Pod 或卷生成 Kubernetes YAML。

play

podman-kube-play(1)

Create containers, pods and volumes based on Kubernetes YAML.
基于 Kubernetes YAML 创建容器、Pod 和卷。

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) 编译。