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

Implement session affinity in the CoreDNS plugin #1629

Open
tpantelis opened this issue Aug 26, 2024 · 0 comments
Open

Implement session affinity in the CoreDNS plugin #1629

tpantelis opened this issue Aug 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tpantelis
Copy link
Contributor

tpantelis commented Aug 26, 2024

We now propagate the session affinity fields from the exported Service to the aggregated ServiceImport. Currently this is to support MCS compliance and other integrations, eg Istio, that may utilize it. We should also consider implementing it in the CoreDNS plugin wrt service ClusterIPs, ie keep a client, identified by its IP, routed to the same cluster IP after the first request instead of always round-robin. We'd also need to determine what the behavior should be if the constituent exported services conflict wrt the SessionAffinity field.

@tpantelis tpantelis added the enhancement New feature or request label Aug 26, 2024
@tpantelis tpantelis self-assigned this Aug 26, 2024
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
Status: Backlog
Development

No branches or pull requests

1 participant