aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
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...
**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...
**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...
**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...
**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....
**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...
**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:...
**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...
### 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...
**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....