Ecosyste.ms: Awesome

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

https://github.com/kubeslice/kubeslice

Applications provided by Avesha Systems, ready to launch on Kubernetes using Kubernetes Helm.
https://github.com/kubeslice/kubeslice

Last synced: 3 months ago
JSON representation

Applications provided by Avesha Systems, ready to launch on Kubernetes using Kubernetes Helm.

Lists

README

        

# Kubeslice Development 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 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](https://kubeslice.io/documentation/open-source/1.2.0/overview/architecture) to get an overview of the overall architecture and core components.

# Usage

[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.

Once Helm is set up properly, add the repo as follows:

```console
helm repo add avesha https://raw.githubusercontent.com/kubeslice/dev-charts/gh-pages/ --username --password
```

You can then run `helm search repo avesha` 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
---

Use our [Sandbox environment](https://kubeslice.io/documentation/open-source/1.2.0/playground/sandbox) to get a hands-on experience of KubeSlice on [`kind`](https://kind.sigs.k8s.io/) clusters.

For setting up Kubeslice on other cloud platforms, refer to the [getting started with cloud clusters](https://kubeslice.io/documentation/open-source/1.2.0/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/1.2.0/) website.