https://github.com/kubeslice/kubeslice
Multi-Cloud, Multi-Cluster Service Connectivity with Application Slices.
https://github.com/kubeslice/kubeslice
Last synced: 6 months ago
JSON representation
Multi-Cloud, Multi-Cluster Service Connectivity with Application Slices.
- Host: GitHub
- URL: https://github.com/kubeslice/kubeslice
- Owner: kubeslice
- License: apache-2.0
- Created: 2022-07-21T07:34:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-30T13:38:22.000Z (7 months ago)
- Last Synced: 2026-01-03T04:21:25.994Z (7 months ago)
- Language: Mustache
- Homepage:
- Size: 1.02 MB
- Stars: 179
- Watchers: 3
- Forks: 27
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
- Governance: GOVERNANCE.md
- Authors: AUTHORS
- Maintainers: MAINTAINERS.md
Awesome Lists containing this project
- awesome-cloud-native - kubeslice - KubeSlice enables Kubernetes pods and services to communicate seamlessly across clusters, clouds, edges, and data centers by creating logical application boundaries known as Slices. (Networking & Connectivity)
README
# Kubeslice Community Kubernetes Helm Charts
[](https://opensource.org/licenses/Apache-2.0)
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.
# Architecture Overview
See [Kubeslice Reference Architecture](https://kubeslice.io/documentation/open-source/latest/overview/architecture), to get an overview of the overall architecture and core components.
# Usage
[Helm](https://helm.sh) must be installed to use charts. For more information, see [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```console
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](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
Quick Start
---
See [Sandbox](https://kubeslice.io/documentation/open-source/1.3.0/playground/sandbox) for instructions on setting up a local kubeslice setup using [`kind`](https://kind.sigs.k8s.io/) for non-production use.
For setting up Kubeslice on other cloud platforms, refer to the [Cloud Clusters Demo](https://kubeslice.io/documentation/open-source/latest/tutorials/kubeslice-cli-tutorials/kubeslice-cli-demo-on-cloud-clusters).
Guide
---
A full and comprehensive documentation is available on our opensource [documentation](https://kubeslice.io/documentation/open-source/) website.