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

Hi, I'm trying to send messages between a client outside k8s cluster and a broker inside the cluster using [PyZMQ](https://github.com/zeromq/pyzmq). 1. I tried using conventional load balancer and gives me...

kind/question

**Describe the bug** A concise description of what the bug is. We are using Argo Rollout canary strategy with NLB operated on Service level, during deployment of new version first...

kind/bug

**Describe the feature you are requesting** Currently you can configure the order of rules on the ALB using `alb.ingress.kubernetes.io/group.order` If you want to introduce a rule that is always evaluated...

kind/feature
lifecycle/stale

**Describe the feature you are requesting** I want to use load balancer type services but without the controller kicking in and trying to create something in the ELB layer. I...

kind/question

**Describe the feature you are requesting** **Motivation** This is a QoL feature request which would allow users to specify a Security Group for their `TargetGroupBinding` via the Security Group Name....

kind/feature

**Describe the feature you are requesting** Currently, we can implement ALB weighted routing using the alb.ingress.kubernetes.io/actions.${action-name} annotation. This allows traffic to be routed to two different services within the same...

gateway-api

**Is your feature request related to a problem?** Hello! I am looking for some documentation to add clarity around how the controller handles AWS subnet migrations. For example, let's say:...

lifecycle/stale

**Describe the bug** Currently, using the `certificate-arn` annotation, it is not possible to have a certain certificate as the default certificate AND in the additional certificate list for SNI. Here...

kind/feature

### Issue part of #2311 ### Description Add wafv2AclArn field to IngressClassParams. - The field is optional. - When the field is absent or empty, the controller behave as same...

size/L
cncf-cla: yes
ok-to-test

**Describe the feature you are requesting** Support `--health-probe-bind-addr` flag in helm chart, since that one is missing **Describe the proposed solution you'd like** 1. Add `healthProbeBindAddr` as helm chart value....

kind/feature
good first issue