BackendServices specifies Kubernetes services whose backends
are automatically synced to Envoy using EDS. Traffic for these
services is not forwarded to an Envoy listener. This allows an
Envoy listener load balance traffic to these backends while
normal Cilium service load balancing takes care of balancing
traffic for these services at the same time.
name
string required
Name is the name of a destination Kubernetes service that identifies traffic
to be redirected.
namespace
string
Namespace is the Kubernetes service namespace.
In CiliumEnvoyConfig namespace defaults to the namespace of the CEC,
In CiliumClusterwideEnvoyConfig namespace defaults to "default".
number
[]string
Ports is a set of port numbers, which can be used for filtering in case of underlying
is exposing multiple port numbers.