# aws-load-balancer-controller **Repository Path**: mirrors_kubernetes-sigs/aws-load-balancer-controller ## Basic Information - **Project Name**: aws-load-balancer-controller - **Description**: A Kubernetes controller for Elastic Load Balancers - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-25 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Kubernetes logo AWS Load Balancer logo

A Kubernetes controller for Elastic Load Balancers

contributions welcome github issues status is ga apache license

go report card github watchers github stars github forks docker pulls

## AWS Load Balancer Controller AWS Load Balancer Controller is a controller to help manage Elastic Load Balancers for a Kubernetes cluster. - It satisfies Kubernetes [Ingress resources](https://kubernetes.io/docs/concepts/services-networking/ingress/) by provisioning [Application Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html). - It satisfies Kubernetes [Service resources](https://kubernetes.io/docs/concepts/services-networking/service/) by provisioning [Network Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html). This project was formerly known as "AWS ALB Ingress Controller", we rebranded it to be "AWS Load Balancer Controller". - AWS ALB Ingress Controller was originated by [Ticketmaster](https://github.com/ticketmaster) and [CoreOS](https://github.com/coreos) as part of Ticketmaster's move to AWS and CoreOS Tectonic. Learn more about Ticketmaster's Kubernetes initiative from Justin Dean's video at [Tectonic Summit](https://www.youtube.com/watch?v=wqXVKneP0Hg). - AWS ALB Ingress Controller was donated to Kubernetes SIG-AWS to allow AWS, CoreOS, Ticketmaster and other SIG-AWS contributors to officially maintain the project. SIG-AWS reached this consensus on June 1, 2018. ## Documentation Checkout our [Live Docs](https://kubernetes-sigs.github.io/aws-load-balancer-controller/)!