BlockChain App Deployment with Microservices on Kubernetes
Avatar - DEVOPS, DATA ENGINEERING, DATA SCIENCE

DEVOPS, DATA ENGINEERING, DATA SCIENCE flipped this story into DevOps1941d

BlockChain is a distributed database that maintains a continuously-growing list of ordered records called blocks. This technology underlying Bitcoin and other cryptocurrencies. It is a public ledger of all Bitcoin transaction. These blocks are added in a chronological order. In order to deploy a blockchain application, you need a distributed Hyperledger blockchain on your choice of infrastructure (on-premise or cloud).

In this article, we will deploy a Hyperledger Fabric cluster using Kubernetes.