ConfigMaps & Secrets Persistent Volumes (PV) & Persistent Volume Claim (PVC)
Jan 16, 2024 · 5 min read · ConfigMaps :- A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. It allows you to decouple environm...
Join discussion