Deploy, Configure, and Test Fuzzball on Kubernetes
Fuzzball can be deployed as a Kubernetes Operator. This requires you to have an existing Kubernetes cluster. This guide will cover a basic deployment, configuration, and initial smoke test.
The deployment takes place across 2 groups of nodes:
- One or more (commonly 1 or 3) Server node(s) that run Fuzzball Orchestrate.
- One or more Compute node(s) that run Fuzzball Substrate. These will be responsible for running workflows.
For simplicity, this guide assumes 1 Server node and 1 compute node.