aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
**Describe the bug** Create a new service of with a network load balancer, it creates an AWS Load Balancer with all the options except the ALPN Policy. **Steps to reproduce**...
### Issue Partially solves https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2373 ### Description On `TargetGroupBinding` one can now choose a target group by it's name, using the `targetGroupName` field. Example ``` --- apiVersion: elbv2.k8s.aws/v1beta1 kind: TargetGroupBinding...
**Describe the bug** I am trying to deploy 2 different applications on aws eks using pulumi. If I am applying ingress for the first time, there is no problem, but...
Hi All, I am deploying application on AWS EKS cluster via terraform. As part of that i have created load balancer and now there is requrement to enable access log...
**Describe the bug** After installation of AWS LBC I saw the following error on Ingress objects which were trying to update ALB Listeners accordingly: `Failed deploy model due to the...
A [few weeks ago](https://aws.amazon.com/blogs/networking-and-content-delivery/application-load-balancer-type-target-group-for-network-load-balancer/) it was announced that NLBs could now use and Application Load Balancer-type Target Group ([docs](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/application-load-balancer-target.html)). We are currently using the [previously documented workaround involving Lambda](https://aws.amazon.com/blogs/networking-and-content-delivery/using-aws-lambda-to-enable-static-ip-addresses-for-application-load-balancers/) which...
**Describe the bug** I have existing NLB and target groups using IP target mode. The TGs have existing targets in them from another deployment mechanism (in this case an ECS...
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/1608#issuecomment-937346660 ### Description Previously, aws-load-balancer-controller ignored extra overlapping ServicePorts defined in the Kubernetes Service spec if the external port numbers were the same even if the protocols were...
### 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...
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...