Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Kubernetes 的新手。我有 IBM 免费的 Kubernetes 集群。我部署了图像。似乎运行良好。所以我想知道:它是否意味着只运行一个容器?这和部署一样吗?谢谢。
是的,IBM Cloud 的免费套餐可以运行多个容器。您仅限于单个节点,但它能够运行多个 pod,然后每个 pod 中可以有多个容器。