The SD-WAN operator is a simple Kubernetes controller that enforces Cilium Mesh traffic management policies across a Cisco SD-WAN network substrate. The operator uses the Δ-controller Kubernetes operator framework.
- A Kubernetes cluster (v1.28+)
kubectlaccess to the cluster- A Cisco vManage instance with API access credentials
helmv3+
Create a values.yaml with your vManage connection details:
vmanage:
url: https://<vmanage-host>:443
username: admin
password: <your-password>
insecure: falsehelm repo add sdwan-operator https://l7mp.github.io/sdwan-operator/
helm repo update
helm install sdwan-operator sdwan-operator/sdwan-operator \
--namespace sdwan-operator \
--create-namespace \
-f values.yamlkubectl get pods -n sdwan-operatorThis project was featured in the CNCF blog post Connecting distributed Kubernetes with Cilium and SD-WAN: Building an intelligent network fabric.
Copyright 2025-2026 by its authors. Some rights reserved. See AUTHORS.
Apache License - see LICENSE for full text.