spring-cloud-kubernetes icon indicating copy to clipboard operation
spring-cloud-kubernetes copied to clipboard

Please provide a way to mount a Spring Cloud Config Server as a Kubernetes ConfigMap

Open joshlong opened this issue 5 years ago • 3 comments

Is your feature request related to a problem? Please describe. No problem - quite the contrary: Spring Cloud Config Server works so well I'm trying to extend its reach!

Describe the solution you'd like I'd love for some way - a controller or operator or CRD or something - for Kubernetes to be able to "see" a Spring Cloud Config Server instance as a ConfigMap so I don't have to read values from ConfigServer during CI build, then create a ConfigMap, then connect the app to the ConfigMap out of that. I want to cut out the middle process.

Describe alternatives you've considered It's not impossible to get values from the Config Server to my Kubernetes apps, obviously. It's just less natural. And, also the easiest path right now only works for Spring Boot. With this approach, any app of any type (Python, Go, .NET, etc) would be able to see the configuration.

Additional context

joshlong avatar Nov 03 '20 21:11 joshlong

@ryanjbaxter @spencergibb Is there any plan for this feature? In case, I'm available to help.

ThomasVitale avatar Jun 16 '21 07:06 ThomasVitale

@ThomasVitale thanks for the offer. Internally we have some work being done in this space and want to see how that shakes out

ryanjbaxter avatar Jun 16 '21 17:06 ryanjbaxter

@ryanjbaxter ok, thanks!

ThomasVitale avatar Jun 16 '21 18:06 ThomasVitale