-
I recently tried running a Bandit-based Phoenix application with H2C, behind an AWS Application Load Balancer. In this mode, I would almost never receive a full response, even for static files served …
-
We have configured a nlb-ip mode load balancer for istio-gateway. by following the below documentation :-
https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.1/guide/service/nlb_ip_mode…
-
in values.yaml there is trailing whitespace in this line https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/f39ae43121c3f4de0129dda483c10b17a687491d/helm/aws-load-balancer-controller…
matti updated
4 weeks ago
-
**Describe the bug**
OIDC client secret is not being properly configured on ALB listener which cause 561 Authentication Error
Via aws console, by manually unchecking *Use existing client secret* and…
-
### Problem description
If a workflow requires the provisioning of a load balancer outside of Kubernetes, the only way of doing that seems to be the usage of `TargetGroupBinding`custom resources ([so…
-
**Describe the bug**
Modifying the target group attributes of a loadbalancer provisioned by the LBC will result in the controller briefly revoking security group rules on the backend security group. …
-
We have a semi working version of this but it needs to be cleaned up and formalized
-
**Describe the bug**
When the Controller provisioning backend security groups, it adds a port range rule for the backend (EKS Node Security Group) instead for specific ports on the Kubernetes service…
-
**Describe the bug**
I get the following errors in aws-load-balancer-controller pods:
```
http: TLS handshake error from 172.16.128.63:37094: EOF
http: TLS handshake error from 172.16.116.101:5804…
-
We have a need to create PrivateLink Endpoint Services with our NLBs. A Service resource would correspond to one NLB as well as one Endpoint Service configured to use that NLB.
I imagine the annota…