Replies: 1 comment 1 reply
-
Hi @mushirneo and welcome to the Akash. As I've read more on Hyperledger Fabric blockchain network https://hyperledger-fabric.readthedocs.io/en/release-2.5/prereqs.html it does appear to be using a standard gRPC. gRPC uses HTTP/2 under the hood which operates over the TCP protocol. So it should work. Akash uses K8s under the hood which does support the following network protocols:
Hope that answers your question. Let us know if you have any further questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hyperledger Fabric network requires GRPC communicaton for fabric entities to communicate internally, so is this kind of deployment possible on Akash Kubernetes cluster? Along with that, what other considerations should we keep in mind while deploying our private blockchain network since I am not able to find any documentation regarding it on the official site. If there is anyone who has tried it earlier then please can you share your experience
Beta Was this translation helpful? Give feedback.
All reactions