These are the Envoy Gateway extension resources in Datum Cloud networking. They build on the Gateway API with implementation-specific policy for traffic behavior and security. For the broader picture, see the Networking overview.
These resources are part of the v1alpha1 API and are subject to change. Fields and behavior may change in future releases.
Identity
| |
|---|
| Group | gateway.envoyproxy.io |
| Version | v1alpha1 |
Overview
The Envoy Gateway extension resources extend the Gateway API with implementation-specific traffic and security policy. Where the Gateway API defines the portable core of service traffic routing, these resources let you tune how requests are handled and secured on Datum Cloud’s Envoy-based data plane.
Most of these resources attach to existing Gateway API objects (such as Gateways and HTTPRoutes) through target references — you point the policy at the object it should apply to rather than embedding the configuration inline.
Resources
| Resource | Purpose |
|---|
| Backend | Defines a routing target that traffic can be sent to. |
| BackendTrafficPolicy | Tunes traffic behavior for a target, such as timeouts and retries. |
| SecurityPolicy | Applies authentication and security controls to routes. |
| HTTPRouteFilter | Adds custom HTTP filters to route processing. |