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

CPU centric pod eviction similar to memory centric eviction #1

Open
suryadu opened this issue May 22, 2019 · 2 comments
Open

CPU centric pod eviction similar to memory centric eviction #1

suryadu opened this issue May 22, 2019 · 2 comments

Comments

@suryadu
Copy link
Member

suryadu commented May 22, 2019

No description provided.

@suryadu
Copy link
Member Author

suryadu commented May 22, 2019

The main feature request here is to provide the mechanism in the safe scheduler that will dynamically monitor and balance the cluster through eviction of pods from busy nodes.

@mossuchida
Copy link
Contributor

Currently, Kubernetes monitors resource utilization of each nodes. In case of out of memory, Kubernetes evicts offending pod from the node to release memory to bring back the proper performance of each nodes, however, when the CPU is fully utilized, CPU is compressed & throttled which is causing performance degradation of the application. We also need eviction mechanism for CPU similar to "out of memory" case. Since Kubernetes does not provide this option, we need this mechanism to avoid CPU performance degradation issue.

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

2 participants