Skip to content

Commit 05071ec

Browse files
authored
refine logos (#1543)
1 parent 1d92a40 commit 05071ec

File tree

2 files changed

+40
-32
lines changed

2 files changed

+40
-32
lines changed

docs/README.md

Lines changed: 36 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,47 @@
1-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues)
2-
![status is ga](https://img.shields.io/badge/status-ga-brightgreen?style=flat)
3-
![GitHub issues](https://img.shields.io/github/issues-raw/kubernetes-sigs/aws-load-balancer-controller?style=flat)
4-
![GitHub](https://img.shields.io/github/license/kubernetes-sigs/aws-load-balancer-controller?style=flat)
5-
6-
7-
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/kubernetes-sigs/aws-load-balancer-controller)
8-
[![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes-sigs/aws-load-balancer-controller)](https://goreportcard.com/report/github.com/kubernetes-sigs/aws-load-balancer-controller)
9-
![GitHub watchers](https://img.shields.io/github/watchers/kubernetes-sigs/aws-load-balancer-controller?style=social)
10-
![GitHub stars](https://img.shields.io/github/stars/kubernetes-sigs/aws-load-balancer-controller?style=social)
11-
![GitHub forks](https://img.shields.io/github/forks/kubernetes-sigs/aws-load-balancer-controller?style=social)
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>
1512
</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+
1635

17-
## AWS LoadBalancer Controller
36+
## AWS Load Balancer Controller
1837

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.
2039

2140
- 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).
2241
- It satisfies Kubernetes [Service resources](https://kubernetes.io/docs/concepts/services-networking/service/) by provisioning
2342
[Network Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html).
2443

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".
2645

2746
- 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).
2847

Lines changed: 4 additions & 15 deletions
Loading

0 commit comments

Comments
 (0)