Day 30 - Kubernetes ConfigMaps & Secrets
1. What is a ConfigMap in Kubernetes?
A ConfigMap is used to store non-sensitive configuration data that your application needs — such as:
Database port
Connection type
Any general configuration values
In normal applications (non-Kubernetes), de...
blog.dineshcloud.in4 min read