Azure Kubernetes 服务 - 如何选择应在节点上设置哪些容器(Windows 或 Linux)和 OS?
Azure Kubernetes Services - how to choose which containers (Windows or Linux) and OS should be setup on Nodes?
在 AKS 集群 creation/configuration 期间,我没有看到指定我们是否将使用 Linux 或 Windows 容器的选项,并根据该选项选择 OS哪些系统将安装在容器的节点上? configured/selected 怎么样?
谢谢
来自docs:
All AKS clusters are created with a default first node pool, which is
Linux-based. This node pool contains system services, which are needed
for the cluster to function. It's recommended to run at least two
nodes in the first node pool to ensure reliability of your cluster and
the ability to do cluster operations. The first Linux-based node pool
can't be deleted unless the AKS cluster itself is deleted.
话虽如此..您必须至少有 1 个基于 Linux 的节点组。
在 AKS 集群 creation/configuration 期间,我没有看到指定我们是否将使用 Linux 或 Windows 容器的选项,并根据该选项选择 OS哪些系统将安装在容器的节点上? configured/selected 怎么样?
谢谢
来自docs:
All AKS clusters are created with a default first node pool, which is Linux-based. This node pool contains system services, which are needed for the cluster to function. It's recommended to run at least two nodes in the first node pool to ensure reliability of your cluster and the ability to do cluster operations. The first Linux-based node pool can't be deleted unless the AKS cluster itself is deleted.
话虽如此..您必须至少有 1 个基于 Linux 的节点组。