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

Highly available controller #13

Open
3 tasks
jlevesy opened this issue Aug 14, 2022 · 0 comments
Open
3 tasks

Highly available controller #13

jlevesy opened this issue Aug 14, 2022 · 0 comments

Comments

@jlevesy
Copy link
Owner

jlevesy commented Aug 14, 2022

What needs to be done?

The kudo controller app runs currently both the controller loops as wll as the webhook handler, and this constitutes a spof for webhook admission if we only have one replica.

While I not super keen to split this into two different deployment (but that's up for debate), it would be interesting to leverage k8s leader election capabilities so we could have multiple replicas of kudo running, but only one executing the control loop.

Acceptance Criteria

  • You can scale the kudo deployment to as many replica as you wish, yet only one runs the control loop
  • Helm chart deploys 2 replias by default
  • e2e test suites are adapted
@jlevesy jlevesy moved this from Needs Refinement to TODO in Kudo Aug 14, 2022
@jlevesy jlevesy changed the title Highly available kudo Highly available controller Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant