Kubernetes ConfigMap and Secret as Kubernetes Volumes | Demo

Sdílet
Vložit
  • čas přidán 31. 05. 2024
  • Demo of using ConfigMap and Secret as Kubernetes Volumes | Kubernetes ConfigMap | Kubernetes Secrets | Kubernetes Volumes
    ► Subscribe To Me On CZcams: bit.ly/2z5rvTV
    ConfigMap and Secret components are usually used for creating individual values, which are passed as environment variables in the pod configuration.
    But ConfigMap and Secret are also volume types, which people don't realize in the beginning. Using them as volumes is actually a common requirement, e.g. think of applications that take configuration files as parameter on startup. Like prometheus, elastic search or your own java application taking a properties file or certificate file. The question is how to pass these config files to Kubernetes Pods?
    In this video I show you how to create these configMap and secret volumes and how to use them in pods. I give you some real-life use cases and show you the syntax of using volumes in a pod configuration.
    ► Reference to YAML Configs: gitlab.com/nanuchi/kubernetes...
    ► Kubernetes Volumes Explained: • Kubernetes Volumes exp...
    ▬▬▬▬▬▬ T I M E S T A M P S
    0:00 - Intro
    0:13 - Configuration Files usages in pods
    1:13 - ConfigMap and Secret creating individual values (key-value pairs) for env variables
    2:40 - ConfigMap and Secret creating files for mounting them into the pod
    14:44 - Summary
    -------------------------------------------------------------------------------------------------------
    Full Kubernetes and Docker tutorial ► bit.ly/2YGeRp9
    DevOps Tools, like Ansible ► bit.ly/2W9UEq6
    Complete K8s Application Setup ► • Complete Application D...
    Kubernetes Components explained ► • Kubernetes Components ...
    For any questions/issues/feedback, please leave me a comment and I will get back to you as soon as possible. Also please let me know what you want to learn about Docker & Kubernetes or another technology.
    #kubernetes #kubernetestutorial #devops #techworldwithnana
    -------------------------------------------------------------------------------------------------------
    ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    Join private Facebook group ► bit.ly/32UVSZP
    Don't forget to subscribe ► bit.ly/3mO4jxT
    DEV ► bit.ly/3h2fqiO
    INSTAGRAM ► bit.ly/2F3LXYJ
    TWITTER ► bit.ly/3i54PUB
    LINKEDIN ► bit.ly/3hWOLVT
    Legal Notice:
    Kubernetes and the Kubernetes logo are trademarks or registered trademarks of The Linux Foundation in the United States and/or other countries. The Linux Foundation and other parties may also have trademark rights in other terms used herein. This video is not accredited, certified, affiliated with, nor endorsed by Kubernetes or The Linux Foundation.

