I read that IBM Blockchain Platform is using Kubernetes to manage the hyperledger fabric network.
I was wondering how they are initializing the chaincode as it is not a straight forward in the Kubernetes.
There are 2 options which I found:
- Docker In Docker
- Manifest File (creating a pod with fabric-tools container and then initializing the chaincode)
How IBM is initializing the chaincodes? Are there any other options other than above 2? If yes, please add a reference of how to use that.
Thanks