kind create cluster
kubectl cluster-info
git clone https://github.com/CloudNativeBitcoin/cloudnativebitcoin.github.io CloudNativeBitcoin
cd CloudNativeBitcoin/charts
helm install bitcoind .
Watch progress in other terminals:
kubectl get pods -w
kubectl get sts -w
kubectl logs -f bitcoind-0
Run the mining job to generate some coins: