This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Description
This is just a question.
We are using Spring Config Server today, We have multiple apps, environments etc. Configs for which are activated using spring application name and spring profile active arguments.
What is the best approach that we can take to have the same flexibility over Kubernetes.
Config Map is definitely an option, but if we use fabric8 maven plugin to deploy our apps into a Kubernetes cluster, and we need different configs for different environment, how do we inject configs per environment based on spring profiles.
Any POC or a github repository would be useful.
Thanks in advance.
Cheers !!