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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant