Process Flow - Using ConfigMaps as environment variables
Create ConfigMap with key-value pairs
Define Pod spec referencing ConfigMap
Pod starts, Kubernetes injects env vars
Container reads env vars from ConfigMap
Application uses env vars at runtime
This flow shows how a ConfigMap is created and then used to inject environment variables into a Kubernetes Pod, which the containerized app can access.