Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
joshlong opened this issue Nov 3, 2020 · 3 comments

Comments

@joshlong
Copy link

joshlong commented Nov 3, 2020

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

@ThomasVitale
Copy link
Contributor

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

@ryanjbaxter
Copy link
Contributor

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

@ThomasVitale
Copy link
Contributor

@ryanjbaxter ok, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants