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.
我们已经创建了一个 AKS (Azure Kubernetes) 集群。如何找出分配给集群的服务主体?
它似乎没有在 GUI 的任何地方显示。
最简单的方法是打开云外壳并执行此操作:
az aks list
并查看结果。它会显示 id 或服务主体
另一种方法是这样做:
az aks show -n aks_name -g rg_name --query servicePrincipalProfile