Skip to content

Easily deploy a hyperledger sawtooth blockchain to a kubernetes cluster

Notifications You must be signed in to change notification settings

pa3ng/kubetooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubetooth

Status: WIP

Easily deploy a hyperledger sawtooth blockchain to a kubernetes cluster

Quick Start

Ensure docker-desktop is running with kubernetes enabled

Build the image

make docker-build BIN=kubetooth

Run the container

docker run -v "$PWD"/config:/config -v ~/.kube:/.kube kubetooth:local

Verify deployment by listing your pods

kubectl get pods

Should return something like this

NAME                                          READY   STATUS    RESTARTS   AGE
conensource-sawtooth-pbft-0-895d48975-l69qx   5/5     Running   0          1m12s

About

Easily deploy a hyperledger sawtooth blockchain to a kubernetes cluster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published