What are the differences between the RBAC setup in this tutorial vs. the one found here: https://docs.microsoft.com/en-us/azure/aks/aad-integration#create-client-application
The results seem very different regarding admin/user credentials, as well as what is set up in Azure Active Directory. I can elaborate on what I've found, but it's kind of complex. I'm hoping that someone who understands this better can summarize, as well as provide a recommendation on which method to use.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Thanks for the feedback! We are currently investigating and will update you shortly.
@iainfoulds @seanmck could either of you clarify on this?
The tutorial indicates that by default, Kubernetes RBAC is enabled and is used. The second article is to extend that and integrate Azure Active Directory (AD) so that you can use a central identity for users and groups when you define and apply those Kubernetes role-based access controls.
You can use Kubernetes RBAC without Azure AD. There are a lot more steps involved in the Azure AD integration, which is why it isn't covered in the tutorial.
Not sure what the doc question is?
@iainfoulds That actually cleared it up for me. Thanks!