Deploying a node in Kubernetes with Helm
This page is stale and in need of a refresh.
Deploying a Request Node on Kubernetes is straightforward using our helm chart.
You can see our chart in our git repository.
Adding the chart
We host our chart on our helm repository, since we upgrade it frequently. To add our chart you can run:
Installing the chart
To install our chart with the release name my-release
, you can run:
You will need to set up some required values, like mnemonic, web3ProviderUrl (you can use infura API) and networkId (either 1
for mainnet or 5
for goerli).
You can check out all our chart configuration options here.
Last updated