KubeSlice provides network services to applications that need secure and highly available connectivity between multiple clusters. KubeSlice creates a flat overlay network connecting clusters. The overlay network can be described as an application slice that provides a slice of connectivity between the pods of an application running in multiple clusters. It can also be described as an application-specific VPC that spans across clusters. Pods can connect to the slice overlay network and communicate with each other seamlessly across cluster boundaries.
See Kubeslice Reference Architecture, to get an overview of the overall architecture and core components.
Helm must be installed to use charts. For more information, see documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add kubeslice https://kubeslice.github.io/kubeslice/
You can then run helm search repo kubeslice
to see the charts.
Note: Please refer to the following link for details on generating your github personal access token
See Sandbox for instructions on setting up a local kubeslice setup using kind
for non-production use.
For setting up Kubeslice on other cloud platforms, refer to the Cloud Clusters Demo.
A full and comprehensive documentation is available on our opensource documentation website.