Where to find the chaincode container in Azure Hyperledger Fabric Peer Cluster?

Anurag, Anurag (External) 51 Reputation points
2020-09-03T07:58:28.903+00:00

Hi,
I have installed and instantiated a Chaincode. But I am unable to find the chaincode containers.
Where can I find them?

Note: I have used Azure Hyperledger Fabric blockchain service.

Community Center Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. Shruti Gupta 16 Reputation points
    2020-09-04T07:04:33.31+00:00

    Hi @Anurag, Anurag (External)

    As designed in Hyperledger Fabric code, peer starts the chaincode container using docker API on same VM where peer container is running . The kubernetes server API is not aware of this chaincode container. S, kubectl client does not list the chaincode container.

    If you want to see the chaincode container, go to the VM where the peer container is running and run docker ps command to list all the containers including chaincode container.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.