Product Docs
Open Source
Education
Minimal Image for Kubernetes controller for Elastic Load Balancers
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/aws-load-balancer-controller:latest
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.
aws-load-balancer-controller