mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
1.4 KiB
1.4 KiB
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.
Ready?
just check-kube
Operations Console
- Install the fabric-operator Kubernetes Custom Resources
kubectl apply -k https://github.com/hyperledger-labs/fabric-operator.git/config/crd
- Open the file located at
infrastructure/sample-network/config/console/hlf-operations-console.yamland adjust thearchfield according to your machine's architecture.
spec:
arch:
- amd64
- Install the Fabric operator and console in the target namespace:
just console
-
Connect to the console GUI at the hyperlink printed to the terminal.
-
Use the Console GUI or Ansible Collection to Build a Network
