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

Virtual Kubelet: Performance Improvements #120

Open
Tracked by #124
MbolotSuse opened this issue Oct 1, 2024 · 0 comments
Open
Tracked by #124

Virtual Kubelet: Performance Improvements #120

MbolotSuse opened this issue Oct 1, 2024 · 0 comments
Labels
virtual-kubelet all virtual kubelet related issues

Comments

@MbolotSuse
Copy link
Collaborator

To improve the performance of the Virtual Kubelet implementation, several changes should be made:

  • Calls which use a client (but could use a cache) should be changed to use a cache.
  • The provider should be changed to implement NotifyPods from virtual kubelet so that it can be an async provider.
  • The provider should call NotifyPods when a pod's status is changed (including when it is deleted).
@galal-hussein galal-hussein added the virtual-kubelet all virtual kubelet related issues label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
virtual-kubelet all virtual kubelet related issues
Projects
None yet
Development

No branches or pull requests

2 participants