--- layout: default id: home backgrounds: case_study: dark-blue team: med-blue hero: banner: /img/heroes/contour.svg headline: High performance ingress controller for Kubernetes content: 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. cta_link1: text: Get Started with Contour url: /docs/ cta_link2: text: Download Latest Release url: https://github.com/heptio/contour/releases promo1: icon: /img/kubernetes-logo.png #url: http://www.example.com?box1 title: Built for Kubernetes content: Quickly deploy cloud-native applications using the flexible and innovative IngressRoute API. promo2: icon: /img/dynamic-reconfig-icon.svg #url: http://www.example.com?box2 title: Dynamic Reconfiguration content: Update Envoy configurations as the ingress and underlying elements change, without restarting the load balancer. promo3: icon: /img/secure-ingress-icon.svg #url: http://www.example.com?box3 title: Secure Ingress Delegation content: Safely delegate ingress configuration to protect service access on multi-team Kubernetes clusters. secondary_ctas: cta1: title: Introduction to Contour url: /Routing-Traffic-to-Applications-in-Kubernetes-with-Contour/ content: Read an overview of the Contour project, including key use cases and how to get involved. cta2: title: Learn how Contour is used for advanced traffic routing url: https://blogs.vmware.com/cloudnative/2019/04/12/blue-green-deployments-contours-ingressroute/ content: Read about using Contour for blue-green application deployments. #reference: # title: Getting Contour # content: The latest stable binary version is 2.0, which builds on the expanded package library and guest OS validation on VMware platforms from the original 1.0 release. Contour comes in a variety of pre-built, cloud-ready images # links: # ISO: http://www.example.com # OVA: http://www.example.com # Amazon Machine Image: http://www.example.com # Google Compute Engine Image: http://www.example.com # Azure VHD: http://www.example.com ---

{{ page.hero.headline }}

{{ page.hero.content }}

{{ page.hero.promo1.title }}
{% if page.hero.promo1.url | size > 0 %}
{{ page.hero.promo1.title }}
{% else %}
{{ page.hero.promo1.title }}
{% endif %}

{{ page.hero.promo1.content }}

{{ page.hero.promo2.title }}
{% if page.hero.promo2.url | size > 0 %}
{{ page.hero.promo2.title }}
{% else %}
{{ page.hero.promo2.title }}
{% endif %}

{{ page.hero.promo2.content }}

{{ page.hero.promo3.title }}
{% if page.hero.promo3.url | size > 0 %}
{{ page.hero.promo3.title }}
{% else %}
{{ page.hero.promo3.title }}
{% endif %}

{{ page.hero.promo3.content }}

{{ page.secondary_ctas.cta1.title }}

{{ page.secondary_ctas.cta1.content }}

{{ page.secondary_ctas.cta2.title }}

{{ page.secondary_ctas.cta2.content }}

Features

{% assign limit = 3 %} {% include case-studies-alternating.html %}

Blog Highlights

{% assign limit = 3 %} {% include blog-posts.html %}
{% include contributors.html %}