Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kubeslice/kubeslice

Multi-Cloud, Multi-Cluster Service Connectivity with Application Slices.
https://github.com/kubeslice/kubeslice

Last synced: 4 days ago
JSON representation

Multi-Cloud, Multi-Cluster Service Connectivity with Application Slices.

Awesome Lists containing this project

README

        

# Kubeslice Community Kubernetes Helm Charts

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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.