Skip to main content
API resource reference for Backend, an Envoy Gateway extension resource. To create or change one, see Changing resources; to inspect, see Reading resources.
This resource is part of the v1alpha1 Envoy Gateway extension API and is subject to change. Fields and behavior may change in future releases.

Identity

Overview

A Backend defines a set of network endpoints that traffic can be routed to, along with the behavior of the connection from the Datum Cloud gateway data plane to those endpoints. It is an Envoy Gateway extension to the Gateway API, defined by the Envoy Gateway API: instead of routing to a Service, a route can reference a Backend to reach fully qualified domain names, raw IP addresses, or Unix domain sockets — with optional TLS origination and fallback behavior. Use a Backend when you need to send traffic to a destination that is described by an explicit address (for example, an external API reachable by FQDN) rather than a Service in your Project, or when you need per-backend TLS or failover controls.

Spec fields

Status fields (read-only)

Usage

Run datumctl explain backends --recursive to see the full, live field tree for this resource.
Last modified on July 2, 2026