Ethereum node on Kubernetes using Geth as execution layer client and Prysm as consensus layer client.
TODO
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.
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