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?** When deploying a cluster with LBC through IaC, it is not that easy to inject the VPC ID into the LBC Deployment...

kind/feature

### Issue Fixes #2674 ### Description Added `subnets-tags` annotation to be able to limit subnets, where to spin up a load balancer

needs-ok-to-test
cncf-cla: yes
size/M

### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2015 ### Description As mentioned in the above issue, it is possible to use self-signed certificates instead of using cert-manager. This PR adds documentation for configuring the AWS...

needs-ok-to-test
cncf-cla: yes
size/M
tide/merge-method-squash

## Is your feature request related to a problem? I'd like to bind pods to a TargetGroup in a VPC outside the EKS cluster. A similar feature was added in...

**Is your feature request related to a problem?** Currently We only support a single controller deployment per cluster if worker node SG rules is managed by the controller. Since the...

kind/feature
lifecycle/frozen

**Is your feature request related to a problem?** After enabling the AWS Shield Advanced protection for an ALB via `alb.ingress.kubernetes.io/shield-advanced-protection: 'true'`, the protection gets created but the **Automatic application layer...

kind/feature

Hello! When configuring a targetGroupBinding for a Target Group in instance mode, it registers every K8s node with the service NodePort (31000 plus X). But the security Groups generated are...

**Is your feature request related to a problem?** Even after introducing `IngressClass`/`IngressClassParams` we have a lot of redundant annotations in our Ingress definitions for the same Ingress group: - `alb.ingress.kubernetes.io/actions.ssl-redirect`...

kind/feature

**Is your feature request related to a problem?** I'd like to be able to replace more of the `alb.ingress.kubernetes.io` annotations with the `IngressClassParams` to abstract away the ALB specification from...

kind/feature

**Is your feature request related to a problem?** Provide an alternative tag-based method of selecting the Target Group resource in the `TargetGroupBinding` config. As it stands, the only currently supported...