0

I've setup a kubernetes cluster using Windows containers on Azure Container Service and have successfully deployed my first replication controller.

I'd like to utilize the k8s dashboard as documented here: https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/

Navigating to the clusters DNS name via https with /ui appended to the path results in "Unauthorized". Same for the public IP of the cluster.

Then I tried "kubectl cluster-info" and it spits out a "kubernetes-dashboard" Url which is different than the above Url and also results in "Unauthorized".

Any ideas how I get this to work in ACS?

BrettRobi
  • 3,793
  • 7
  • 40
  • 64

1 Answers1

0

This is documented in the ACS documentation pages. See https://learn.microsoft.com/en-us/azure/container-service/kubernetes/container-service-kubernetes-ui

rgardler
  • 592
  • 3
  • 7