ConfigMaps & Secrets
Persistent Volumes (PV) & Persistent Volume Claim (PVC)
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...
hemantjangir.hashnode.dev5 min read