mathieu-benoit / myakscluster

How to setup a secure Kubernetes cluster on Azure
http://alwaysupalwayson.com/private-aks-and-acr/
11 stars 10 forks source link

Disable K8S Dashboard #24

Closed mathieu-benoit closed 5 years ago

mathieu-benoit commented 5 years ago

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.

mathieu-benoit commented 5 years ago

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

mathieu-benoit commented 5 years ago
az aks disable-addons -a kube-dashboard -n $AKS-$suffix -g $RG-$suffix