Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skupperproject/skupper
Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
https://github.com/skupperproject/skupper
skupper
Last synced: 3 days ago
JSON representation
Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
- Host: GitHub
- URL: https://github.com/skupperproject/skupper
- Owner: skupperproject
- License: apache-2.0
- Created: 2020-04-06T14:57:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:42:27.000Z (10 days ago)
- Last Synced: 2024-10-29T13:27:49.364Z (10 days ago)
- Topics: skupper
- Language: Go
- Homepage: http://skupper.io
- Size: 4.15 MB
- Stars: 588
- Watchers: 15
- Forks: 73
- Open Issues: 234
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skupper
[![skupper](https://circleci.com/gh/skupperproject/skupper.svg?style=shield)](https://app.circleci.com/pipelines/github/skupperproject/skupper)
Skupper enables cloud communication by enabling you to create a Virtual Application Network.
This application layer network decouples addressing from the underlying network infrastructure.
This enables secure communication without a VPN.You can use Skupper to create a network from namespaces in one or more Kubernetes clusters as described in the [Getting Started](https://skupper.io/start/index.html).
This guide describes a simple network, however there are no restrictions on the topology created which can include redundant paths.Connecting one Skupper site to another site enables communication both ways.
Communication can occur using any path available on the network, that is, direct connections are not required to enable communication.Skupper supports [anycast](https://en.wikipedia.org/wiki/Anycast) and [multicast](https://en.wikipedia.org/wiki/Multicast) communication using the application layer network (VAN), allowing you to configure your topology to match business requirements.
Skupper does not require any special privileges, that is, you do not require the `cluster-admin` role to create networks.
# Useful Links
Using Skupper* [Getting Started](https://skupper.io/start/index.html)
* [Examples](https://skupper.io/examples/index.html)
* [Documentation](https://skupper.io/docs/index.html)
* [Skupper Docker](https://github.com/skupperproject/skupper-docker) allows you run Skupper on your laptopDeveloping Skupper
* [Community](https://skupper.io/community/index.html)
* [Site controller](cmd/site-controller/README.md)
* [CLI](cmd/skupper/README.md) (This replaces the [Skupper CLI repo](https://github.com/skupperproject/skupper-cli))
* [Console (Preview)](https://github.com/skupperproject/skupper-console)# Skupper Major Release (Version 2)
The [v2 Branch](https://github.com/skupperproject/skupper/tree/v2) focuses on the development of
the upcoming major release of the Skupper poject.# Licensing
Skupper uses the [Skupper Router](https://github.com/skupperproject/skupper-router) project and is released under the same [Apache License 2.0](https://github.com/skupperproject/skupper/blob/main/LICENSE).