I'm reading the docs on integrating AAD with AKS and it doesn't seem like a great solution. It takes the approach of including group membership claims in the token itself, but in JWTs there is a max of 200 group claims allowed - easily surpassed for users in large organizations, since the claims include transitive group membership. There are two much superior approaches:
Since the current solution does not fit our needs, I have to ask - if we can't integrate AAD with AKS then how is the cluster secured? Is it insecure by default?
By default its using Kubernetes security model, when you integrate it with AAD nothing really changes, you just can assign AAD principles to Kubernetes roles. That's it. So its no more secure with AAD integration, its just more convenient to manage permissions using AAD principles compared to having to create users inside kubernetes and grant them permissions