KubeSlice provides network services to applications that need secure and highly available connectivity between multiple clusters. KubeSlice creates a flat overlay network to connect the 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 the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add avesha https://kubeslice.github.io/charts/
You can then run helm search repo avesha
to see the charts.
See Getting Started 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 getting started with cloud.
A full and comprehensive documentation is available on our opensource documentation website.