Adding qubernetes to quorum README.md / docs. (#970)

This commit is contained in:
libby kent 2020-04-10 13:57:01 -04:00 committed by GitHub
parent 4c9740bfaa
commit e01b15e6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 0 deletions

View File

@ -41,6 +41,7 @@ The official docker containers can be found under https://hub.docker.com/u/quoru
* [Quorum](https://github.com/jpmorganchase/quorum): this repository
* [Quorum Documentation](https://docs.goquorum.com)
* [quorum-examples](https://github.com/jpmorganchase/quorum-examples): Quorum demonstration examples
* <img src="docs/images/qubernetes/k8s-logo.png" width="15"/> [qubernetes](https://github.com/jpmorganchase/qubernetes): Deploy Quorum on Kubernetes
* [Quorum Community Slack Inviter](https://bit.ly/quorum-slack): Quorum Slack community entry point
* Quorum Transaction Managers
* [Constellation](https://github.com/jpmorganchase/constellation): Haskell implementation of peer-to-peer encrypted message exchange for transaction privacy

View File

@ -6,6 +6,17 @@ This section details several ways to start using and working with Quorum, rangin
The easiest way to get a network up and running is by working through the [Quorum Examples](../Quorum-Examples). These examples provide the means to create a pre-configured sample Quorum network that can be started and be ready for use in minutes. The examples give the option of running the network either in a virtual-machine environment using Vagrant, in containers using docker-compose, or locally through the use of bash scripts to automate creation of the network.
## ![k8s-logo](../images/qubernetes/k8s-logo.png){: style="height:20px;width:20px"} Quorum on Kubernetes
Use [qubernetes](https://github.com/jpmorganchase/qubernetes) to run configurable N node Quorum networks on Kubernetes.
You can use [kind](https://github.com/jpmorganchase/qubernetes#quickest-start) or [Minikube](https://github.com/jpmorganchase/qubernetes/blob/master/docs/minikube-docs.md)
for local development. For long running networks, use a cloud service (e.g. Google Kubernetes Engine, Azure KS, AWS EKS) or a self-hosted kubernetes cluster.
Supports Raft and Istanbul consensus algorithms, multiple Quorum and Transaction Manager (Tessera and Constellation) versions,
and networks with an arbitrary number of nodes.
Also includes [examples](https://github.com/jpmorganchase/qubernetes/blob/master/docs/7nodes-on-k8s.md) ready to run on Kubernetes.
## Creating a network from scratch
[Creating a Network From Scratch](../Creating-A-Network-From-Scratch) provides a step-by-step walkthrough of how to create and configure a Quorum network suitable for either Raft or Istanbul consensus. It also shows how to enable privacy and add/remove nodes as required.

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

View File

@ -117,6 +117,7 @@ markdown_extensions:
- toc:
permalink: true
toc_depth: 3
- attr_list
- codehilite
- admonition
- footnotes