Sets up a full EOSIO node and syncs from the latest available blocks log backup and snapshot.
This chart is using:
- https://github.com/liquidapps-io/docker-eosio-nodeos-plugins
- https://github.com/liquidapps-io/docker-eosio-mainnet-loader
https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html
https://cloud.google.com/kubernetes-engine/docs/quickstart
Download client from: https://docs.helm.sh/using_helm/#installing-helm
sudo snap install helm --classic
Run:
helm init --service-account tiller
helm update repo
git clone https://github.com/liquidapps-io/eosio-node-k8s-helm.git
cd eosio-node-k8s-helm
helm dependency update
Restore from snapshot:
helm install --set snapshot=true . --name nodeos
Or restore from full backup and replay:
helm install --set replay=true . --name nodeos
Or resume after first restore:
helm install . --name nodeos