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

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -