Kube-OVN docs - index

Kube-OVN is a CNI implementation based on OVN that provides a rich set of networking features for advanced enterprise applications.

This charm will deploy Kube-OVN as a background service, and configure CNI for use with Kube-OVN, on any principal charm that implements the kubernetes-cni interface.

Usage

The Kube-OVN charm is a subordinate. This charm will require a principal charm that implements the kubernetes-cni interface in order to properly deploy.

juju deploy kube-ovn
juju deploy etcd
juju deploy kubernetes-control-plane
juju deploy kubernetes-worker
juju add-relation kube-ovn kubernetes-control-plane
juju add-relation kube-ovn kubernetes-worker