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

K8s plugin for Power Efficiency Aware Kubernetes Scheduling (PEAKS) #800

Open
1 of 4 tasks
knarayan opened this issue Sep 21, 2024 · 1 comment
Open
1 of 4 tasks
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@knarayan
Copy link
Contributor

Area

  • Scheduler
  • Controller
  • Helm Chart
  • Documents

Other components

No response

What happened?

The energy efficiency of different nodes of a Kubernetes cluster is not the same typically. However, current Kubernetes scheduler doesn't have any capability to distinguish the difference in the energy efficiency of different nodes to prioritize selection of the nodes with higher energy efficiency over nodes with lower energy efficiency for the pod placement.

What did you expect to happen?

Create a Kubernetes Enhancement Proposal (KEP) motivating the need for a scheduler plugin (to achieve energy efficiency aware scheduling of pods on nodes) and also capture the functional details of one such plugin. Subsequently implement the proposed energy efficiency aware K8s scheduler plugin.

How can we reproduce it (as minimally and precisely as possible)?

No response

Anything else we need to know?

No response

Kubernetes version

$ kubectl version
# paste output here

Scheduler Plugins version

@knarayan knarayan added the kind/bug Categorizes issue or PR as related to a bug. label Sep 21, 2024
@knarayan
Copy link
Contributor Author

/remove-kind bug
/kind feature

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. and removed kind/bug Categorizes issue or PR as related to a bug. labels Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants