ConfigMaps and Secrets in Kubernetes

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

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

  • @sachinpatil861
    @sachinpatil861 Год назад +3

    Explanation is clear
    But increasing font size during presentation is much appreciated

  • @jalandharbehera2456
    @jalandharbehera2456 Год назад +3

    Your teaching style is very unique.....thank you so much sir 🙏

  • @puranamy
    @puranamy Месяц назад +1

    Super Pavan sir

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

    Thank you so much Pavan
    Your teaching is ultimate

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

      Thank you so much Naresh. Please share with your colleagues and friends

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

    Thank you for great explanation.

  • @muralireddy5493
    @muralireddy5493 Год назад +2

    your explanation way is awesome bro..😊

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

      Thank you so much Murali. Please share with your friends and colleagues..

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

      Hi @pavanElthepu. I have created the config map and secret yaml finele. But I am confused where can I add those secret ls in app.yaml file.

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

    Awesome! It was absolutely a beautiful learning experience, brushing up concepts from your videos, not only that, sometimes learning something new, be it a command trick, or something, but it's truly amazing.
    I have one quick suggestion on this k8s topic:
    Is it possible for you to live-stream or post-upload any k8s-projects, that will bossts the understanding to the next level, taking majority of the k8s api-resources into account?

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

      Thank you so much😊. And yeah, I’ll post a K8s project end to end very soon

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

    great video thanks pavan

  • @ROCKETMANKHERA
    @ROCKETMANKHERA 3 месяца назад

    Thank you for sharing, great video. Do you have one on Skaffold? I am trying to see how to use configMapKeyRef and secretKeyRef in a skaffold yaml file.

  • @prasannakumar-t8g
    @prasannakumar-t8g Год назад +1

    Thankyou sir

  • @prateeksarangi9187
    @prateeksarangi9187 8 месяцев назад +1

    great pavan

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

      Glad that you liked Prateek. Please share with your friends and colleagues

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

    Superb

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

    informative

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

      Thank you so much Manish. Please share with your colleagues and friends

  • @vatansoni6439
    @vatansoni6439 9 месяцев назад +1

    9:36 config map

  • @ramisarhan8618
    @ramisarhan8618 6 месяцев назад

    hello friend, how can you get autocompletion in your editor ?

  • @haridevops-b4r
    @haridevops-b4r 8 месяцев назад +1

    hi Pavan kindly provide the material

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

      Hi Hari, I will try to push to GitHub

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

    I still do not understand why anyone would choose Secret over ConfigMap. It doesn't offer anything other than the slight headache of encoding and decoding the values. What am I missing?

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

      @andhrerium : the way it stores in etcd. Secrets- in encrypt form.

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

      No secrets are not encrypted they are just encoded

    • @the_hustling_wanderer
      @the_hustling_wanderer 9 дней назад

      I think secrets are not used in production, other 3rd party secret management tools are used like vault etc