Skip to content

kubeslice/kubeslice

Kubeslice Community Kubernetes Helm Charts

License

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.

Architecture Overview

See Kubeslice Reference Architecture to get an overview of the overall architecture and core components.

Usage

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 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

Quick Start

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.

Guide

A full and comprehensive documentation is available on our opensource documentation website.