Image Overview: aws-load-balancer-controller
ReferenceChainguard ImagesProduct
stable
cgr.dev/chainguard/aws-load-balancer-controller
Tags | Aliases |
---|---|
latest |
2 , 2.5 , 2.5.2 , 2.5.2-r0 |
latest-dev |
2-dev , 2.5-dev , 2.5.2-dev , 2.5.2-r0-dev |
Minimal Image for Kubernetes controller for Elastic Load Balancers
Get It!
The image is available on cgr.dev
:
docker pull cgr.dev/chainguard/aws-load-balancer-controller:latest
Usage
This image is a drop-in replacement for the upstream image. You can run it using the helm chart with:
$ helm repo add eks https://aws.github.io/eks-charts
$ helm install aws-load-balancer-controller eks/aws-load-balancer-controller \
--set image.repository=cgr.dev/chainguard/aws-load-balancer-controller \
--set image.tag=latest
<other configuration parameters here>
Note that the aws-load-balancer-controller
does need cloud provider configuration to work correctly, so it won’t run locally.
See the configuration docs for more examples.