> ## 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.

# Gateway API routing visibility in Kubernetes

> Visualize Gateway API in Radar: the full network path from GatewayClass through Gateway and HTTPRoute to Service and Pod, with typed route detail views.

[Gateway API](https://gateway-api.sigs.k8s.io/) is the next-generation Kubernetes networking API, replacing Ingress with more expressive routing, traffic splitting, and multi-tenant support.

### What Radar Shows

**Topology:** Full network path  -  GatewayClass → Gateway → HTTPRoute/GRPCRoute/TCPRoute/TLSRoute → Service → Pod. Visualize how traffic flows from the gateway controller through routes to your backend services.

<Frame caption="Gateway API in Topology View  -  GatewayClass → Gateway → HTTPRoute → Service traffic path">
  <img src="https://mintcdn.com/skyhook/WMkyX9-pHguEy9dC/images/oss/gateway-topology.png?fit=max&auto=format&n=WMkyX9-pHguEy9dC&q=85&s=e04ebba33f44c1c6e803b562896acf52" alt="Gateway API Topology" width="4144" height="778" data-path="images/oss/gateway-topology.png" />
</Frame>

**Gateway Detail View:** Listeners, addresses, attached routes, and status conditions.

**GatewayClass Detail View:** Controller name, description, parameters reference, and status conditions.

**HTTPRoute Detail View:** Rules with path/header matching, backend references, filters, and weights.

**GRPCRoute Detail View:** Service/method matching, backend references, and filters.

### Supported CRDs

| CRD          | Group                                | Topology | Detail View | AI Summary |
| ------------ | ------------------------------------ | -------- | ----------- | ---------- |
| GatewayClass | `gateway.networking.k8s.io/v1`       | Yes      | Yes         | Yes        |
| Gateway      | `gateway.networking.k8s.io/v1`       | Yes      | Yes         | Yes        |
| HTTPRoute    | `gateway.networking.k8s.io/v1`       | Yes      | Yes         | Yes        |
| GRPCRoute    | `gateway.networking.k8s.io/v1`       | Yes      | Yes         | Yes        |
| TCPRoute     | `gateway.networking.k8s.io/v1alpha2` | Yes      | Yes         | Yes        |
| TLSRoute     | `gateway.networking.k8s.io/v1alpha2` | Yes      | Yes         | Yes        |
