Azure Kubernetes Service authentication with Azure AD

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 12

  • @thiyagi
    @thiyagi 2 месяца назад

    thanks, that's really helpful..👍

  • @Deepak9728
    @Deepak9728 3 года назад +1

    Excellent video Geert, waiting for other videos on Authorization and Admission Control

  • @praveenambati7804
    @praveenambati7804 2 года назад +1

    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 ?

    • @GeertBaeke
      @GeertBaeke  2 года назад

      Yes, that's supported. E.g. az login with the --identity parameter

  • @kamatapa
    @kamatapa 3 года назад

    Great content. I wish I had found it a couple of weeks ago… 👍

    • @GeertBaeke
      @GeertBaeke  3 года назад +1

      I am glad it was helpful!

    • @kamatapa
      @kamatapa 3 года назад

      @@GeertBaeke it was really helpful. Do you intend to pursue this topic further with the authz side?

  • @HoussemDellai
    @HoussemDellai 3 года назад

    Nice video as usual :)

  • @mifazuzuzu9758
    @mifazuzuzu9758 3 года назад

    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..

    • @GeertBaeke
      @GeertBaeke  3 года назад

      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/