aws-load-balancer-controller icon indicating copy to clipboard operation
aws-load-balancer-controller copied to clipboard

A Kubernetes controller for Elastic Load Balancers

Results 471 aws-load-balancer-controller issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem?** Document setting up zero-downtime deployment with AWS Load balancer controller. **Describe the solution you'd like** A documentation with the detailed steps. **Describe...

kind/documentation

**Describe the bug** The original idea it to reuse NLB for multiple services for easier management, while target group binding might be a workaround for this, there is still risk...

kind/bug
lifecycle/rotten
triage/needs-investigation

**Is your feature request related to a problem?** We define our clusters name as a value in a Kubernetes secret. Then, we set the arg `- --cluster-name=$(CLUSTER_NAME)` (or `clusterName: $(CLUSTER_NAME)`...

kind/feature
good first issue
lifecycle/stale

**Is your feature request related to a problem?** As far as I'm aware, alb supports https/http/grpc backends but in cases where the backend service is using grpcs (grpc+tls) - its...

kind/feature
triage/needs-investigation

**Describe the bug** We have a kong ingress controller (in EKS) sitting behind an ALB. The controller is listening on port 80 using http/2 as it's routing gRPC traffic. It...

**Is your feature request related to a problem?** We have several business groups running in different VPCs, and now we are trying to migrate them to a single EKS cluster....

**Is your feature request related to a problem?** The desired target type of an ALB or NLB is almost always determined by the the cluster's CNI. If a cluster's CNI...

kind/feature

**Is your feature request related to a problem?** We would like to be able to merge rules in the ingress resource, on the ALB level. For example, when creating the...

kind/feature
good first issue
lifecycle/stale

**Describe the bug** When an ingress change request can't be fulfilled by the controller, it logs the error and then stops processing all other requests, even those that could be...

We are using ALB-load-balancer-controller's helm chart 1.2.7 with AWS EKS to manage our ALB. Now we want to redirect our site from `test.example.com` to `app.example.io` but because AWS doesn't support...