Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubernetes-sigs/aws-load-balancer-controller
A Kubernetes controller for Elastic Load Balancers
https://github.com/kubernetes-sigs/aws-load-balancer-controller
aws ingress ingress-resource k8s-sig-aws kubernetes kubernetes-ingress-controller
Last synced: 6 days ago
JSON representation
A Kubernetes controller for Elastic Load Balancers
- Host: GitHub
- URL: https://github.com/kubernetes-sigs/aws-load-balancer-controller
- Owner: kubernetes-sigs
- License: apache-2.0
- Created: 2017-03-10T23:45:09.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T23:40:43.000Z (about 1 month ago)
- Last Synced: 2024-12-16T18:04:54.887Z (27 days ago)
- Topics: aws, ingress, ingress-resource, k8s-sig-aws, kubernetes, kubernetes-ingress-controller
- Language: Go
- Homepage: https://kubernetes-sigs.github.io/aws-load-balancer-controller/
- Size: 146 MB
- Stars: 3,974
- Watchers: 115
- Forks: 1,467
- Open Issues: 190
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
- awesome-whatthefar - AWS Load Balancer Controller
- awesome-repositories - kubernetes-sigs/aws-load-balancer-controller - A Kubernetes controller for Elastic Load Balancers (Go)
README
A
Kubernetes
controller for
Elastic Load Balancers
## 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/)!