Configuration Dump
This page displays the current configuration state of Envoy Gateway, including all Gateway API resources and their status.
📊 Configuration Summary
This section provides a high-level overview of the current configuration state:
🔍 Resource Explorer
Browse and search through all Gateway API resources and policies. Click on category headers to expand/collapse sections.
🚪 Gateways
Gateway resources define the entry points for traffic into the cluster. They specify which ports and protocols are exposed.
🛣️ HTTP Routes
HTTPRoute resources define how HTTP requests are routed to backend services.
🔧 GRPC Routes
GRPCRoute resources define how gRPC requests are routed to backend services.
🔒 TLS Routes
TLSRoute resources define how TLS connections are routed to backend services.
🔌 TCP Routes
TCPRoute resources define how TCP connections are routed to backend services.
📡 UDP Routes
UDPRoute resources define how UDP traffic is routed to backend services.
🏷️ Gateway Classes
GatewayClass resources define the type of Gateway that can be deployed.
🚦 Client Traffic Policies
ClientTrafficPolicy resources define traffic management policies for client connections.
🔄 Backend Traffic Policies
BackendTrafficPolicy resources define traffic management policies for backend connections.
🔐 Backend TLS Policies
BackendTLSPolicy resources define TLS configuration for backend connections.
🛡️ Security Policies
SecurityPolicy resources define security configurations and authentication policies.
🔧 Envoy Patch Policies
EnvoyPatchPolicy resources define custom patches to Envoy configuration.
🔌 Envoy Extension Policies
EnvoyExtensionPolicy resources define external processing and extension configurations.
🌐 Services
Service resources define network services and their endpoints.
🔑 Secrets
Secret resources contain sensitive data such as certificates and keys.
📋 ConfigMaps
ConfigMap resources contain configuration data for applications.
📁 Namespaces
Namespace resources provide scope for names and resource isolation.
🎯 Endpoint Slices
EndpointSlice resources define network endpoints for services.
🔗 Reference Grants
ReferenceGrant resources allow cross-namespace references in Gateway API.
🔍 HTTP Route Filters
HTTPRouteFilter resources define custom filters for HTTP routes.
⚙️ Envoy Proxies
EnvoyProxy resources define Envoy proxy configuration and deployment settings.
🔙 Backends
Backend resources define backend service configurations.
📤 Service Imports
ServiceImport resources define imported services from other clusters.