> ## Documentation Index
> Fetch the complete documentation index at: https://radarhq.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Contour ingress routing visibility

> See Contour routing in Radar: HTTPProxy delegation chains, TLS configuration edges, and the full path from root proxy to Service in the topology view.

[Contour](https://projectcontour.io/) is a Kubernetes ingress controller using Envoy proxy, providing a powerful HTTPProxy CRD with route delegation, weighted routing, TLS termination, and TCP proxying.

### What Radar Shows

**Topology:** Full Contour routing path  -  HTTPProxy (root) → HTTPProxy (child, via delegation) → Service, with TLS secret configuration edges. Root proxies with `spec.virtualhost` appear as entry points; child proxies referenced via `spec.includes` are connected via delegation edges. Both **Resources** and **Traffic** view modes are supported.

<Frame caption="Contour in Topology View  -  HTTPProxy → Service routing with delegation">
  <img src="https://mintcdn.com/skyhook/WMkyX9-pHguEy9dC/images/oss/contour-topology.png?fit=max&auto=format&n=WMkyX9-pHguEy9dC&q=85&s=dcef0b65ba20d1f3c31e99805fcff6c3" alt="Contour Topology" width="2482" height="856" data-path="images/oss/contour-topology.png" />
</Frame>

**HTTPProxy Detail View:**

* Status banner for invalid or orphaned proxies
* Virtual host FQDN and TLS configuration with clickable Secret links
* Routes with prefix/header conditions and backend services (name, port, weight)
* Delegation includes with cross-namespace indicators and condition prefixes
* TCP proxy services for passthrough configurations
* Status conditions (Valid/Invalid/Orphaned)

**Resource Browser:** Smart columns show FQDN, route count, include count, TLS status (shield icon), and validity status at a glance.

### Supported CRDs

| CRD       | Group                  | Topology | Detail View | AI Summary |
| --------- | ---------------------- | -------- | ----------- | ---------- |
| HTTPProxy | `projectcontour.io/v1` | Yes      | Yes         | Yes        |
