Integrate Azure Key Vault with Azure Kubernetes Service(AKS)

Sdílet
Vložit
  • čas přidán 13. 03. 2022
  • Managing secrets and using secrets in the Azure Kubernetes environment is a very important security aspect. This video covers a secure way of using secrets that are stored in Azure Key Vault into your Azure Kubernetes Cluster(AKS).
    Blog Link:
    / access-secrets-from-az...
    #azure, #devops, #key-vault, #aks, #kubernetes, #secret, #devsecops, #yaml, #security
  • Věda a technologie

Komentáře • 31

  • @LinhNguyen-nq5di
    @LinhNguyen-nq5di Před rokem +3

    Excellent video! I like how you first described the overall process at 4:30 before conducting the demo. Thank you!

  • @jishnusasi4971
    @jishnusasi4971 Před rokem +1

    Very informative! Thanks a lot.

  • @vincentl5883
    @vincentl5883 Před 2 lety +1

    Very helpful, thanks!

  • @anthonydelagarde3990
    @anthonydelagarde3990 Před rokem

    Awesome video! great job!

  • @saikishore158
    @saikishore158 Před 11 měsíci

    Simple and beautiful, I loved this explanation.

  • @user-qr5cg1dy2t
    @user-qr5cg1dy2t Před rokem

    Very GOOD! Only video/article that worked for me

  • @user-kx2tx3cc7p
    @user-kx2tx3cc7p Před rokem +1

    Very clear explanation and moreover, you demo it which is awesome

  • @mohammedmubeenhussain1143
    @mohammedmubeenhussain1143 Před 8 měsíci

    Excellent explanation. Thank you

  • @kirank3052
    @kirank3052 Před rokem

    Awesome, kudos to you

  • @joybanerjee3859
    @joybanerjee3859 Před rokem

    great demo

  • @kirubasindhudevendran1049
    @kirubasindhudevendran1049 Před 11 měsíci

    Good explanation

  • @javieraquiroz
    @javieraquiroz Před 9 měsíci

    Thanks a lot for sharing! You explained very clearly and nicely. I have one doubt, does anyone know after the first pod that mounts the secret how to get the key vault value into the other pods env?

  • @kambajwa1054
    @kambajwa1054 Před rokem

    Well Done :)

  • @abhijitprusty
    @abhijitprusty Před rokem +2

    Awesome video - Could you also suggest, alternative way to avoid mounting ?

  • @pervaizahmad2691
    @pervaizahmad2691 Před 12 dny

    How can i implement the secret rotation policy on AKS?

  • @abhijeettanawade7504
    @abhijeettanawade7504 Před měsícem

    Can we use azure vault to store certificate and use it with aks ingress for ssl termination?

  • @tejendergoud254
    @tejendergoud254 Před rokem +2

    Very informative video. Can we also have the video for managed identity :)

  • @rajeshe9885
    @rajeshe9885 Před 3 měsíci

    i am planning to connect multiple instance to central keyvault in your demo you are added vm scaleset instead of that can i use azure service principal id or userAssignedIdentityID if yes can you please provide those steps

  • @shivprasadgurjar487
    @shivprasadgurjar487 Před 3 měsíci

    Good video. This pod is created just to check the secret right, for another application pods we dont need to do anything right. It will get connected with password?

  • @surajsingh-cc3xf
    @surajsingh-cc3xf Před rokem

    Hello Will the similar process follow for Azure redhat openshift

  • @lovelysharma5825
    @lovelysharma5825 Před 2 lety

    Hi is it safe to use this busybox image from google container registry ?

  • @shivprasadgurjar487
    @shivprasadgurjar487 Před měsícem

    good explanation. i am looking someone who can teach me complete aks with devops pipeline

  • @MrVasanth700
    @MrVasanth700 Před 2 lety +1

    Thanks for sharing your knowledge. If you have a time please share some real time issues and solutions on AKS.

  • @lakshmishivaganeshsontenam2355

    Awesome but a quick question. I understand this tutorial uses “managed identity” to authenticate keyvault service. Can we use any other credential auth mechanism for AKS ?
    Also what could be the design reason for managed identity access to vmss instead of whole aks service(hosting vmms) ?

  • @insanitygaara
    @insanitygaara Před rokem

    Mate, any idea on implementing the final pod deployment using terraform?

    • @CleanDevelop
      @CleanDevelop Před rokem

      bhai ye mate word use krke cool banne ki koshish mt kia kr, australian nahi h tu, ek chutiya ldka h tu yaad rakhio

  • @ramallways6321
    @ramallways6321 Před rokem

    How to set an environment variable from this secretProviderClass to the container?

    • @javieraquiroz
      @javieraquiroz Před 9 měsíci

      Hi! Did you manage to achieve this? I have the same doubt :(. If you run a new pod... how can you read/add the secret value in the env?

    • @geraldnathan9646
      @geraldnathan9646 Před 7 měsíci

      Once text file is mounted and accessible inside pod - you can run add it to init script using linux export command