Getting Started
Get an overview of ConfigMaps.
We'll cover the following...
Introduction
Most real-world applications will need some kind of configuration that should not be baked into the docker image itself. These are usually settings that vary depending on which environment the application is running on such as production
...