I am trying to create a K8s cluster in Azure AKS and when cluster is ready I can see couple of resources are created within the default
namespace. Example secret, configmap:
As a security recommendation NO k8s resources should be created under the default
namespace so how to avoid it? It's created by default during cluster creation.
I have found the same question asked here:
User srbose-msft (Microsoft employee) explained the principle of operation very well:
Additionally: