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

Implement kubernetes resource watches using dynamic client #329

Open
EItanya opened this issue Dec 18, 2019 · 0 comments
Open

Implement kubernetes resource watches using dynamic client #329

EItanya opened this issue Dec 18, 2019 · 0 comments

Comments

@EItanya
Copy link
Member

EItanya commented Dec 18, 2019

Kubernetes controller runtime now implements their generic controller using dynamic clients. We should change this in solo-kit as well.

This would bring 2 major wins:

  1. We wouldn't be reliant on a fork of kubernetes code-gen for our clients.
  2. We would be able to take advantage of predicates, and other newer kubernetes concepts to increase the performance of our watches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant