Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kubeslice/kubeslice
- Owner: kubeslice
- License: apache-2.0
- Created: 2022-07-21T07:34:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T05:16:08.000Z (18 days ago)
- Last Synced: 2024-10-29T06:19:47.485Z (18 days ago)
- Language: Mustache
- Homepage:
- Size: 998 KB
- Stars: 159
- Watchers: 4
- Forks: 18
- Open Issues: 9
-
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
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.