ความคิดเห็น •

  • @Deepak9728
    @Deepak9728 3 ปีที่แล้ว +1

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

  • @HoussemDellai
    @HoussemDellai 3 ปีที่แล้ว

    Nice video as usual :)

  • @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?

  • @praveenambati7804
    @praveenambati7804 ปีที่แล้ว +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 ปีที่แล้ว

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

  • @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/