Unified Load Balancer Configuration and Administration Guide, Release 2026.02

PDF

Egress management policy CR for stateless pods (IPv4)

Want to summarize with AI?

Log in

Overview

Explains the Egress management policy Custom Resource (CR) for stateless pods (IPv4), including its key parameters, requirements, and reference information.

apiVersion: lbs.cisco.com/v1alpha1
kind: EgressManagementPolicy
metadata:
  name: udp-emp-sl
spec:
  protocol: UDP
  egressPort:
    stateless:
        portRanges:
          - “35001…35003”
  target:
    selectors:
      matchLabels:
        release: udp-nf     
  egressIPs:
    - 4.4.4.4