Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Add configurable (anti-)affinity rules for gateways #43

Open
excieve opened this issue Feb 11, 2020 · 0 comments
Open

Add configurable (anti-)affinity rules for gateways #43

excieve opened this issue Feb 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@excieve
Copy link
Member

excieve commented Feb 11, 2020

Affinity rules present more expressive and flexible way to select nodes for pod scheduling, compared to nodeSelector. This is useful in more heterogeneous environments. The charts should allow configuring both hard and soft affinity.

Anti-affinity rules allow flexible scaling while avoiding scheduling to e.g. nodes that already have a pod that meets a certain rule. This is useful to avoid contention, emulate DaemonSet behaviour (while keeping dynamic scaling), etc.

See k8s docs for more info:
https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity

@excieve excieve added the enhancement New feature or request label Feb 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant