This page currently only covers the set up for SDN-C clustering on single node Kubernetes.
About the SDN-C Clustering
The following diagram illustrates the desired SDN-C cluster deployment in this page, which will have:
- 2 DB pods
- 3 SDN-C (ODL) pods
- 1 admin (portal) pod
- 1 dgbuilder pod
SDN-C DB Clustering details
See details from SDN-C DB (MySQL) Clustered Deployment.
Deployment Setup Steps
Unable to render {children}. Page not found: Deployment Setup Steps.
Additional Information
SDN-C Startup Order
Restart Dead Instance (start a new one in its place)
When a pod is dead, Kubernetes automatically starts a new one to replace the dead pod.
Examples:
- Pod-level restart:
- Container-level restart:
Source Code
The Source code can be found under the gerrit topic SDNC-163