How Do I Make Him Want Only Me and No One Else?

One of the biggest questions in the world of dating is that of exclusivity. Having an exclusive relationship is definitely taking things to another level, which is why most people find making the…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




A case for Blockchain on Kubernetes

Happenstance brought me in front of an enthusiastic, spirited, and ambitious duo of entrepreneurs who were running a fast-moving blockchain startup. Plagued by operations and latency woes, their search for relief led them to Kubernetes, and then me.

This article explains my evaluation of Kubernetes for running Hyperledger Fabric, a platform for blockchain implementation.

A break in any blockchain component can be automatically healed on Kubernetes

The concerns shared by the entrepreneurs around blockchain infrastructure were:

In order to understand how Kubernetes can address these concerns for blockchain infrastructure, I setup Hyperledger Fabric on a Kubernetes cluster (full details in my next blog post!). This learning process also helped me land at this conclusion:

Kubernetes standardizes processes around

The value of standardization is that these processes can be automated and therefore repeated with low effort. There are tools available in the Kubernetes ecosystem for all of the above concerns.

Kubernetes stands on the shoulders of a large community. The active community brings with it a rich set of tools and solutions for most problems faced while managing and automating infrastructure.

The plethora of tools and solutions save precious time by letting you focus on what’s important — building your blockchain application.

Kubernetes’ controller framework allows infinite extensibility (theoretically). It is possible to automate management of blockchain infrastructure after it is deployed and is already running.

Dynamic provisioning of new blockchain networks on the fly can be automated using controllers.

The above three reasons make Kubernetes a compelling choice for automating blockchain architectures.

In the next article in this series, I will explain the architecture of Hyperledger fabric and how it can be run using Kubernetes.

Stay tuned for more Kubernetes + Blockchain!

Add a comment

Related posts:

Tips To Write Best Fiverr Gig Description

The following are the 10 killer Tips to write a Fiverr Gig Description. Here you need to know that in your Fiverr Gig Description you must focus on a specific service in your Gig description. If you…

How to Find Your Purpose In Your Business

One of the questions that comes through my inbox the most is how people can find their purpose. After they find their purpose, they wonder how to start a business from it like I have. While there is…

Validation module in NodeJS

As the process of finding modules for a new project goes on, we go through a lot of libraries, discover many modules with a lot of dependencies and test them. Then we install package.json and get an…