Back to Browse

Kubernetes ConfigMaps & Secrets Explained with Demo | Day 12 K8s Tutorial

114 views
Feb 5, 2026
24:16

πŸš€ Welcome to Day 12 of our Kubernetes Series! In this video, we continue learning Kubernetes with ConfigMaps and Secrets β€” two essential building blocks for real-world cloud apps. πŸ“Œ Watch this full demo as we learn: βœ… What is a ConfigMap βœ… Why we need ConfigMaps & Secrets βœ… How to create a ConfigMap from the k8s-playlist βœ… How to inject values into a Pod using env variables βœ… How to use volumeMounts for dynamic config βœ… Why Secrets are needed for sensitive data βœ… Interview-ready explanation you can use today πŸ“‚ Code Repository: πŸ”— https://github.com/minaxijoshi3101/k8s-playlist.git All example YAML files used in this video are inside the Day12 folder of the repo. πŸ” What you’ll learn How to create a ConfigMap in cluster How to reference ConfigMap in a Deployment Why environment variables won’t auto-update How to use volumeMounts for ConfigMaps How to pass config data safely Real Kubernetes workflow with Git + kubectl πŸ“₯ Useful Commands Covered kubectl apply -f sehstudents-cm.yaml kubectl get pods kubectl describe configmap sehstudents-cm kubectl exec -it pod -- env | grep -i DB kubectl rollout restart deploy sehstudents-deployment πŸ’‘ In the next video: We’ll learn how to create and use Secrets in Kubernetes, and how they differ from ConfigMaps β€” with a live demo. πŸ‘ If this video helped you: βœ” Hit Like πŸ“€ Share with your friends πŸ”” Subscribe to the channel Leave a comment below with any questions β€” happy to help! πŸ“˜ Happy learning and see you in the next video! πŸš€#kubernetes #devopssoftware #CICD #Kubernetes #Jenkins #Docker #OpenShift #Groovy #SonarQube #Artifactory

Download

0 formats

No download links available.

Kubernetes ConfigMaps & Secrets Explained with Demo | Day 12 K8s Tutorial | NatokHD