-
Notifications
You must be signed in to change notification settings - Fork 321
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
ALB Invalid Listener takes down entire gateway resource #4758
Comments
We have now also tested this using ALB controller helm chart version 1.3.9 and the issue still occurs. |
Acklowedging the ask and we are currently investigating. Thank you, |
any updates on this @JackStromberg? If you need anyone to test something we can always do some testing in our test-environment. Anders |
Any news here @JackStromberg ? |
If you need complete isolation between different configurations, we'd recommend separate deployments via different Gateway resources. We evaluated this internally and there are tradeoffs in partial reconciliation on a given resource. At this time, this won't be something that is changed. |
So if we want Azure ALB to be robust, we need to create 1 gateway per listener? |
You'd have a unique frontend per gateway resource. You do not need additional AGC or association resources. |
Hi, we are using Azure Application Gateway for Containers as a load balancer for the workloads running in our AKS clusters.
We are running multiple different endpoints/domains in the ALB and they all terminate in the Gateway.
Each workload uses its own certificate and is set up as listeners in the Gateway resource:
We are using a ReferenceGrant to allow the ALB to use k8s secrets from a different namespace, and this works as fine.
However, if f.ex. one of the k8s secrets does not exist in the referenced namespace, all listeners will stop working, not just the one with the invalid certificate.
We would of course expect the misconfigured listener to stop working, but we rather have it that not all other listeners also stopped working.
We are running the ALB helm chart version: 1.3.7 and our AKS clusters are version: 1.31.2
The text was updated successfully, but these errors were encountered: