diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 000000000..09ca5c88a --- /dev/null +++ b/docs/index.md @@ -0,0 +1,54 @@ +
+
+
+
+ + A + Kubernetes + controller for + Elastic Load Balancers + +
+ + + + +## AWS Load Balancer Controller + +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 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). + + - 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. + + +## Security disclosures + +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:aws-security@amazon.com). + diff --git a/mkdocs.yml b/mkdocs.yml index f11e60d5c..8f6f5170b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,7 @@ repo_url: https://github.com/kubernetes-sigs/aws-alb-ingress-controller strict: true nav: - - Home: README.md + - Home: index.md - Guide: - Controller: - Installation: guide/controller/installation.md