gpt4 book ai didi

azure - 如何使用 az cli 命令访问私有(private) AKS 集群?

转载 作者:行者123 更新时间:2023-12-03 04:43:24 25 4
gpt4 key购买 nike

我目前在使用以下命令登录私有(private) AKS 群集时遇到一些问题:

az account set --subscription [subscription_id]
az aks get-credentials --resource-group [resource-group] --name [AKS_cluster_name]

在我输入这两个命令后,它要求我使用 AZ CLI 生成的代码通过 Web 进行身份验证,之后,我在终端上遇到以下问题:

To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code RTEEREDTE to authenticate.
Unable to connect to the server: dial tcp: lookup aksdusw2aks01-0581cf8f.hcp.westus2.azmk8s.io: i/o timeout

潜在的问题可能是什么?如何成功登录私有(private) AKS 集群?

注释:

我还有一些其他集群,我可以通过终端登录它们,而不会出现任何类型或种类的错误。

最佳答案

您无法使用 kubectl 访问私有(private) AKS 集群的 API 服务器,这就是将其设为私有(private)(无公共(public)访问)的设计。您将需要使用az aks command invoke通过 Azure API 调用命令:

az aks command invoke -n <CLUSTER_NAME> -g <CLUSTER_RG> -c "kubectl get pods -A"

关于azure - 如何使用 az cli 命令访问私有(private) AKS 集群?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72972635/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com