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:
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
You are correct. Docker in Docker is used. Chaincode is initialized by the peers when it is instantiated.
Regards, Pam