Excellent video Geert, waiting for other videos on Authorization and Admission Control
@praveenambati78042 жыл бұрын
Good one. Question - Instead of using the SPN. We can also enable System Managed Identities on DevOps Agent VM and add the object id in the AKS AAD group right ?
@GeertBaeke2 жыл бұрын
Yes, that's supported. E.g. az login with the --identity parameter
@HoussemDellai3 жыл бұрын
Nice video as usual :)
@kamatapa3 жыл бұрын
Great content. I wish I had found it a couple of weeks ago… 👍
@GeertBaeke3 жыл бұрын
I am glad it was helpful!
@kamatapa3 жыл бұрын
@@GeertBaeke it was really helpful. Do you intend to pursue this topic further with the authz side?
@mifazuzuzu97583 жыл бұрын
hi, i want to ask.. how can i use command az aks get-credential in pipeline? if in my local, i can just use az login, and then i can use that command... but in pipeline its imposible if we login through az login..
@GeertBaeke3 жыл бұрын
You use the Azure CLI task with a service connection that has access to K8S. Then you can use az aks get-credential, potentially with --admin. If you want to use the AAD credentials of the Azure CLI task, check this blogpost -> blog.baeke.info/2021/06/03/a-quick-look-at-azure-kubelogin/