在 aws kops 集群中部署 pod

deployment of the pod in the aws kops cluster

我创建了具有 1 个主节点和 2 个工作节点的 kops 集群。我还创建了 pod & 它是 运行 成功。但是如何在 kops 集群节点中部署这个 pod?请帮忙。

--编辑-- "kops get cluster"命令returns表示,集群开启。而pod创建的"kubectl get pod" returns状态为"Running".

我尝试使用 --image 标签创建集群。但由于它是一个私有存储库,它导致了错误。如果是这样,您能否建议一种使用私有存储库映像创建集群的方法。

how do I deploy this pod in the kops cluster nodes?

当您部署 pod 时,它被部署在 1 个工作节点上,您可以使用

检查是哪一个

kubectl get pods -o wide

值得一看 Viewing Pods and Nodes

的 kubernetes 文档

If that's the way, can you please suggest a way to create the cluster with private repository image.

关于私人仓库看看这个kubernetes documentation

我建议使用 docker registry, if you know helm there is a helm chart