Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pwright/skupper-solution-pattern

Communicate across clusters
https://github.com/pwright/skupper-solution-pattern

rhmi-solution-pattern

Last synced: 1 day ago
JSON representation

Communicate across clusters

Awesome Lists containing this project

README

        

= Solution Patterns for Skupper

Project: https://skupper.io/

Status: In development

Requirments:

* Ability to create a namespace in cluster
* Access to a second cluster, eg crc

Notes:

Based on https://skupper.io/start/index.html

To edit these walkthroughs, only edit the file `modules/ROOT/pages/_partials/walkthrough-body.adoc`.

To rebuild the website and walkthroughs, you require ruby asciidoctor and antora/node:

. Install plantuml:
+
npm install

. Run the following command:
+
make render

. Commit and push changes.