Skip to content

refine logos in readme #1543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.