Unified Load Balancer Configuration and Administration Guide, Release 2026.02

PDF

Egress management policy CR for stateful pods (IPv4)

Want to summarize with AI?

Log in

Overview

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

apiVersion: lbs.cisco.com/v1alpha1
kind: EgressManagementPolicy
metadata:
  name: udp-emp
spec:
  protocol: UDP
  egressPort:
    stateful:
      - podName: pod-1
        portRanges:
          - “15001…15003”
          - 16001
      - podName: pod-2
        portRanges:
          - “17001…17004”
  target:
    selectors:
      matchLabels:
        release: udp-nf     
  egressIPs:
    - 2.2.2.2