Skip to content

Helm charts for running and operating Hyperledger Fabric in Kubernetes

License

Notifications You must be signed in to change notification settings

block42-blockchain-company/hf-on-k8s-to-be-deleted

 
 

Repository files navigation

Hyperledger Fabric meets Kubernetes

Check out ORIGINAL-README.md for the original README and additional setup possiblities.

Abbreviations

Hyperledger Fabric - HF Kubernetes - K8s

Requirements

  • A running Kubernetes Cluster
  • Kubectl same version as your K8s cluster (we used 1.17.5)
  • Helm 3
  • jq 1.5+
  • yq 2.6+
  • Argo CLI, CLI 2.4.0+ (Argo Controller gets installed automatically by setup script)
  • Run all the commands in fabric-kube folder
  • AWS EKS users please also apply this fix

Quickstart

This quickstart sets up a Hyperledger Fabric network on one Kubernetes Cluster in three different namespaces.

You need a running K8s cluster, and the path to the K8s config file.

Open the terminal and type:

./setup_cross_cluster_on_one_cluster.sh ~/path/to/YOUR-CLUSTER-kubeconfig.yaml

Then let it run, and watch out for any errors.


To quickly remove all HF related resources from your K8s cluster:

./teardown_cross_cluster_on_one_cluster.sh ~/path/to/YOUR-CLUSTER-kubeconfig.yaml

About

Helm charts for running and operating Hyperledger Fabric in Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 90.2%
  • Go 5.5%
  • JavaScript 3.6%
  • Dockerfile 0.7%