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

Spring Cloud Kubernetes Configuration Watcher HA setup #1828

Open
itsnagaraj opened this issue Jan 7, 2025 · 1 comment
Open

Spring Cloud Kubernetes Configuration Watcher HA setup #1828

itsnagaraj opened this issue Jan 7, 2025 · 1 comment

Comments

@itsnagaraj
Copy link

Is there any documentation available on deploying Spring Cloud Kuberentes Configuration watcher in HA setup? If HA setup is not possible and if the watcher was down for some period of time and is brought up at later time, will the applications be notified of changes to ConfigMaps/secrets when the watcher comes back up?

Any tips/suggestions on dealing with the scenarios above?

@ryanjbaxter
Copy link
Contributor

This is a good enhancement. At the moment there is not good HA setup. I could imagine that maybe we use Spring Cloud Kubernetes Leader Election so only the "leader" is watching. If the leader goes down another instance could take over.

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

3 participants