|
1 |
| -[](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues) |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| -[](https://goreportcard.com/report/github.com/kubernetes-sigs/aws-load-balancer-controller) |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| -<p> |
14 |
| - <img src="assets/images/aws_load_balancer_icon.svg" alt="AWS LoadBalancer Logo" width="200" /> |
| 1 | +<p align="center"> |
| 2 | + <img src="assets/images/kubernetes_icon.svg" alt="Kubernetes logo" width="200" /> |
| 3 | + <img src="assets/images/aws_load_balancer_icon.svg" alt="AWS Load Balancer logo" width="200" /> |
| 4 | +</p> |
| 5 | +<p align="center"> |
| 6 | + <strong> |
| 7 | + A |
| 8 | + <a href="https://kubernetes.io/">Kubernetes </a> |
| 9 | + controller for |
| 10 | + <a href="https://aws.amazon.com/elasticloadbalancing/">Elastic Load Balancers</a> |
| 11 | + </strong> |
15 | 12 | </p>
|
| 13 | +<p align="center"> |
| 14 | + <a href="https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues"> |
| 15 | + <img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="contributions welcome"/> |
| 16 | + </a> |
| 17 | + <a href="https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues"> |
| 18 | + <img src="https://img.shields.io/github/issues-raw/kubernetes-sigs/aws-load-balancer-controller?style=flat" alt="github issues"/> |
| 19 | + </a> |
| 20 | + <img src="https://img.shields.io/badge/status-ga-brightgreen?style=flat" alt="status is ga"/> |
| 21 | + <img src="https://img.shields.io/github/license/kubernetes-sigs/aws-load-balancer-controller?style=flat" alt="apache license"/> |
| 22 | +</p> |
| 23 | +<p align="center"> |
| 24 | + <a href="https://goreportcard.com/report/github.com/kubernetes-sigs/aws-load-balancer-controller"> |
| 25 | + <img src="https://goreportcard.com/badge/github.com/kubernetes-sigs/aws-load-balancer-controller" alt="go report card"/> |
| 26 | + </a> |
| 27 | + <img src="https://img.shields.io/github/watchers/kubernetes-sigs/aws-load-balancer-controller?style=social" alt="github watchers"/> |
| 28 | + <img src="https://img.shields.io/github/stars/kubernetes-sigs/aws-load-balancer-controller?style=social" alt="github stars"/> |
| 29 | + <img src="https://img.shields.io/github/forks/kubernetes-sigs/aws-load-balancer-controller?style=social" alt="github forks"/> |
| 30 | + <a href="https://hub.docker.com/r/amazon/aws-alb-ingress-controller/"> |
| 31 | + <img src="https://img.shields.io/docker/pulls/amazon/aws-alb-ingress-controller" alt="docker pulls"/> |
| 32 | + </a> |
| 33 | +</p> |
| 34 | + |
16 | 35 |
|
17 |
| -## AWS LoadBalancer Controller |
| 36 | +## AWS Load Balancer Controller |
18 | 37 |
|
19 |
| -AWS LoadBalancer Controller is a controller to help manage Elastic Load Balancers for a Kubernetes cluster. |
| 38 | +AWS Load Balancer Controller is a controller to help manage Elastic Load Balancers for a Kubernetes cluster. |
20 | 39 |
|
21 | 40 | - 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).
|
22 | 41 | - It satisfies Kubernetes [Service resources](https://kubernetes.io/docs/concepts/services-networking/service/) by provisioning
|
23 | 42 | [Network Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html).
|
24 | 43 |
|
25 |
| -This project was formerly known as "AWS ALB Ingress Controller", we rebranded it to be "AWS LoadBalancer Controller". |
| 44 | +This project was formerly known as "AWS ALB Ingress Controller", we rebranded it to be "AWS Load Balancer Controller". |
26 | 45 |
|
27 | 46 | - 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).
|
28 | 47 |
|
|
0 commit comments