hyperledger-labs / blockchain-carbon-accounting

This project implements blockchain applications for climate action and accounting, including emissions calculations, carbon trading, and validation of climate claims. It is part of the Linux Foundation's Hyperledger Climate Action and Accounting SIG.
https://wiki.hyperledger.org/display/CASIG/Carbon+Accounting+and+Certification+WG
Apache License 2.0
192 stars 104 forks source link

document for production deployment of Vault engine #340

Open sichen1234 opened 2 years ago

sichen1234 commented 2 years ago

Please provide documentation on how to set up and deploy Vault engine in a production setting.

For example, should there be a separate Vault engine for each Fabric node?

Are there deployment scripts or documentation available?

Zzocker commented 2 years ago

@sichen1234 I had already add a documentation for this, here : https://github.com/hyperledger-labs/blockchain-carbon-accounting/tree/main/utility-emissions-channel/minikube-setup

It uses mini-kube for the deployment of vault server in Kubernetes.

sichen1234 commented 2 years ago

@udosson What do you think about this? Should we do it this way for our emissions network?

udosson commented 2 years ago

The documentation looks good to me. We could do this for our emissions network. This could however require starting the network from scratch. @Zzocker what steps do you think should we follow to switch our cloud deployment from "native" fabric to the vault enhanced version?