Skip to content

Commit

Permalink
Update contour.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
michmike authored Jan 7, 2020
1 parent f8316fe commit c6e3c32
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions proposals/contour.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*Name of project:* Contour

*Description:* Contour is an open source Kubernetes ingress controller providing the control plane for the Envoy edge and service proxy. Contour supports dynamic configuration updates and multi-team ingress delegation out of the box while maintaining a lightweight profile.
*Description:* Contour is an open source Kubernetes ingress controller providing the control plane for the Envoy edge and service proxy. Contour supports dynamic configuration updates and multi-team ingress delegation out of the box while maintaining a lightweight profile.

=== Alignment with CNCF - Why does CNCF need an ingress controller?

Expand All @@ -21,10 +21,10 @@ The CNCF has an impressive portfolio of projects that can be leveraged to build

To learn more about Contour's features, read and view the following resources:

* [Intro to Contour](https://projectcontour.io/announcing-contour-1.0/)
* [Routing Traffic to Applications in Kubernetes with Contour](https://projectcontour.io/routing-traffic-to-applications-in-kubernetes-with-contour/)
* [HTTPProxy in Action](https://projectcontour.io/httpproxy-in-action/)
* [Contour Resources](https://projectcontour.io/resources/)
* https://projectcontour.io/announcing-contour-1.0/[Intro to Contour]
* https://projectcontour.io/routing-traffic-to-applications-in-kubernetes-with-contour/[Routing Traffic to Applications in Kubernetes with Contour]
* https://projectcontour.io/httpproxy-in-action/[HTTPProxy in Action]
* https://projectcontour.io/resources/[Contour Resources]

=== Project Timeline and Snapshot
* Heptio launched and open sourced Contour in October 2017 as an ingress controller for Kubernetes based on Envoy
Expand All @@ -45,11 +45,11 @@ A roadmap for future features, including those listed above, can be found in Git
The project welcomes contributions of any kind: code, documentation, bug reporting via issues, and project management to help track and prioritize workstreams.

== Use Cases
The following is a list of common use-cases for Contour users:

The following is a list of common use-cases for Contour users:
* High performance ingress controller for Kubernetes
* Multi-team and multi-tenant ingress controller for Kubernetes
* Blue/Green deployments
* High performance ingress controller for Kubernetes
* Multi-team and multi-tenant ingress controller for Kubernetes
* Blue/Green deployments

== CNCF Donation Details
* *Preferred Maturity Level:* Incubation
Expand All @@ -74,13 +74,12 @@ The following is a list of common use-cases for Contour users:
* 40 releases

== Asks from CNCF

* A vendor-neutral home for Contour to facilitate growth and community involvement
* Logistics – General access to resource and staff to provide advice, and help optimize our growth
* Infrastructure for CI / CD
* Integration with CNCF devstat

== Appendices
== Appendix

=== Architecture
Contour is cleanly architected as a client of the Kubernetes API, leveraging Envoy. You can learn more about its architecture at https://projectcontour.io/docs/v1.0.1/architecture/
Expand Down

0 comments on commit c6e3c32

Please sign in to comment.