mathieu-benoit / myakscluster

How to setup a secure Kubernetes cluster on Azure

Home Page:http://alwaysupalwayson.com/private-aks-and-acr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable K8S Dashboard

mathieu-benoit opened this issue · comments

Since Azure CLI version 2.0.66, we could disable the K8S dashboard: https://github.com/MicrosoftDocs/azure-docs-cli/blob/master/docs-ref-conceptual/release-notes-azure-cli.md#june-4-2019 which is a good practice on a security perspective.

Interesting reading and learning about the k8s dashboard: https://blog.heptio.com/on-securing-the-kubernetes-dashboard-16b09b1b7aca

az aks disable-addons -a kube-dashboard -n $AKS-$suffix -g $RG-$suffix