> For the complete documentation index, see [llms.txt](https://docs.thorchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thorchain.org/thornodes/fullnode/thornode-kubernetes.md).

# Thornode - Kubernetes

Setting up a fullnode on Kubernetes

For deploying Thornode and Midgard on Kubernetes, follow the instructions for [Cluster Launcher](/thornodes/kubernetes.md) and [Deployment](/thornodes/deploying.md).

Instead of `TYPE=validator`, use `TYPE=fullnode` at the [Thornode deployment](/thornodes/deploying.md#deploy-thornode) step.

```sh
NET=mainnet TYPE=fullnode NAME=thornode make install
```
