Back to Contour

Index

site/content/docs/v1.10.0/_index.md

1.33.4906 B
Original Source

Overview

Contour is an Ingress controller for Kubernetes that works by deploying the Envoy proxy as a reverse proxy and load balancer. Contour supports dynamic configuration updates out of the box while maintaining a lightweight profile.

Contour also introduces a new ingress API [HTTPProxy][2] which is implemented via a Custom Resource Definition (CRD). Its goal is to expand upon the functionality of the Ingress API to allow for a richer user experience as well as solve shortcomings in the original design.

Prerequisites

Contour is tested with Kubernetes clusters running version [1.16 and later][4].

RBAC must be enabled on your cluster.

Get started

Getting started with Contour is as simple as one command. See the [Getting Started][3] document.

[2]: /docs/{{< param version >}}/config/fundamentals [3]: /getting-started [4]: /_resources/kubernetes