avolens / helm-eth-node

Ethereum Node on Kubernetes

Home Page:https://avolens.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm ETH Node

Ethereum node on Kubernetes using Geth as execution layer client and Prysm as consensus layer client.

Setup Examples

Main Net

TODO

Goerly Test Net

For geth add --goerli to use the goerli test net. See here for all command line options.

For prysm you might need to adjust the execution endpoint depending on your Kubernetes namespace. Also add --prater to use the test net. Read the terms of use and accept --accept-terms-of-use See here for all command line options.

For faster sync you might want to use checkpoint sync.

Install instructions

helm repo add avolens 'https://helm.avolens.com/releases/'
helm repo update
helm repo list
helm show values avolens/eth-node > values.yaml

EDIT values.yaml as you need it!

helm install -f values.yaml eth-node avolens/eth-node

About

Ethereum Node on Kubernetes

https://avolens.com


Languages

Language:Smarty 100.0%