我真的需要托管云集群上的 kubeadm 吗?

Do I really need kubeadm on a managed cloud cluster?

我正在 AKS 中的一个小型托管集群上摆弄 Kubernetes。

看起来我已经准备好进行部署,因为我的节点池已经在设置时进行了配置和引导(或者这就是它的样子)。

我是不是漏掉了什么?

Do I really need kubeadm on a managed cloud cluster?

使用 Azure AKS / AWS EKS / Google GKE 托管 Kubernetes 集群时,您不需要 kubeadm 工具。

kubeadm用于创建self-managed Kubernetes集群。

You can use the kubeadm tool to create and manage Kubernetes clusters. It performs the actions necessary to get a minimum viable, secure cluster up and running in a user friendly way.