istio v1.31.0

Sidecar.spec.egress

Egress specifies the configuration of the sidecar for processing outbound traffic from the attached workload instance to other services in the mesh.

4 fields
Sidecar.spec.egress fields and descriptions
Field / TypeDescription
bind
string

The IP(IPv4 or IPv6) or the Unix domain socket to which the listener should be bound to.

captureMode
string

When the bind address is an IP, the captureMode option dictates how traffic to the listener is expected to be captured (or not). Valid Options: DEFAULT, IPTABLES, NONE

  • enum: ["DEFAULT","IPTABLES","NONE"]
string[] required

One or more service hosts exposed by the listener in `namespace/dnsName` format.

object

The port associated with the listener.