A set of Helm charts to run multiple components of the Ethereum blockchain on Kubernetes.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add ethereum-helm-charts https://ethpandaops.github.io/ethereum-helm-charts
If you had already added this repo earlier, run helm repo update
to retrieve
the latest versions of the packages. You can then run the following command to see the charts.
helm search repo ethereum-helm-charts
To install the ethstats chart:
helm install ethstats ethereum-helm-charts/ethstats
To uninstall the chart:
helm delete ethstats
You can find the source code for all charts under github.com/ethpandaops/ethereum-helm-charts.