Skip to main content
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

Groupgateway.envoyproxy.io
Versionv1alpha1

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

ResourcePurpose
BackendDefines a routing target that traffic can be sent to.
BackendTrafficPolicyTunes traffic behavior for a target, such as timeouts and retries.
SecurityPolicyApplies authentication and security controls to routes.
HTTPRouteFilterAdds custom HTTP filters to route processing.
Last modified on July 2, 2026