All Projects → cloudsoft → brooklyn-hyperledger-kubernetes

cloudsoft / brooklyn-hyperledger-kubernetes

Licence: Apache-2.0 license
Cloudsoft AMP blueprints for deploying Hyperledger Fabric onto Kubernetes

Projects that are alternatives of or similar to brooklyn-hyperledger-kubernetes

Fabric Chaincode Java
Hyperledger Fabric Contract and Chaincode implementation for Java https://wiki.hyperledger.org/display/fabric
Stars: ✭ 188 (+1242.86%)
Mutual labels:  hyperledger-fabric
fabric-token-sdk
The Fabric Token SDK is a set of API and services that lets developers create token-based distributed application on Hyperledger Fabric.
Stars: ✭ 63 (+350%)
Mutual labels:  hyperledger-fabric
mango
Parallel Hyperparameter Tuning in Python
Stars: ✭ 241 (+1621.43%)
Mutual labels:  cluster-deployment
Evote
A voting application that leverages Hyperledger Fabric and the IBM Blockchain Platform to record and tally ballots.
Stars: ✭ 208 (+1385.71%)
Mutual labels:  hyperledger-fabric
OpenTender
E-portal for government tender process using Hyperledger (Blockchain) technology.
Stars: ✭ 18 (+28.57%)
Mutual labels:  hyperledger-fabric
BlockchainPublicRegulationFabric-Food
A Public Regulation Fabric example in the Food Industry
Stars: ✭ 47 (+235.71%)
Mutual labels:  hyperledger-fabric
Cckit
Programming toolkit for building Hyperledger Fabric Golang on-chain (chaincode) and off-chain applications
Stars: ✭ 167 (+1092.86%)
Mutual labels:  hyperledger-fabric
hurley
The development environment toolset for blockchain projects
Stars: ✭ 79 (+464.29%)
Mutual labels:  hyperledger-fabric
opensource.com
Repo to hold open source articles that I write to opensource.com(Redhat)
Stars: ✭ 20 (+42.86%)
Mutual labels:  hyperledger-fabric
readme
The Blockchain Bible,a collections for blockchain tech,bitcoin,ethereum,crypto currencies,cryptography,decentralized solutions,business scenarios,hyperledger tech,meetups,区块链,数字货币,加密货币,比特币,以太坊,密码学,去中心化,超级账本
Stars: ✭ 46 (+228.57%)
Mutual labels:  hyperledger-fabric
Blockchainnetwork Compositejourney
Part 1 in a series of patterns showing the building blocks of a Blockchain application
Stars: ✭ 217 (+1450%)
Mutual labels:  hyperledger-fabric
Heroes Service
Short tutorial to build a blockchain application in Go with Hyperledger Fabric
Stars: ✭ 248 (+1671.43%)
Mutual labels:  hyperledger-fabric
hlfabric-k8scc
Chaincode builder and launcher for Hyperledger Fabric on Kubernetes
Stars: ✭ 21 (+50%)
Mutual labels:  hyperledger-fabric
Fabric Starter
Starter Application and Deployment Scripts for Hyperledger Fabric
Stars: ✭ 202 (+1342.86%)
Mutual labels:  hyperledger-fabric
HealthLedger
Application for tracking Organs donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Hyperledger) technology.
Stars: ✭ 29 (+107.14%)
Mutual labels:  hyperledger-fabric
Study Blockchain Referrence
区块链学习路上的一些资料作为参考
Stars: ✭ 172 (+1128.57%)
Mutual labels:  hyperledger-fabric
fabric-iot
fabric-iot is a Blockchain Based Decentralized Access Control System in IoT
Stars: ✭ 50 (+257.14%)
Mutual labels:  hyperledger-fabric
Probe
Probe is a web GUI application with for Hyperledger Fabric maintainer, user, research to find the best block config logic for specific chain-code.
Stars: ✭ 29 (+107.14%)
Mutual labels:  hyperledger-fabric
docker-hyperledger-fabric-peer
Docker image for Hyperledger Fabric Peer
Stars: ✭ 25 (+78.57%)
Mutual labels:  hyperledger-fabric
fabric-operation
Scripts to configure and deploy Hyperledger Fabric applications locally or in cloud by using Kubernetes or docker-compose
Stars: ✭ 15 (+7.14%)
Mutual labels:  hyperledger-fabric

Kubernetes Hyperledger

This repository contains Cloudsoft AMP blueprints for a Hyperledger Fabric v0.6.1 cluster deployment onto Kubernetes.

Deployment Instructions

Step 1: Install Cloudsoft AMP

Use this guide to install AMP on your OS using the "DIY" option (downloading a tar.gz archive).

Step 2: Deploy a Kubernetes Cluster

NOTE: You can skip this step if you already have a Kubernetes cluster running.

2.1 Create a Deployment Location

In order to deploy a Kubernetes cluster with AMP, you must first configure a location to which AMP will deploy it.

Use this guide to learn more about AMP locations and how to create your own.

NOTE: Your location must support CentOS 7.

2.2 Deploy a Kubernetes Cluster to Your Location

Cloudsoft AMP comes bundled with the Cloudsoft Container Service (CCS) which supports the deployment of Kubernetes clusters.

Use this guide to deploy your own Kubernetes Cluster using AMP and CCS.

NOTE: kubernetes.initial.size must be set to 6 or larger.

Step 3: Deploy Hyperledger Fabric onto Your Kubernetes

3.1 Add Hyperledger Fabric to the AMP Catalog

Download the latest release JAR from this repository and place it in the deploy directory inside the expanded AMP directory.

Then from the AMP UI home screen, perform the following steps:

  • Click the square button in the top right corner
  • Click "Blueprint importer"
  • Copy and paste the Hyperledger catalog file into the editor
  • Click "Import" (button in bottom right corner)

3.2 Deploy Hyperledger Fabric

From the AMP UI home screen, perform the following steps:

  • Click "Blueprint composer" (tile in top row, second from the right)
  • Click "YAML Editor" (button in top right corner)
  • Copy and paste the example YAML file into the editor
  • Change the value of endpoint to the URL / port of your Kubernetes cluster
  • Change the values of identity and credential if they differ from the example
  • Click "Deploy" (button in bottom right corner)

NOTE: The example file contains the default identity and credential values for Kubernetes clusters deployed with AMP.

In just a matter of moments you will have a Hyperledger Fabric cluster deployed onto your Kubernetes cluster.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].