Kubernetes Deployment
Last updated
Was this helpful?
Last updated
Was this helpful?
🚗 , providing a simple one-click explorer deployment with Blockscout's optimized hosting infrastructure. Use it for early testing, modifications, and launching a full production-grade explorer. and have your explorer up-and-running in minutes.
We've released a Helm chart to deploy Blockscout stack (, and ) to a kubernetes cluster.
Baseline instructions are available at .
Check your values are correct, for example if you don't have Prometheus installed
Ingress is disabled by default as is common practice, you will likely want to enable ingress and configure hostnames accordingly.
Check your .yaml files for any unneeded whitespaces, this can impact functionality.
Make sure env variables are declared correctly ie DATABASE_URL: “X”
Frontend values should exist in their own root section, at the same level as blockscout values (and not nested within the blockscout root).
For example: