-
Notifications
You must be signed in to change notification settings - Fork 1
Write ADR for load-balancers #227
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
Comments
nginx-ingress expects that the single nginx instance on a multi-node cluster works despite externalTrafficPolicy: Local (which means kube-proxy is NOT forwarding connections) on a multi-node cluster. Apparently, nginx-ingress expects the LoadBalancer to detect which nodes are up and load-balance only to the ones where nginx is listening. |
TODO:
|
Needs more discussion:
So: Investigate whether we can address the client IP thing:
|
Hi @joshmue. Are we still on track with this? |
The ADR in SovereignCloudStack/standards#169 is pretty much complete. IIRC, the decision that is documented in this record did also match the consensus in a (team?) meeting. |
Refs SovereignCloudStack/standards#648 Will assign @cah-hbaum, please feel free to re-assign me, if I can/should do anything here. |
As a KaaS operator, I want to understand exactly what standards my load-balancer must fulfill by reading the relevant ADR.
TODO: Write ADR (according to SCS-0001 standard) to document the requirements tested for in #212.
Definition of Ready:
Definition of Done:
The text was updated successfully, but these errors were encountered: