Streamline Your Kubernetes Secrets with External Secrets Operator (CNCFMinutes25)

In this video, I will be explaining how to create and use Kubernetes secrets using external key management systems via the external secrets operator. The external secrets operator is a CNCF sandbox project that can help you manage secrets from many providers, including Hashicorp Vault, which is used in the demo for this video. During the tutorial, I will discuss key components such as secretstore and externalsecret, and demonstrate how to push a secret from Kubernetes to the secret store. If you're interested in learning more about managing secrets in Kubernetes, be sure to watch this video!
Git repository used in the demo - github.com/saiyam1814/externa...
Thank you to all the members for supporting the channel:
Komodor(Org Member) - hubs.ly/Q018ptnS0
Instruqt(Org member) - bit.ly/3SlTrpC
Sysdig(Org Member) - sysdig.com/
SlimAI(PlatinumMember)- slim.ai/
►►►Connect with me ►►►
► Kubesimplify: kubesimplify.com/newsletter
► Newsletter: saiyampathak.com/newsletter
► Discord: saiyampathak.com/discord
► Twitch: saiyampathak.com/twitch
► KZread: saiyampathak.com/youtube.com
► GitHub: github.com/saiyam1814
► LinkedIn: / saiyampathak
► Website: / saiyampathak
► Instagram: / saiyampathak
► / saiyampathak

Пікірлер: 11

  • @annusingh4694
    @annusingh4694 Жыл бұрын

    Very well explained! Thank you.

  • @zahurulhaque6377
    @zahurulhaque6377 Жыл бұрын

    Very good explanation

  • @karnatisrinivasulareddy4140
    @karnatisrinivasulareddy4140 Жыл бұрын

    Great video,

  • @RohitTiwari-mo8mi
    @RohitTiwari-mo8mi4 ай бұрын

    Nice 👍

  • @arihantsingh2004
    @arihantsingh2004 Жыл бұрын

    gr888 session

  • @rakeshmallya5575
    @rakeshmallya55754 ай бұрын

    I have a query. with this method, still the secrets can be decoded at the kubernetes end right? So is this secure enough?

  • @user-bu4zb1vx7d
    @user-bu4zb1vx7d7 ай бұрын

    HI, Thanks for this video, is this the same as csi -secret store provider driver in one of your other videos ?

  • @kubesimplify

    @kubesimplify

    7 ай бұрын

    No this is different, if you see the demo portion, it shows how this one works.

  • @MalionAlien
    @MalionAlien7 ай бұрын

    Thanks for the video! I'm seeing that you are having some failures with editing the vault-internal service that you cut from the video. I'm also having this error following along with the video. What did you do behind the scenes to make that work? Thanks

  • @kubesimplify

    @kubesimplify

    7 ай бұрын

    Did you try from the Repo ?

  • @Palex1990

    @Palex1990

    3 ай бұрын

    You see it in the video. I got the same error. You have to delete the lines with clusterIP and change the type to NodePort. Kubernetes does not let you and say it is saved to a file. Then like in the video kubectl delete -f file and kubectl apply -f file. And then you will have the NodePort.