HELM 3 SECRETS TUTORIAL: Helm 3 Secret Management (Helm 3 Secrets Plugin)

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

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

  • @AntonPutra
    @AntonPutra  Год назад +1

    🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com

  • @elangopoomalairaja1858
    @elangopoomalairaja1858 3 года назад +7

    Excellent overview and I was able to understand clearly...Wonderful job Antan!!.

  • @UnionCutlass
    @UnionCutlass 11 месяцев назад +1

    Excellent tutorial, Sir. Quick question : I am evaulting using the Helm Secret on a private cluster (non-cloud). Where do you recommend we store the private key please?

    • @AntonPutra
      @AntonPutra  11 месяцев назад

      You need to find a compromise between safety and convenience. The most secure is to store it offline on usb stick in the safe.

    • @0xc0ffee_
      @0xc0ffee_ 9 месяцев назад

      1Password or any trusted cloud storage for secrets

  • @akashkaturishorts1163
    @akashkaturishorts1163 4 месяца назад

    Superrr Tutorial. I wish you could explain cloud KM tools as well.

    • @AntonPutra
      @AntonPutra  4 месяца назад +1

      ok thanks, will do

  • @AntonPutra
    @AntonPutra  Год назад

    👉 How to Manage Secrets in Terraform - ruclips.net/video/3N0tGKwvBdA/видео.html
    👉 Terraform Tips & Tricks - ruclips.net/video/7S94oUTy2z4/видео.html
    👉 ArgoCD Tutorial - ruclips.net/video/zGndgdGa1Tc/видео.html

  • @anthonyracel6473
    @anthonyracel6473 2 года назад +1

    Thank you for your video. It helped me :)
    It was very clear and concise

  • @andywang4189
    @andywang4189 7 месяцев назад +1

    very useful, thanks!

  • @sagojez
    @sagojez 2 года назад +2

    sops -p is failling for me with sops metadata not found

    • @damirvakhidov175
      @damirvakhidov175 8 месяцев назад

      for those who faced such problem - running sops -p in a new terminal might solve the problem

  • @ruwanvimukthimettananda7847
    @ruwanvimukthimettananda7847 Год назад

    Really helpful. Can you please add another video to configure Helm 3 Secrets with ArgoCD

  • @sarahliang3003
    @sarahliang3003 2 года назад

    Hi Anton,
    I have an existing helm application already, just wondering how to use this helm 3 secret in this case? As this helm chart app is existing, there is no a sibling called secrets.yml from the application root folder.

  • @prathibhap6633
    @prathibhap6633 3 года назад

    Hi Anton, how can we do same process for Azure to pull image from ACR

  • @bigvandi
    @bigvandi 3 года назад +1

    thanks for an overview

  • @amitsharma9163
    @amitsharma9163 3 года назад

    HI Anthon,
    I hope you are doing good. Can you please tell me if your video will resolve the below requirement?
    standardise secrets usages in K8s with a design patter
    We do a lot of development that requires access to secure resources. The credentials for these get stored in a haphazard manner. We should have a design pattern for accessing/mounting secrets for
    JSON keys for GCP buckets.
    Access keys for Azure buckets
    Access keys for AWS buckets
    we should have a script to create the secret, and examples of how to use them in a helm chart.
    phase 1 should keep this as simple as possible
    We've done some work already to integrate a secrets manager such as hashicorp we should look at leveraging that if necessary, for phase 2.

    • @AntonPutra
      @AntonPutra  3 года назад

      First of all, you should not use access keys to access cloud resources, most of the time you can create IAM role with permissions to access it. You can even use the same IAM mechanism to access cross cloud resources, for example GCP bucket from AWS. Static credentials are a bad practice in general. Also, I think integration with secrets manager is a better solution then encrypt your secrets manually and store in the git. I would suggest to take a look on this - ruclips.net/video/Rmgo6vCytsg/видео.html

  • @yuliavasilyeva2692
    @yuliavasilyeva2692 4 года назад +1

    How does it work on Windows?

    • @AntonPutra
      @AntonPutra  4 года назад +2

      You would need to use Windows package manager to install it such as windows chocolatey. The rest of the command will be the same.

    • @yuliavasilyeva2692
      @yuliavasilyeva2692 4 года назад +1

      @@AntonPutra thank you! Can you send me the link?

    • @AntonPutra
      @AntonPutra  4 года назад +2

      @@yuliavasilyeva2692 absolutely here is a link for windows package manager chocolatey.org

    • @AntonPutra
      @AntonPutra  4 года назад +2

      by the way, let me know if you want me create tutorial how to use firebase hosting🤗

    • @yuliavasilyeva2692
      @yuliavasilyeva2692 4 года назад +1

      @@AntonPutra thanks!

  • @jurijssolovjovs3575
    @jurijssolovjovs3575 3 года назад

    Paldies :)