{"id":35715344,"url":"https://github.com/ethpandaops/ethereum-helm-charts","last_synced_at":"2026-04-02T15:38:37.760Z","repository":{"id":41809587,"uuid":"409555839","full_name":"ethpandaops/ethereum-helm-charts","owner":"ethpandaops","description":"A set of Helm charts to run multiple components of the Ethereum blockchain on Kubernetes.","archived":false,"fork":false,"pushed_at":"2026-03-27T20:35:05.000Z","size":2230,"stargazers_count":185,"open_issues_count":25,"forks_count":94,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-03-28T03:10:50.722Z","etag":null,"topics":["docker","ethereum","helm","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go Template","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethpandaops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-23T11:02:11.000Z","updated_at":"2026-03-27T20:34:52.000Z","dependencies_parsed_at":"2022-08-31T18:32:30.580Z","dependency_job_id":"eb1386e3-a5ac-470b-9030-0d0e955fc632","html_url":"https://github.com/ethpandaops/ethereum-helm-charts","commit_stats":null,"previous_names":[],"tags_count":603,"template":false,"template_full_name":null,"purl":"pkg:github/ethpandaops/ethereum-helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethpandaops%2Fethereum-helm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethpandaops%2Fethereum-helm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethpandaops%2Fethereum-helm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethpandaops%2Fethereum-helm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethpandaops","download_url":"https://codeload.github.com/ethpandaops/ethereum-helm-charts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethpandaops%2Fethereum-helm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31309138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","ethereum","helm","kubernetes"],"created_at":"2026-01-06T05:19:27.747Z","updated_at":"2026-04-02T15:38:37.751Z","avatar_url":"https://github.com/ethpandaops.png","language":"Go Template","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ethereum Helm Charts\n\n[![Release Helm Charts](https://github.com/ethpandaops/ethereum-helm-charts/actions/workflows/release.yaml/badge.svg)](https://github.com/ethpandaops/ethereum-helm-charts/actions/workflows/release.yaml)\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/ethereum-helm-charts)](https://artifacthub.io/packages/search?repo=ethereum-helm-charts)\n\nA set of [Helm](https://helm.sh/) charts to run multiple components of the [Ethereum](https://ethereum.org/) blockchain on [Kubernetes](https://kubernetes.io/).\n\nDeployment examples that use these helm charts can be found under [ethpandaops/ethereum-k8s-testnets](https://github.com/ethpandaops/ethereum-k8s-testnets).\n\n## Usage\n\n[Helm](https://helm.sh) must be installed to use the charts.  Please refer to\nHelm's [documentation](https://helm.sh/docs) to get started.\n\nOnce Helm has been set up correctly, add the repo as follows:\n\n```sh\nhelm repo add ethereum-helm-charts https://ethpandaops.github.io/ethereum-helm-charts\n```\n\nIf you had already added this repo earlier, run `helm repo update` to retrieve\nthe latest versions of the packages.  You can then run the following command to see the charts.\n\n```sh\nhelm search repo ethereum-helm-charts\n```\n\nTo install the ethstats chart:\n\n```sh\nhelm install ethstats ethereum-helm-charts/ethstats\n```\n\nTo uninstall the chart:\n\n```sh\nhelm delete ethstats\n```\n\n## List of charts\n\nExecution layer clients\n\n- [`besu`](charts/besu)\n- [`erigon`](charts/erigon)\n- [`ethereumjs`](charts/ethereumjs)\n- [`geth`](charts/geth)\n- [`nethermind`](charts/nethermind)\n- [`reth`](charts/reth)\n\nConsensus layer clients\n- [`grandine`](charts/grandine)\n- [`lighthouse`](charts/lighthouse)\n- [`lodestar`](charts/lodestar)\n- [`nimbus`](charts/nimbus)\n- [`prysm`](charts/prysm)\n- [`teku`](charts/teku)\n\nGeneric\n\n- [`ethereum-node`](charts/ethereum-node) - Umbrella chart that uses the execution and consensus layer client charts.\n\nTooling\n\n- [`beacon-metrics-gazer`](charts/beacon-metrics-gazer) - A prometheus exporter for Ethereum validator clients.\n- [`beaconchain-explorer`](charts/beaconchain-explorer) - Beacon chain block explorer.\n- [`benchmarkoor-api`](charts/benchmarkoor-api) - API for Benchmarkoor, the benchmarking tool for Ethereum execution clients.\n- [`benchmarkoor-ui`](charts/benchmarkoor-api) - UI for Benchmarkoor, the benchmarking tool for Ethereum execution clients.\n- [`blob-me-baby`](charts/blob-me-baby) - Send arbitrary blob data in well-formatted blobs\n- [`blobscan-indexer`](charts/blobscan-indexer) - Blobscan-Indexer indexes blobs in MongoDB for use with Blobscan.\n- [`blobscan`](charts/blobscan) - Blobscan is the first blockchain explorer that helps to navigate and visualize those EIP-4844 blobs.\n- [`blockscout`](charts/blockscout) - Execution layer block explorer.\n- [`blutgang`](charts/blutgang) - The wd40 of ethereum load balancers.\n- [`checkpointz`](charts/checkpointz) - A beacon chain Checkpoint Sync provider.\n- [`consensus-monitor`](charts/consensus-monitor) - Web UI to check your ethereum consensus layer nodes via their beacon APIs.\n- [`contributoor`](charts/contributoor) - A lightweight sidecar that runs alongside an Ethereum consensus client and collects data.\n- [`dora`](charts/dora) - Lightweight Beaconchain explorer.\n- [`dshackle`](charts/dshackle) - Fault tolerant load balancer for blockchain apis, including Ethereum RPC.\n- [`dugtrio`](charts/dugtrio) - Fault tolerant load balancer for beacon chain RPC apis.\n- [`eleel`](charts/eleel) - A multiplexer for Ethereum execution clients.\n- [`erpc`](charts/erpc) - EVM RPC proxy.\n- [`eth-faucet`](charts/eth-faucet) - Ether faucet server built with Go and Svelte.\n- [`eth2-fork-mon`](charts/eth2-fork-mon) - Fork monitor for a configurable set of beacon nodes.\n- [`ethereum-address-metrics-exporter`](charts/ethereum-address-metrics-exporter) - A prometheus exporter for Ethereum externally owned account and contract addresses.\n- [`ethereum-metrics-exporter`](charts/ethereum-metrics-exporter) - A prometheus exporter for Ethereum execution and consensus clients.\n- [`ethereum-validator-metrics-exporter`](charts/ethereum-validator-metrics-exporter) - A prometheus exporter for Ethereum validators.\n- [`ethstats`](charts/ethstats) - Web UI to track execution layer node status.\n- [`fauceth`](charts/fauceth) - EIP1559 compatible web faucet using Hcaptcha.\n- [`forkmon`](charts/forkmon) - Fork monitor for execution layer nodes.\n- [`ganache`](charts/ganache) - Simulator for development and testing purposes of the execution layer.\n- [`genesis-generator`](charts/genesis-generator) - A tool to generate and expose genesis files for the execution and consensus layer clients.\n- [`hermes`](charts/hermes) - A GossipSub listener and tracer, subscribing to all relevant pubsub topics and traces all protocol interactions.\n- [`ipfs-cluster`](charts/ipfs-cluster) - IPFS Cluster\n- [`powfaucet`](charts/powfaucet) - Modularized faucet for EVM chains with different protection methods (Captcha, PoW Mining, IP Limits, Wallet Balances and more)\n- [`rpc-proxy`](charts/rpc-proxy) - A proxy for web3 JSONRPC. Rate limiting and method filtering.\n- [`rpc-snooper`](charts/rpc-snooper) - A tool to snoop on RPC calls and log them to stdout.\n- [`smart-contract-verifier-http`](charts/smart-contract-verifier-http) - Smart contract verification service.\n- [`stubbies`](charts/stubbies) - Ethereum execution client stub for consensus layer clients.\n- [`syncoor-server`](charts/syncoor-server) - A server to collect data about multiple syncoor runs.\n- [`syncoor-web`](charts/syncoor-web) - A web app to display data about multiple syncoor runs.\n- [`testnet-faucet`](charts/testnet-faucet) - Web faucet that can be used to distribute testnet ETH to users.\n- [`testnet-homepage`](charts/testnet-homepage) - Simple website that can be used to display useful information about your testnet.\n- [`tracoor-agent`](charts/tracoor-agent) - An Ethereum beacon data and execution trace explorer in agent mode.\n- [`tracoor-server`](charts/tracoor-server) - An Ethereum beacon data and execution trace explorer in server mode.\n- [`tracoor-single`](charts/tracoor-single) - An Ethereum beacon data and execution trace explorer in single mode.\n- [`web3signer`](charts/web3signer) - An open-source remote signing service.\n- [`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/).\n- [`xatu-consumoor`](charts/xatu-consumoor) - Xatu data consumer that pulls events from Kafka and inserts them into downstream sources like Clickhouse.\n- [`xatu-discovery`](charts/xatu-discovery) - Ethereum p2p monitoring tool that discovers node records.\n- [`xatu-mimicry`](charts/xatu-mimicry) - Ethereum p2p monitoring tool that collects data from the execution layer.\n- [`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/).\n- [`xatu-server`](charts/xatu-server) - Ethereum p2p monitoring tool that collects events from and controls various Xatu clients.\n\n## Development\n\n### Prerequisites\n\n- [`pre-commit`](https://pre-commit.com/) - Used to setup pre-commit git hooks\n- [`docker`](https://www.docker.com/) - Used by many Makefile targets\n\n### Pre-commit hooks\n\nThis 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.\n\nRun the following to add the hooks to your local repository:\n\n```sh\nmake init\n```\n\n### Useful commands\n\nThe `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:\n\n```sh\nmake docs\n```\n\nThe [CT (Chart Testing)](https://github.com/helm/chart-testing) tool is used to lint and validate charts. You can run this via:\n\n```sh\nmake lint\n```\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethpandaops%2Fethereum-helm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethpandaops%2Fethereum-helm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethpandaops%2Fethereum-helm-charts/lists"}