azure container service - Access kubernetes dashboard in ACS -


i've setup kubernetes cluster using windows containers on azure container service , have deployed first replication controller.

i'd utilize k8s dashboard documented here: https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/

navigating clusters dns name via https /ui appended path results in "unauthorized". same public ip of cluster.

then tried "kubectl cluster-info" , spits out "kubernetes-dashboard" url different above url , results in "unauthorized".

any ideas how work in acs?

this documented in acs documentation pages. see https://docs.microsoft.com/en-us/azure/container-service/kubernetes/container-service-kubernetes-ui


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -