Post #266
938
Have you heard of
KSGate is a Kubernetes controller that manages Pod scheduling by using declarative gates and conditions. With it, workloads can get annotations that will match scheduling gates and define the conditions via powerful CEL expressions: they must evaluate to
Language: Go | License: Apache 2.0 | 6 ⭐️
▶️ GitHub repo
📣 Project announcement
#tools
schedulingGates for Pods in Kubernetes (this feature went stable in v1.30)? They let you control when a Pod is ready to be considered for scheduling. There’s a new project that makes this process declarative.KSGate is a Kubernetes controller that manages Pod scheduling by using declarative gates and conditions. With it, workloads can get annotations that will match scheduling gates and define the conditions via powerful CEL expressions: they must evaluate to
true for the condition to be satisfied. For example, the scheduling condition can be a dependent Pod with a specific name and currently being in a particular phase.Language: Go | License: Apache 2.0 | 6 ⭐️
▶️ GitHub repo
📣 Project announcement
#tools
- 👍 4




