Securing Secrets in AKS using Key Vault

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.ค. 2024
  • Learn how to add more security to your Kubernetes cluster. We'll use AAD Pod Identity and Secret Store CSI provider for Key Vault to retrieve database login and password from Azure Key Vault.
    Link for the scripts on github:
    github.com/HoussemDellai/aks-...
    Follow me on twitter: / houssemdellai
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Excellent and clear summary :) It made a lot of sense. I would love to see all of these from DevOps perspective - using ARM templates to deploy all of the necessary resources

  • @madhusudhananmohan232
    @madhusudhananmohan232 2 ปีที่แล้ว

    Super explaination, Houssem ! The Git code was very straight forward, one of the best articles found in net.

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

    Excellent and insightful lecture. Thank you. Definitely I can apply what I learned to my project immediately.

  • @vijayt7857
    @vijayt7857 4 ปีที่แล้ว +2

    Wow awesome... Loved it bcz of ur simple and effective explanation houseem...👍👍 Thank you n more power to you 💪 💪

  • @jervievitriolo6650
    @jervievitriolo6650 2 ปีที่แล้ว

    Hi Houssem, thanks for all your effort in creating this very helpful content, I would love to see if you could provide another one with terraform example and sample application

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

    Nice work pal. thank you. The problem is the amount of TH-cam ads that interrupting the video is god damn high! I forget what you were saying between the ads :D

  • @HoussemAydi
    @HoussemAydi 4 ปีที่แล้ว +1

    good job !!

  • @smartaquarius2021
    @smartaquarius2021 3 ปีที่แล้ว +2

    How to update the values if secret update in key vault. Do we have to manually restart the pod having volume details.

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

    Great job!!

  • @sdbhattacharya
    @sdbhattacharya 4 ปีที่แล้ว +1

    How will it work if the value in Keyvault changes? How will it periodically refresh data from Keyvault?

  • @CesarMartinez-el7ow
    @CesarMartinez-el7ow 3 ปีที่แล้ว

    Hello Houssem! Another great video: D. I have a question, I understand that the best way to secure secrets is one of these solutions like AKV, but is it totally normal that I can run a Cat command inside a pod and I can see the sensitive data? I am a little confused. Thanks!

  • @sharatbhaskar527
    @sharatbhaskar527 2 ปีที่แล้ว

    One question AAD pod managed Identity is in review mode. So we can't use it for production environment. Is there nay alternative if we don't want to create managed identity?

  • @yerrasanthosh764
    @yerrasanthosh764 ปีที่แล้ว

    Hi
    I am trying to access my azure keyvault secrets with aks. My aks cluster is on one subscription and my key vault is into another sub. I have create service principle and added to keyvault and created secret to that in aks. But while creating the pod I am getting forbidden error can't run no root user.

  • @sushantraje2000
    @sushantraje2000 2 ปีที่แล้ว

    What If we wanted to changes secrets in key, how it will reflect the changes

  • @thunderbirds8633
    @thunderbirds8633 2 ปีที่แล้ว

    How to use system managed identity for this setup?