You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: