https://github.com/ethpandaops/ethereum-helm-charts
A set of Helm charts to run multiple components of the Ethereum blockchain on Kubernetes.
https://github.com/ethpandaops/ethereum-helm-charts
docker ethereum helm kubernetes
Last synced: 3 months ago
JSON representation
A set of Helm charts to run multiple components of the Ethereum blockchain on Kubernetes.
- Host: GitHub
- URL: https://github.com/ethpandaops/ethereum-helm-charts
- Owner: ethpandaops
- License: mit
- Created: 2021-09-23T11:02:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-27T20:35:05.000Z (3 months ago)
- Last Synced: 2026-03-28T03:10:50.722Z (3 months ago)
- Topics: docker, ethereum, helm, kubernetes
- Language: Go Template
- Homepage:
- Size: 2.13 MB
- Stars: 185
- Watchers: 6
- Forks: 94
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ethereum Helm Charts
[](https://github.com/ethpandaops/ethereum-helm-charts/actions/workflows/release.yaml)
[](https://artifacthub.io/packages/search?repo=ethereum-helm-charts)
A set of [Helm](https://helm.sh/) charts to run multiple components of the [Ethereum](https://ethereum.org/) blockchain on [Kubernetes](https://kubernetes.io/).
Deployment examples that use these helm charts can be found under [ethpandaops/ethereum-k8s-testnets](https://github.com/ethpandaops/ethereum-k8s-testnets).
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.
Once Helm has been set up correctly, add the repo as follows:
```sh
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.
```sh
helm search repo ethereum-helm-charts
```
To install the ethstats chart:
```sh
helm install ethstats ethereum-helm-charts/ethstats
```
To uninstall the chart:
```sh
helm delete ethstats
```
## List of charts
Execution layer clients
- [`besu`](charts/besu)
- [`erigon`](charts/erigon)
- [`ethereumjs`](charts/ethereumjs)
- [`geth`](charts/geth)
- [`nethermind`](charts/nethermind)
- [`reth`](charts/reth)
Consensus layer clients
- [`grandine`](charts/grandine)
- [`lighthouse`](charts/lighthouse)
- [`lodestar`](charts/lodestar)
- [`nimbus`](charts/nimbus)
- [`prysm`](charts/prysm)
- [`teku`](charts/teku)
Generic
- [`ethereum-node`](charts/ethereum-node) - Umbrella chart that uses the execution and consensus layer client charts.
Tooling
- [`beacon-metrics-gazer`](charts/beacon-metrics-gazer) - A prometheus exporter for Ethereum validator clients.
- [`beaconchain-explorer`](charts/beaconchain-explorer) - Beacon chain block explorer.
- [`benchmarkoor-api`](charts/benchmarkoor-api) - API for Benchmarkoor, the benchmarking tool for Ethereum execution clients.
- [`benchmarkoor-ui`](charts/benchmarkoor-api) - UI for Benchmarkoor, the benchmarking tool for Ethereum execution clients.
- [`blob-me-baby`](charts/blob-me-baby) - Send arbitrary blob data in well-formatted blobs
- [`blobscan-indexer`](charts/blobscan-indexer) - Blobscan-Indexer indexes blobs in MongoDB for use with Blobscan.
- [`blobscan`](charts/blobscan) - Blobscan is the first blockchain explorer that helps to navigate and visualize those EIP-4844 blobs.
- [`blockscout`](charts/blockscout) - Execution layer block explorer.
- [`blutgang`](charts/blutgang) - The wd40 of ethereum load balancers.
- [`checkpointz`](charts/checkpointz) - A beacon chain Checkpoint Sync provider.
- [`consensus-monitor`](charts/consensus-monitor) - Web UI to check your ethereum consensus layer nodes via their beacon APIs.
- [`contributoor`](charts/contributoor) - A lightweight sidecar that runs alongside an Ethereum consensus client and collects data.
- [`dora`](charts/dora) - Lightweight Beaconchain explorer.
- [`dshackle`](charts/dshackle) - Fault tolerant load balancer for blockchain apis, including Ethereum RPC.
- [`dugtrio`](charts/dugtrio) - Fault tolerant load balancer for beacon chain RPC apis.
- [`eleel`](charts/eleel) - A multiplexer for Ethereum execution clients.
- [`erpc`](charts/erpc) - EVM RPC proxy.
- [`eth-faucet`](charts/eth-faucet) - Ether faucet server built with Go and Svelte.
- [`eth2-fork-mon`](charts/eth2-fork-mon) - Fork monitor for a configurable set of beacon nodes.
- [`ethereum-address-metrics-exporter`](charts/ethereum-address-metrics-exporter) - A prometheus exporter for Ethereum externally owned account and contract addresses.
- [`ethereum-metrics-exporter`](charts/ethereum-metrics-exporter) - A prometheus exporter for Ethereum execution and consensus clients.
- [`ethereum-validator-metrics-exporter`](charts/ethereum-validator-metrics-exporter) - A prometheus exporter for Ethereum validators.
- [`ethstats`](charts/ethstats) - Web UI to track execution layer node status.
- [`fauceth`](charts/fauceth) - EIP1559 compatible web faucet using Hcaptcha.
- [`forkmon`](charts/forkmon) - Fork monitor for execution layer nodes.
- [`ganache`](charts/ganache) - Simulator for development and testing purposes of the execution layer.
- [`genesis-generator`](charts/genesis-generator) - A tool to generate and expose genesis files for the execution and consensus layer clients.
- [`hermes`](charts/hermes) - A GossipSub listener and tracer, subscribing to all relevant pubsub topics and traces all protocol interactions.
- [`ipfs-cluster`](charts/ipfs-cluster) - IPFS Cluster
- [`powfaucet`](charts/powfaucet) - Modularized faucet for EVM chains with different protection methods (Captcha, PoW Mining, IP Limits, Wallet Balances and more)
- [`rpc-proxy`](charts/rpc-proxy) - A proxy for web3 JSONRPC. Rate limiting and method filtering.
- [`rpc-snooper`](charts/rpc-snooper) - A tool to snoop on RPC calls and log them to stdout.
- [`smart-contract-verifier-http`](charts/smart-contract-verifier-http) - Smart contract verification service.
- [`stubbies`](charts/stubbies) - Ethereum execution client stub for consensus layer clients.
- [`syncoor-server`](charts/syncoor-server) - A server to collect data about multiple syncoor runs.
- [`syncoor-web`](charts/syncoor-web) - A web app to display data about multiple syncoor runs.
- [`testnet-faucet`](charts/testnet-faucet) - Web faucet that can be used to distribute testnet ETH to users.
- [`testnet-homepage`](charts/testnet-homepage) - Simple website that can be used to display useful information about your testnet.
- [`tracoor-agent`](charts/tracoor-agent) - An Ethereum beacon data and execution trace explorer in agent mode.
- [`tracoor-server`](charts/tracoor-server) - An Ethereum beacon data and execution trace explorer in server mode.
- [`tracoor-single`](charts/tracoor-single) - An Ethereum beacon data and execution trace explorer in single mode.
- [`web3signer`](charts/web3signer) - An open-source remote signing service.
- [`xatu-cannon`](charts/xatu-cannon) - Ethereum data collection tool that runs along side a [Ethereum consensus client](https://ethereum.org/en/developers/docs/nodes-and-clients/#consensus-clients) and collects data via the consensus client's [Beacon API](https://ethereum.github.io/beacon-APIs/).
- [`xatu-consumoor`](charts/xatu-consumoor) - Xatu data consumer that pulls events from Kafka and inserts them into downstream sources like Clickhouse.
- [`xatu-discovery`](charts/xatu-discovery) - Ethereum p2p monitoring tool that discovers node records.
- [`xatu-mimicry`](charts/xatu-mimicry) - Ethereum p2p monitoring tool that collects data from the execution layer.
- [`xatu-sentry`](charts/xatu-sentry) - Ethereum p2p monitoring tool that runs along side a [Ethereum consensus client](https://ethereum.org/en/developers/docs/nodes-and-clients/#consensus-clients) and collects data via the consensus client's [Beacon API](https://ethereum.github.io/beacon-APIs/).
- [`xatu-server`](charts/xatu-server) - Ethereum p2p monitoring tool that collects events from and controls various Xatu clients.
## Development
### Prerequisites
- [`pre-commit`](https://pre-commit.com/) - Used to setup pre-commit git hooks
- [`docker`](https://www.docker.com/) - Used by many Makefile targets
### Pre-commit hooks
This repository used [`pre-commit`](https://pre-commit.com/) to manage and run certain git hooks. Hook definitions can be found within the [`.pre-commit-config.yaml`](.pre-commit-config.yaml) file.
Run the following to add the hooks to your local repository:
```sh
make init
```
### Useful commands
The `README` for every chart is auto generated using [helm-docs](https://github.com/norwoodj/helm-docs). This is defined as a pre-commit hook. If you want to run it manually, you can run:
```sh
make docs
```
The [CT (Chart Testing)](https://github.com/helm/chart-testing) tool is used to lint and validate charts. You can run this via:
```sh
make lint
```
## License
[MIT License](LICENSE)