Image Overview: aws-load-balancer-controller

Overview: aws-load-balancer-controller Chainguard Image

Minimal Image for Kubernetes controller for Elastic Load Balancers

Download this Image

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.

Last updated: 2024-04-11 12:38