Secret Store CSI Driver Tutorial | Kubernetes Secrets | AWS Secrets Manager | KodeKloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

  • @KodeKloud
    @KodeKloud  หลายเดือนก่อน +1

    🚀Explore Our Top Courses & Special Offers: kode.wiki/40SkWyU

  • @ChiruMegs
    @ChiruMegs 8 หลายเดือนก่อน +8

    Looked at many videos to understand AWS Secrets, CSI drivers and Storage Class. This is the Best tutorial on this topic I had found till date.

  • @mynenisr
    @mynenisr 2 วันที่ผ่านมา

    Very well done. So far I used ASM. so thats my fav.

  • @nforlife
    @nforlife 9 หลายเดือนก่อน +2

    What a great demo and some troubleshooting
    My fav is Hashicorp vault!

  • @rishisharath6668
    @rishisharath6668 5 หลายเดือนก่อน

    Thank you so much for making this, its been really helpful, also just to add to anyone wondering, if ur creating ur application in a seperate namespace make sure u create the service account in that particular namespace too and not in defualt namespace.

  • @omega1962
    @omega1962 8 หลายเดือนก่อน +2

    Excellent Excellent Excellent.....simply excellent....thanks a lot Sir.....

  • @narasimha._sai
    @narasimha._sai 5 วันที่ผ่านมา

    Top notch content

  • @arunshankar1987
    @arunshankar1987 9 หลายเดือนก่อน +1

    Helpful video. Saved my day

  • @HadiAl-Atally
    @HadiAl-Atally 6 หลายเดือนก่อน +1

    That was one fantastic demo, many thanks.

  • @darkjo4335
    @darkjo4335 24 วันที่ผ่านมา

    Hello, thank you for your great video! I would like to know if it’s possible to use a CSI storage driver in my EKS cluster without configuring the OIDC provider for the cluster. Specifically, I want to rely solely on the IAM roles of the worker nodes and add the necessary permissions to retrieve secrets from Secrets Manager through those roles. I understand that this may not be the most secure option, as all pods on the worker nodes would inherit the permissions of the worker nodes.

  • @subithalsubbaiah7004
    @subithalsubbaiah7004 8 หลายเดือนก่อน +3

    @kodeKloud , I'm wondering, How is it safe when the password is saved in plain text inside the pod. Anyone with read access , who can read the k8s secret can also read the pod's volume. Correct me if I'm wrong.

    • @ofirfr4804
      @ofirfr4804 6 หลายเดือนก่อน +1

      The pod has to have the credentials / authorization in order to connect to other services, a DB for an instance.
      So, if you have access to the pod which connects to a DB, you have access to the DB, with the same privileges given to the pod.

  • @manuv2u
    @manuv2u 4 หลายเดือนก่อน

    I have done as it is it worked 🎉, but I have try with multiple node group in same cluster like node-dev and node-qa, with different secret manager but iam not able to access in one node, in node-dev group instance are running.. but in node-qa group instance are not running.. with same configuration ( I have cross check twice)
    Check with secret store log that are not mounted, it's not able to retrieve secret from Secret manager error like "Failed to fetch secret from all regions"

  • @sonubhagat6372
    @sonubhagat6372 2 หลายเดือนก่อน

    Is that anyways to configure webhook so that whenever something changed to secret manager it should notify to csi

  • @erodotosdemetriou6506
    @erodotosdemetriou6506 2 หลายเดือนก่อน +1

    Perfect. Kudos sir!

    • @KodeKloud
      @KodeKloud  2 หลายเดือนก่อน

      Thank you kindly!

  • @pradippipaliya9675
    @pradippipaliya9675 3 หลายเดือนก่อน

    @kodeKloud, How can we use secrets from secret manager into our on-premise kubernetes cluster which is setup using kubeadm?? We want to use Secret store CSI Driver to inject secret into pod from secret manager. I have find a lot but not getting anything, please help.

  • @vladimirsiman8838
    @vladimirsiman8838 4 หลายเดือนก่อน

    this video is a high quality stuff, thanks a lot, great !

  • @pradippipaliya9675
    @pradippipaliya9675 6 หลายเดือนก่อน

    Is there any way to inject secret value as env variable inside the pod without creating kubernetes secrets??

  • @JohnNguyen-x1w
    @JohnNguyen-x1w 19 วันที่ผ่านมา

    perfect!

  • @fabrizzio_aranda
    @fabrizzio_aranda 7 หลายเดือนก่อน

    Great information, looks like with this implementation it won't be possible to use the secrets as env variables, instead I will need to indicate my app to fetch the secrets from a file, and monitor when the secret's value changes, correct?

  • @CarlosMarin-lp9xe
    @CarlosMarin-lp9xe 3 หลายเดือนก่อน

    Excellent video!!!

  • @wenjieyang2226
    @wenjieyang2226 8 หลายเดือนก่อน

    Nice video!!! Thanks Sanjeev

  • @Tester-f6j
    @Tester-f6j 9 หลายเดือนก่อน

    Hi you'r video looks great
    can you please explain how can i use the value in the pod env section ?
    Thank you

    • @SoulJah876
      @SoulJah876 9 หลายเดือนก่อน

      Maybe it would be only possible set a secret from the mounted file as an env variable within pod's container(s).

    • @chrisbecke2793
      @chrisbecke2793 7 หลายเดือนก่อน +1

      This is one of the reasons to sync as a kubernetes secret.

  • @rajenderprasad1193
    @rajenderprasad1193 6 หลายเดือนก่อน

    This is great demo.. I have a question. Is there any way to create configMap instead of secret..

    • @sagarhm2237
      @sagarhm2237 6 หลายเดือนก่อน

      yes good question , Curenntly agrocd supports with restarts pods .

  • @ferhatcan5262
    @ferhatcan5262 8 หลายเดือนก่อน

    So helpfull

    • @KodeKloud
      @KodeKloud  8 หลายเดือนก่อน

      Thank you!

  • @tonyc2227
    @tonyc2227 5 หลายเดือนก่อน

    sealed secret is my favorite since the secret is never stored in plain text on a file system.

    • @TheRealZauriel
      @TheRealZauriel 5 หลายเดือนก่อน

      I think you should re-read the documentation. I'm pretty sure once a sealed-secret is applied to a cluster, it's stored as a regular k8s secret that's base64 encoded. Sealed-secrets is just for securely storing the secret in a git repo.

  • @akhibshaikh8666
    @akhibshaikh8666 25 วันที่ผ่านมา

    saviour

  • @dsosys
    @dsosys 9 หลายเดือนก่อน

    Great....

  • @sagarinfomode
    @sagarinfomode 4 หลายเดือนก่อน

    link for all yaml files

  • @ash3rr
    @ash3rr 7 หลายเดือนก่อน +2

    who are you? you're not even a real person, it's like you created an AI instead of hiring someone to make this video.

    • @rajasekharb7901
      @rajasekharb7901 3 หลายเดือนก่อน

      haha.. 😄he is co-tutor of kodeCloud and he works with Mumshad Mannambeth

  • @ajaychavda2826
    @ajaychavda2826 5 หลายเดือนก่อน

    Nice one !

    • @KodeKloud
      @KodeKloud  4 หลายเดือนก่อน

      We are glad that you have enjoyed your learning experience with us : )