Features
Kube-OVN integrates the OVN-based Network Virtualization with Kubernetes. It offers an advanced Container Network Fabric that is feature rich and enterprise friendly.
See More on GitHubNamespaced Subnets
Static IP Addresses
Subnet Isolation
Network Policy
Dual Stack
Pod NAT and EIP
Multi-Cluster Networking
Dynamic QoS
Traffic Mirror
Underlay Support
VPC Support
Cilium Integration
Here is a quick development guide to help you get started with Kube-OVN.
Read out Development Guide# Dual-stack Subnet with centralized gateway
apiVersion: kubeovn.io/v1
kind: Subnet
metadata:
name: dualstack
spec:
cidrBlock: 10.16.0.0/16,fd00:10:16::/64
default: false
excludeIps:
- 10.16.0.1
- fd00:10:16::1
gateway: 10.16.0.1,fd00:10:16::1
gatewayNode: "gw1,gw2"
gatewayType: centralized
natOutgoing: true
protocol: Dual
The CNCF’s flagship conference gathers adopters and technologists from leading open source and cloud native communities virtually from May 4 – 7. Join us at the Kube-OVN Project Office Hours
Thu, May 6, 9:00 AM (CEST) / Fri, May 7, 9:00 AM (CEST)
Register TodaySubscribe to the kube-OVN newsletter to receive regular updates.
The Kube-OVN community welcomes your participation.