hyperledger-labs / fabric-operations-console

A UI for managing Fabric peers, orderers, and CAs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration with Kubernetes

dhrumildev28 opened this issue · comments

  • I converted docker compose file to kubernetes deployments.
  • Then I created and deployed proxies of orderers and peers
  • Deployed connection-profiles and the connection got established. (Although Status not updated)
  • CA started running but unable to enroll admin user and shows network error.

Following are the error message I get whil registering on UI:
The certificate could not be generated.
NetworkError when attempting to fetch resource.

This is the error I get from operations url:
failed to ping to Docker daemon: Get "http://unix.sock/_ping": dial unix /var/run/docker.sock: connect: no such file or directory,

And here is the error I found on fabric console pod logs:
11:05:22 - error: [status_req yqu] unable to reach destination. error: Error: connect ECONNREFUSED 34.118.234.235:9443

Can somebody who has integration already with Kubernetes help me here. I am using GKE autopilot cluster.