aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
**Describe the bug** If i specify multiple protocols for a AWS LB, aws load balancr controller gives error. **Steps to reproduce** apiVersion: v1 kind: Service metadata: name: vvr-lb # the...
Track features that need support from AWS ALB / NLB service before we can support them in this controller 😄 ## ALB - [ ] Manipulate HTTP Request - https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/1268...
**Describe the bug** We want to use the same targetgroup in an ALB/NLB to send traffic to two different clusters. This ALB/NLB is managed outside of the cluster. This is...
This adds a stubbed interface for VPC Endpoint Service support. This was mostly copied from the security group implementation since I view them as similar auxiliary resources to the main...
**Is your feature request related to a problem?** If you create a Kubernetes cluster in AWS, and an ALB is being created in a particular AWS region, the certificate must...
**Describe the bug** If there are 2 ingress objects in EKS with following specs ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ingress-1 namespace: default annotations: alb.ingress.kubernetes.io/group.name: g1 kubernetes.io/ingress.class: alb spec:...
**Describe the bug** When installing my ingress stack that includes AWS LB controller, I get errors similar to the following: ``` Error: failed to create resource: Internal error occurred: failed...
**Describe the bug** Despite `Ingress` resource presence, ALBC builds empty model: ``` {"level":"info","ts":1660227644.8071668,"logger":"controllers.ingress","msg":"successfully built model","model":"{\"id\":\"nonprod-5-eks-nginx\",\"resources\":{}}"} ``` and as a result attempts to delete the target group. **Steps to reproduce** Prepare...
### Issue ### Description If podDisruptionBudget is set by default, Scale-in is enabled when using Cluster Autoscaler. I think cheap by default is good. ### Checklist - [ ] Added...
I'm making use of the [Pod Readiness Gate](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/pod_readiness_gate/) on Kubernetes Deployments running Golang-based APIs. The goal is to achieve full zero downtime deployments. During a rolling update of the Kubernetes...