aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
**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...
### Issue Fixes #2674 ### Description Added `subnets-tags` annotation to be able to limit subnets, where to spin up a load balancer
### 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...
## 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...
**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...
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`...
**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...
**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...