Hands-On Spring Boot + K8s | Kubernetes ConfigMaps & Secrets
Github repo - https://github.com/therealdumbprogrammer/spring-k8s-workshop/tree/feature/video-2-configs
ConfigMaps - https://kubernetes.io/docs/concepts/configuration/configmap/
Secret - https://kubernetes.io/docs/concepts/configuration/secret/
In this hands-on Spring Boot + Kubernetes tutorial, we’ll learn how to externalize application configuration using Kubernetes ConfigMaps and Secrets.
You’ll see how to:
- Override Spring Boot application properties in Kubernetes
- Store sensitive values securely using Kubernetes Secrets
- Use ConfigMaps for non-sensitive configuration
- Understand the difference between ConfigMaps vs Secrets
- Run and verify everything live on Kubernetes
⏱️ Timestamps
00:00 – Intro
01:32 – Project overview
03:23 – Configmap & Secret
04:05 – Creating ConfigMap
06:19 – Creating Secret
09:40 – Updating Deployment
12:54 – Testing application
#SpringBoot #Kubernetes #SpringBootDocker #SpringBootOnKubernetes #KubernetesLocalSetup #SpringBootBuildImage #JavaDevelopers #SpringBootTutorial #KubernetesForJava #CloudNative #javamicroservices
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Systems Design Basics
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
Article: The Mathematics of Backlogs: Capacity Planning for Queue Recovery
InfoQ AI/ML
Software Does Not Lack More Features — It Lacks Stable Runtime Structures
Medium · AI
Type System: A Quick Cheat Sheet
Medium · Programming
Differences between Layered, Hexagonal, Onion & Clean Architectures
Medium · Programming
Chapters (7)
Intro
1:32
Project overview
3:23
Configmap & Secret
4:05
Creating ConfigMap
6:19
Creating Secret
9:40
Updating Deployment
12:54
Testing application
🎓
Tutor Explanation
DeepCamp AI