Skip to content

Commit

Permalink
refine logos (kubernetes-sigs#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
M00nF1sh authored Oct 23, 2020
1 parent 1d92a40 commit 05071ec
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 32 deletions.
53 changes: 36 additions & 17 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,47 @@
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues)
![status is ga](https://img.shields.io/badge/status-ga-brightgreen?style=flat)
![GitHub issues](https://img.shields.io/github/issues-raw/kubernetes-sigs/aws-load-balancer-controller?style=flat)
![GitHub](https://img.shields.io/github/license/kubernetes-sigs/aws-load-balancer-controller?style=flat)


![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/kubernetes-sigs/aws-load-balancer-controller)
[![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)
![GitHub watchers](https://img.shields.io/github/watchers/kubernetes-sigs/aws-load-balancer-controller?style=social)
![GitHub stars](https://img.shields.io/github/stars/kubernetes-sigs/aws-load-balancer-controller?style=social)
![GitHub forks](https://img.shields.io/github/forks/kubernetes-sigs/aws-load-balancer-controller?style=social)

<p>
<img src="assets/images/aws_load_balancer_icon.svg" alt="AWS LoadBalancer Logo" width="200" />
<p align="center">
<img src="assets/images/kubernetes_icon.svg" alt="Kubernetes logo" width="200" />
<img src="assets/images/aws_load_balancer_icon.svg" alt="AWS Load Balancer logo" width="200" />
</p>
<p align="center">
<strong>
A
<a href="https://kubernetes.io/">Kubernetes </a>
controller for
<a href="https://aws.amazon.com/elasticloadbalancing/">Elastic Load Balancers</a>
</strong>
</p>
<p align="center">
<a href="https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues">
<img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="contributions welcome"/>
</a>
<a href="https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues">
<img src="https://img.shields.io/github/issues-raw/kubernetes-sigs/aws-load-balancer-controller?style=flat" alt="github issues"/>
</a>
<img src="https://img.shields.io/badge/status-ga-brightgreen?style=flat" alt="status is ga"/>
<img src="https://img.shields.io/github/license/kubernetes-sigs/aws-load-balancer-controller?style=flat" alt="apache license"/>
</p>
<p align="center">
<a href="https://goreportcard.com/report/github.com/kubernetes-sigs/aws-load-balancer-controller">
<img src="https://goreportcard.com/badge/github.com/kubernetes-sigs/aws-load-balancer-controller" alt="go report card"/>
</a>
<img src="https://img.shields.io/github/watchers/kubernetes-sigs/aws-load-balancer-controller?style=social" alt="github watchers"/>
<img src="https://img.shields.io/github/stars/kubernetes-sigs/aws-load-balancer-controller?style=social" alt="github stars"/>
<img src="https://img.shields.io/github/forks/kubernetes-sigs/aws-load-balancer-controller?style=social" alt="github forks"/>
<a href="https://hub.docker.com/r/amazon/aws-alb-ingress-controller/">
<img src="https://img.shields.io/docker/pulls/amazon/aws-alb-ingress-controller" alt="docker pulls"/>
</a>
</p>


## AWS LoadBalancer Controller
## AWS Load Balancer Controller

AWS LoadBalancer Controller is a controller to help manage Elastic Load Balancers for a Kubernetes cluster.
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 LoadBalancer Controller".
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).

Expand Down
19 changes: 4 additions & 15 deletions docs/assets/images/aws_load_balancer_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05071ec

Please sign in to comment.