Skip to content

Commit d45edf2

Browse files
authored
Use index.md for main docs page (#1619)
1 parent 67c493d commit d45edf2

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

docs/index.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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>
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+
35+
36+
## AWS Load Balancer Controller
37+
38+
AWS Load Balancer Controller is a controller to help manage Elastic Load Balancers for a Kubernetes cluster.
39+
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).
41+
- It satisfies Kubernetes [Service resources](https://kubernetes.io/docs/concepts/services-networking/service/) by provisioning
42+
[Network Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html).
43+
44+
This project was formerly known as "AWS ALB Ingress Controller", we rebranded it to be "AWS Load Balancer Controller".
45+
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).
47+
48+
- 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.
49+
50+
51+
## Security disclosures
52+
53+
If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:[email protected]).
54+

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repo_url: https://github.com/kubernetes-sigs/aws-alb-ingress-controller
44
strict: true
55

66
nav:
7-
- Home: README.md
7+
- Home: index.md
88
- Guide:
99
- Controller:
1010
- Installation: guide/controller/installation.md

0 commit comments

Comments
 (0)