当我在AKS中运行kubectl cluster-info
时,我得到了:
kubernetes-dashboard运行在https://clusterUrl/api/v1/namespaces/kube-system/services/kubernetes-dashboard/proxy
此URL在浏览器中可访问,但仅返回401。
我想知道是否可以通过某种方式登录Azure以便访问此URL?直接访问它会很方便。
答案 0 :(得分:3)
使用kubectl代理,您可以访问仪表板
[root@ae740dbd82bf /]# kubectl proxy
Starting to serve on 127.0.0.1:8001
打开浏览器并导航到 http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/
如果要从外部访问它,则有两种选择