我可以停止 AKS 群集并启动吗?

Can i stop AKS cluster and start?

当我停止 aks 集群并启动时会发生什么? 我的 pods 会保持原样吗? 节点池和里面的节点会停止吗? 如果它是一个负载均衡器,集群内的服务是否仍然运行并花费我?

停止集群会丢失所有 pods 并再次启动它会创建一个同名的新 pod,但 pod 的 IP 地址会改变。

Pods 在其生命周期内只被调度一次。一旦 Pod 被调度(分配)到一个节点,Pod 就会在该节点上运行,直到它停止或终止。

Do the node pool and nodes inside that stop?Do the services inside the cluster still runs and cost me if it is a load balancer?

是它将停止节点和完整的节点池,因为well.Service集群内部也将停止并且它也不会花费。

参考:https://docs.microsoft.com/en-us/azure/aks/start-stop-cluster?tabs=azure-cli