This is chaincode builder that uses Kubernetes bare pods to build and run Hyperledger Fabric chaincode.
The goal is to provide a Kubernetes-native way to handle external builders and launchers for Fabric chaincode deployments.
- Uses Kubernetes bare pods for chaincode build and execution.
- Integrates with the Fabric Operator and the Fabric Operations Console.
- Simplifies development workflows on Kubernetes without relying on Docker-in-Docker or privileged containers.
Once Kubernetes is enabled on Docker Desktop:
go test ./...
This external builder is compatible with both:
- Fabric Operator: Automates lifecycle management of Fabric networks on Kubernetes.
- Fabric Operations Console: A GUI-based tool to interact with and manage Hyperledger Fabric networks.
You can configure this external chaincode builder within your operator or console deployment for custom chaincode packaging and deployment flows.