Disable the Kubernetes dashboard on Azure Kubernetes Service
A recently introduced change enables the capability to disable the Kubernetes dashboard on an AKS cluster. This is achieved by providing the Kubernetes dashboard as an AKS add-on like the Azure Monitor for containers integration, AKS virtual nodes or the HTTP application routing.
I stumbled over that capability in the Terraform Azure provider documentation for Azure Kubernetes Service.
-> Read more [...]