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 · 1 comment
Open

Implement session affinity in the CoreDNS plugin #1629

tpantelis opened this issue Aug 26, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request stale

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
@github-project-automation github-project-automation bot moved this to Backlog in Backlog Aug 26, 2024
@tpantelis tpantelis self-assigned this Aug 26, 2024
@tpantelis tpantelis moved this from Backlog to Next Version Candidate in Backlog Oct 28, 2024
@maayanf24 maayanf24 moved this from Next Version Candidate to Backlog in Backlog Oct 29, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further
activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Dec 25, 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 stale
Projects
Status: Backlog
Development

No branches or pull requests

1 participant