Skip to content

Commit

Permalink
Merge pull request opencurve#358 from adtac/k8s
Browse files Browse the repository at this point in the history
add k8s scheduler GSoC 2021 entry
  • Loading branch information
idvoretskyi authored Mar 1, 2021
2 parents 59b92d6 + 4d2518e commit 80979f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions summerofcode/2021.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,12 @@ identity federation. Account for 1) multiple Kubernetes clusters using the same
- Recommended Skills: golang
- Mentor(s): Chris Marchbanks (@csmarchbanks), Bartlomiej Plotka (@bwplotka)
- Issue: https://github.com/prometheus/prometheus/issues/1381

### Kubernetes

#### Web-based Simulator for the Kubernetes Scheduler

- Description: [Kubernetes](https://k8s.io) (k8s) is a production-grade container-orchestration system. The [k8s scheduler](https://kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/) decides which pods (containers) should go to which machines to be run. Not everyone has a running cluster lying around, so a web-based simulator that simulates the scheduler's behavior serves as an excellent interactive learning tool.
- Recommended Skills: Golang, Kubernetes
- Mentor(s): Adhityaa Chandrasekar (@adtac)
- Issue(s): https://github.com/kubernetes/kubernetes/issues/99605

0 comments on commit 80979f0

Please sign in to comment.