I created a Kubernetes cluster using AKS service.
When I execute kubectl get nodes
, I expect to see the Master node. However, I don't. I only see the Agent (Role) nodes.
Is it possible to look at the Master node? The reason I want to do this is to check if RBAC is enabled in my cluster, and if not, enable it.