Kubernetes ConfigMaps – Managing Configuration for Your Apps
What is a ConfigMap and why use it instead of hardcoding configs
ConfigMap is a Kubernetes object used to store non-confidential configuration data like key-value pairs, JSON, or whole configuration files.
Instead of hardcoding configs inside your ap...
bittublog.hashnode.dev5 min read