Manage Secrets Using HashiCorp Vault in Kubernetes Cluster

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

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

  • @SandeepDash-sv6ql
    @SandeepDash-sv6ql 6 месяцев назад +1

    Thanks for this tutorial. Please continue for grafana session for creating dashboards

    • @rohanrustagi7857
      @rohanrustagi7857  6 месяцев назад +1

      @@SandeepDash-sv6ql yes it's in progress.

  • @SandeepDash-sv6ql
    @SandeepDash-sv6ql 6 месяцев назад +1

    Please start with one session for to create an user and rbac policy in Kubernetes.

  • @Sauline1231
    @Sauline1231 3 месяца назад +2

    How our microservice deployment will fetch the secret value ,how to configure secret inside the microservice deployment ?? can you please explain

    • @flesz_
      @flesz_ Месяц назад

      he forgot to show the most important element. Basically this tutorial is only half

    • @Kk-rl7nv
      @Kk-rl7nv 19 дней назад

      He doesnot show by enabling kubernetes auth without enable it will not work.
      Value from vault will fetch by TTL and update automatically instead of restarting pod

    • @rohanrustagi7857
      @rohanrustagi7857  14 дней назад +1

      @@Kk-rl7nv didnt know about this thing , thanks a lot boss. From the article I studied about this didnt explained in depth maybe thats why I missed it.

    • @rohanrustagi7857
      @rohanrustagi7857  14 дней назад

      @@flesz_ For EKS we are utilising secret csi driver + secretprovider . I hope I am right here.

  • @accountfortesting6321
    @accountfortesting6321 5 месяцев назад +1

    Thanks Rohan for the wonderful video, can you please suggest if we have a application which needed some username and passwrod in kubernetes so do we have to create configmap and secret in kubernetes, or if we use same username andpassword which required by application via vault then can we directly use in our pods?

    • @flesz_
      @flesz_ Месяц назад

      looks like he doesn't know himself lol.

    • @rohanrustagi7857
      @rohanrustagi7857  14 дней назад

      Yes if you are using vault/aws secret manager or other cloud provider secret vault you can directly use them in pods. We use EKS so we are using aws secrets csi driver for dynamically provisioning and updating the secrets to our deployment via secretproviderclass.

    • @rohanrustagi7857
      @rohanrustagi7857  14 дней назад

      @@flesz_ yes sir you are right, I didnt know about this as not much explored vault professionally.