ConfigMap
It attaches to Pod and provide info like DB_URL
Secrets
It is like ConfigMap but can store sensitive info in base64 encoded format. example: username, password
It attaches to Pod and provide info like DB_URL
It is like ConfigMap but can store sensitive info in base64 encoded format. example: username, password