
Using Kubernetes ConfigMaps and Docker Env Variables in FE projects
After moving to Microservices architect, and by using a framework like Kubernetes, the need to store all configuration and variables in an easy to access place appears. And that is the main benefit of Kubernetes ConfigMaps and Secrets.
These two objects let you store and manage in order your configurations and sensitive data. Like integration…