Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.19 KB

21-fabric-operations-console.md

File metadata and controls

46 lines (25 loc) · 1.19 KB

Deploy a Fabric Network

PREV: Deploy a Kube <==> NEXT: Install Chaincode


Fabric Operations Console provides an interactive GUI layer and set of service SDKs suitable for the programmatic administration of a Fabric network.

Fabric Operations Console

Ready?

just check-kube

Operations Console

kubectl apply -k https://github.com/hyperledger-labs/fabric-operator.git/config/crd
  • Install the Fabric operator and console in the target namespace:
just console

PREV: Deploy a Kube <==> NEXT: Install Chaincode