Komentáře • 163

  • @TechWorldwithNana
    @TechWorldwithNana  Před 4 lety +17

    ► Reference to YAML Configs: gitlab.com/nanuchi/kubernetes-tutorial-series-youtube/-/tree/master/configmap-and-secret-volumes
    0:13 - Configuration Files usages in pods
    1:13 - ConfigMap and Secret creating individual values (key-value pairs) for env variables
    2:40 - ConfigMap and Secret creating files for mounting them into the pod
    14:44 - Summary
    👉🏼 For any questions/issues/feedback, please leave me a comment and I will get back to you as soon as possible.
    Please don't forget to subscribe and give me a thumbs up if you liked my video 😊🙏

    • @SuperDeb1985
      @SuperDeb1985 Před 3 lety

      what will happen if we delete file from volume from container ,will it be deleted from pod too ?

  • @rajasivagaminathan9828
    @rajasivagaminathan9828 Před 3 lety +20

    Nana the life saver of kubernetes developers

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety +3

      I'm glad that you think so Raja 😅 Thanks for the support. Please don't forget to subscribe and share. 🙂

  • @kushagraahire1871
    @kushagraahire1871 Před 3 měsíci +2

    I signed up for java but they are also giving me work related to devops. This video is a life saver.😅

  • @raghavops146
    @raghavops146 Před 3 lety +6

    Thank you Naina! what an amazing tutorial and you got the greatest acumen to explain complex things. Kubernetes is no monster to me now after watching your videos. Thanks for being magnanimous and sharing your videos which are worth gold. God bless you!

  • @guilhermegiusti04
    @guilhermegiusti04 Před 3 lety +1

    No doubt, when we talk about kubernetes your channel is the best

  • @adimardev1550
    @adimardev1550 Před rokem

    after watching lots of devops toturials, everything is becoming a lot more easier. thanks for our great youtube content creators like Nana and others...

  • @SERV007
    @SERV007 Před 4 lety +3

    I have been watching some of the k8s videos. The animated diagrams and the way each sucbject is approached makes complex topics look simple. Tha's a rare talent right there.

    • @TechWorldwithNana
      @TechWorldwithNana  Před 4 lety

      Wow, thank you for this comment! Glad you think so. If you want to support me, please share my video to people who are interested in learning k8s or devops in general. Would be very helpful :)

  • @pallavkan
    @pallavkan Před 4 lety +1

    best channel to learn K8s. Explanation is simple and can easily be remembered. Brilliant!!

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety +1

      Thankful for the opportunity to help Pallav. Your compliment is much appreciated. 😇

  • @pratapreddy231
    @pratapreddy231 Před 3 lety +1

    I love this video. I learn from a detailed explanation. Thank you so much!

  • @sylvia-liu
    @sylvia-liu Před 2 lety

    It became so much clear after watching your video. Great explanation! Thanks for sharing.

  • @jeeperscreepers7
    @jeeperscreepers7 Před rokem

    Best video on configmaps on CZcams, thx!

  • @lutif1415
    @lutif1415 Před 4 lety +4

    Putting a like before even watching., 👍👍👍

  • @AdityaSingh-ih1fz
    @AdityaSingh-ih1fz Před 4 lety +1

    I have always struggled to get a clear understanding of the use cases of configMap and secret but thanks to you for making it so simple to understand and remember.

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety

      You're welcome Aditya. Wishing you all the best in your career. Stay safe. 😇

  • @ianku
    @ianku Před rokem

    this video was lifesaver for me thanks for these quality content

  • @AmolGautam
    @AmolGautam Před rokem

    Thank you so much for this video. I constantly come back to this and refer a few things.

  • @arpitashriwastav5095
    @arpitashriwastav5095 Před 4 lety +3

    Thank you so much for this vedio, from some days i m struggling on this topic and today your vedio appear like miracle to me♥️♥️♥️♥️♥️♥️

    • @TechWorldwithNana
      @TechWorldwithNana  Před 4 lety +2

      You're welcome, really glad to hear that they helped you :)

  • @amulsharma8172
    @amulsharma8172 Před 3 lety

    Thanks nana, you r genius, beauty with brain, such an extraordinary person. Thanks a lot. Grat work keep it up ❤❤

  • @amarlukade2225
    @amarlukade2225 Před 3 lety

    perfectly explained.. really helped me all doubts ... youuuuu rocks !!!!
    thank you

  • @bharathkumar2007
    @bharathkumar2007 Před 3 měsíci

    What a wonderful explanation - Must know concepts explained in very simple way. Well done :)

  • @jaspaljuneja7708
    @jaspaljuneja7708 Před 3 lety +1

    Thankyou so very much ankita, this video lecture was like a walk on snow you made it just so easy. Keep it up!!

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety

      Thank you for the encouragement Jaspal. Just the little things that I need to fuel my passion. Much appreciated. 😇

  • @_Username__
    @_Username__ Před 3 lety +3

    I play her vids as comforting BGM while I code other stuff :)

  • @rajasekharp1176
    @rajasekharp1176 Před rokem

    Thanks Nana for this tutorial. I find it very useful and Appreciate your good job.

  • @SilverWyn23
    @SilverWyn23 Před 2 lety

    High quality education videos! Thank you for your great work ^^

  • @flinox
    @flinox Před 2 lety +1

    Great video Nana, tks so much for share this knoledge with us !!

  • @allards
    @allards Před rokem

    Thank you, the best explanation of this subject i found.

  • @nmrkmsis2000
    @nmrkmsis2000 Před 4 lety +1

    WoWwwww thank you so much. You are simply great. I asked the content and you have recorded.😍😍😍😍😍

  • @saravanachilla
    @saravanachilla Před 3 lety +2

    You are an amazing presenter. Good work.

  • @nirmaljha1453
    @nirmaljha1453 Před 2 lety

    This was amazing demonstration of config map.

  • @SandroAldave
    @SandroAldave Před 3 lety +1

    You are great at explaining concepts. Keep it up!!

  • @mabanu7711
    @mabanu7711 Před rokem

    Thanks Nana for the explanation and implementation

  • @davidjhons2549
    @davidjhons2549 Před 3 měsíci +1

    Congratulations🎉
    For 1 M

  • @Hackenbaker
    @Hackenbaker Před 2 lety

    I always learn something new thanks to you 🙏

  • @cobalt_3283
    @cobalt_3283 Před 2 lety +1

    Very helpful, thanks Nana!

  • @rush2112chile
    @rush2112chile Před 2 lety

    La mejor explicación! te amo!

  • @SrikarAnanthula
    @SrikarAnanthula Před 2 lety

    simplicity ! as usual awesome.

  • @vipinkoul9129
    @vipinkoul9129 Před 3 lety +3

    Waiting for your other videos on different volume types.

  • @deepakg3331
    @deepakg3331 Před 4 lety +1

    Its nice lecture am the fan of u, the way u r taking in to the topics keep on

  • @kemibrianolimba682
    @kemibrianolimba682 Před 8 měsíci

    Thanks Nana. that was a great explanation

  • @ashrafhariff1580
    @ashrafhariff1580 Před 3 lety

    Hi Nana, thank you for your videos they're incredible. I was wondering if you had a demo video for local persistent volumes?

  • @ravism1585
    @ravism1585 Před 2 lety

    Great, good to start with basics

  • @sahilsethi2132
    @sahilsethi2132 Před 3 lety

    great and simple explanation

  • @George-mk7lp
    @George-mk7lp Před 2 lety

    you are awesome Nana!

  • @andreilq
    @andreilq Před 4 lety +1

    Very good and precise tutorial!

  • @ajk7151
    @ajk7151 Před 2 lety +1

    excellent explanation!

  • @Sachin2011jan
    @Sachin2011jan Před rokem

    Very well explained

  • @Joy-vo4ne
    @Joy-vo4ne Před rokem

    Great vedieo. Learned a lot from you. Thanks Nana. It looks like you have used a wrong screenshot at 16:13. while you used the top left with kind/configmap, you use kind/secret for using env variable case.

  • @hamidullahmuslih6301
    @hamidullahmuslih6301 Před 2 lety

    awesome explaination!!

  • @rokofromhell9264
    @rokofromhell9264 Před 4 lety +1

    Thanks a lot! I love your videos!

    • @TechWorldwithNana
      @TechWorldwithNana  Před 4 lety

      Happy to see that you watch all my videos :) Thanks for that!

  • @ianzhang7048
    @ianzhang7048 Před 4 lety +1

    Great video, really helpful!

  • @srinathvk
    @srinathvk Před 4 lety +3

    nice walk through of Vol and Secret. Looking forward to learn about local volume as i got 'node affinity conflict' error on mac using docker-desktop

    • @TechWorldwithNana
      @TechWorldwithNana  Před 4 lety +1

      Thanks, video will come soon!

    • @ro2010jo
      @ro2010jo Před 2 lety

      @@TechWorldwithNana ,
      Many thanks for the excellent videos. I found your explanations to be very useful.
      Have you finished/posted detailed videos for local and remote volumes, explaining the Yaml files? If so, can you please share the link?

  • @soujatyabhattacharya1530

    Wonderful Video Nana ❤❤

  • @DevOpsJourney
    @DevOpsJourney Před 4 lety +1

    I love kubernetes. Just recently been doing some videos on it on my channel

  • @mohammedsuhailbasha4860
    @mohammedsuhailbasha4860 Před 4 lety +1

    Thanks for your beautiful explaination.please make and upload videos on statefulsets.

    • @TechWorldwithNana
      @TechWorldwithNana  Před 4 lety +1

      Hi Mohammed! Thank you, yes I will make a separate video about statefulSets. Turn on the bell to get notified and don't miss new videos :)

  • @Sami-bc9iv
    @Sami-bc9iv Před 3 lety

    Excellent!!!!

  • @MelomaniacForever
    @MelomaniacForever Před 2 lety

    you are the best!

  • @jayashrees1992
    @jayashrees1992 Před 4 lety +1

    Thanks .it is very helpful

  • @alexandr55443
    @alexandr55443 Před 4 lety +1

    Great!!!

  • @pengdu7751
    @pengdu7751 Před 3 lety

    awesome video!

  • @charankowndinya94
    @charankowndinya94 Před 3 lety +1

    super explanation

  • @raphaelkrupinski7572
    @raphaelkrupinski7572 Před rokem

    Thanks for the great explanation!
    Is there a way to mount a single file, like in docker or does it work only for directories

  • @namanrawal5849
    @namanrawal5849 Před 3 lety +1

    thank you! This helped me solve a problem with keycloak and realm-export.json. Does the overwrite create the file if the file doesn't exist, or does it simply overwrite what is already there?

  • @Hackenbaker
    @Hackenbaker Před 3 lety

    Thanks a lot!

  • @nagendrareddybandi1710

    HI Nana,
    Excellent Video & Nice the way of presentation. Thanks for your time for this.
    I just have one query on this.
    in POD definition file under spec: volumes, is it mean volume will create? and the files mosquite-config & secret-file will store on base machine?

  • @user-rv6mu4xu6p
    @user-rv6mu4xu6p Před 3 měsíci

    clean tqsm

  • @sanooosai
    @sanooosai Před 2 lety

    thank you

  • @arturolucas776
    @arturolucas776 Před rokem

    amazing

  • @headinthekloudz
    @headinthekloudz Před 4 lety +1

    Thanks nana🥳

  • @decisionsystems4984
    @decisionsystems4984 Před 2 lety

    Wonderful video! At 7:34 you show the format of the config-file.yaml file. When I do the same, I get separate files; one for each key versus all keys and values being stored in mosquitto.conf What could I be doing wrong? Have K8 changed since this video? Thanks.

  • @prasadjaiswal353
    @prasadjaiswal353 Před rokem

    Thank you so much, I learned a lot through these devops videos also could you help me understand if we can pass Configmap metadata name as variable if it’s dynamic in deployment pods.. along with keys.

  • @dconwheels5309
    @dconwheels5309 Před 3 lety

    Very good explanation. Please suggest if I have store these secret and configmap files in a separate secure location instead of keeping them with deployment files then how to put it in the deployment file..

  • @bhaskar6705
    @bhaskar6705 Před 4 lety +1

    Hey it’s great video 😀

  • @You9553
    @You9553 Před 2 lety

    Hi Nana,
    Is there a way to append contents to the .conf file instead of overwriting the whole file?

  • @Alhansy21
    @Alhansy21 Před 2 lety

    Thanks Nana for your incredible video,
    I’ve a small question please
    How can I create that data: secret.file and how it’s equal to the secret data: params I don’t know how make them equal each other ?

  • @rauldee
    @rauldee Před 3 lety

    Hello Nana,
    Great course ,Is it possible to mount kubeconfig file this way ,so that the PODs can access them .I have a use case with that

  • @tapas511
    @tapas511 Před 10 měsíci

    Awesome. It's an easy to understand concept. Do you have full courses in udemy?

  • @jaja43511
    @jaja43511 Před 2 lety

    Few questions:
    1. Can you delete a configmap then deploy a new one while a pod is still running or using it?
    2. Can you change something in a configmap while it is being used by a running pod? will the pod detect the changes in the configmap?

  • @akashdubey8341
    @akashdubey8341 Před rokem

    Hi Nana, will spring boot be able to pick up application.properties file from /config location. Thanks for video

  • @peregineme
    @peregineme Před 2 lety

    Thanks for this. Is there a way to make them (configmap and secret) persistent?

  • @devved8615
    @devved8615 Před 2 lety

    What is best practice to separate development (local development) and production (k8s) ?

  • @rakeshnagarajan7701
    @rakeshnagarajan7701 Před 4 lety +1

    Hi nana, which software are you using to create these animations?

  • @sdcookingpassion
    @sdcookingpassion Před 3 lety

    I am applying the same mosquitto-config-components.yaml from your repo. I can see the Secret generated for mosquitto to use . But when i logged into the mosquitto pod, I do see /mosquitto/config but not the /mosquitto/secret directory. Any debugging step that can help. No errors on kubectl apply or kubectl pod

  • @inzheneher
    @inzheneher Před 3 lety

    Hi Nana, is it possible to create secret specification for creating secret from file, not from command line with --from-file attribute?

  • @bhavyasreethakur6634
    @bhavyasreethakur6634 Před 4 lety +1

    Thank you so much for this video, can you also explain about ConfigMap generator to configure secrets & Certificates from json file

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety

      Hi Bhavyasree! You're welcome. Hopefully we can add that to the pipeline. Appreciate the support. 🙂

  • @vipinkoul9129
    @vipinkoul9129 Před 3 lety +1

    Awesome :-)

  • @hariharansiddharthsuresh1240

    I've gone through a lot of videos of yours pertaining to kubernetes and they've been really good and easy to understand. But i have one question here. If the requirement of a config file is known well before hand, is it better to bake it in the docker image while creating or is use of configmaps recommended ?

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety +2

      ConfigMaps may change often, if you change the endpoint names, add new ones or change some config details. So by having it outside of docker image, you don't have to rebuild the image. Also you can pass the config map or secret to diff applications, if they both need the same service.

    • @hariharansiddharthsuresh1240
      @hariharansiddharthsuresh1240 Před 3 lety

      @@TechWorldwithNana Thank You!

  • @sabriboubaker
    @sabriboubaker Před 3 lety +1

    Great explanation! One question: can we change the value of configmap mountes as a volume? I mean if i add a line into the file mosquito.file from one pod, will i be able to see it from another pod ? Thanks

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety

      Thanks Sabri. No, you can't change configMap value from the pod.

  • @Nemhesis10
    @Nemhesis10 Před 2 měsíci

    excellent example!!! it's possible use this volumeMount to declare envs, using cat /secret/secret.file?

  • @rajeshraju5060
    @rajeshraju5060 Před 2 lety

    Hi Nana, How to use configure Centralised configuration by using configmap in the kustomization.

  • @Mr1911995
    @Mr1911995 Před 2 měsíci

    Can you please explain where do the symlinks that the newly sourced files via the configmap and the secret point to?

  • @ashishemc2
    @ashishemc2 Před 3 lety

    Grt tutorials Nana. Could you explain difference between secret and config map, except the data is encoded in secret as base64.... anyone can get the secret using 'kubectl get secret "secretname" -o yaml' and decode from base64, Is there any other key difference that iam missing?

  • @sivabhimireddy2283
    @sivabhimireddy2283 Před 3 lety +1

    Awesome orchestration!! I wanna marry you😁

  • @hector_qa7322
    @hector_qa7322 Před 2 lety

    Guys please show some love on the comments, remember all this Kubernetes training is well made and besides it is free

  • @ColumbusO
    @ColumbusO Před 2 lety

    Hi, I want to have a fixed number of pods in K8 and each pod will have slightly different configuration, I want this because I want to divide the work among each pods, is there a way to do this ? Thanks in advance.

  • @kayoutube690
    @kayoutube690 Před rokem

    Hi Nana, I just wanted to ask if do you have module for AWS parameter store for eks??

  • @chrispure7461
    @chrispure7461 Před 3 lety

    What if my pod wants to dynamically refresh the secret (password, if it changes) from configmap volume without restarting the pod?

  • @ceciivanov6152
    @ceciivanov6152 Před rokem

    When you write kubectl exex and then pass the --/bin/sh what is that? It is the entry point for the container meaning it will start the shell ?

  • @adithjawahar1638
    @adithjawahar1638 Před rokem

    Hi Nana, suppose i am already having a json file in my container, I just need to replace a certain value in that file. What will i do in that scenario?

  • @armelgansop4039
    @armelgansop4039 Před 4 lety

    Thanks Nana did you create a persistent volume and pvc for this example I know in real world if the container gets restarted we lose all data ?

    • @TechWorldwithNana
      @TechWorldwithNana  Před 4 lety +1

      No. That's the difference with configMap and secret. You don't need PV and PVC with them. They persist independent of the pod, so when you restart the pod, it will get remounted every time, so you don't lose the data. you can also use the same configMap and secret in multiple pods. For example if you have 5 pods that all need a client certificate, you create one secret and mount it in every pod. Does it clarify your point?

    • @armelgansop4039
      @armelgansop4039 Před 4 lety

      @@TechWorldwithNana Absolutely 👌

  • @amitji24x7
    @amitji24x7 Před 2 lety

    Hi Nana, I don't understand the point of secrets if I have access to secret manifest and can decode it?

  • @hariharansiddharthsuresh1240

    Hey. Hope you're doing good. I have another question. I have a configuration file baked into the docker image in which i would want to add just one line additionally which would vary depending on my application without over writing it the entire content of it. Is that possible ?

    • @cobalt_3283
      @cobalt_3283 Před 2 lety

      You could probably use environment variables.