System Requirements
1. Hardware Prerequisites
1.1 Single Node Virtual Machine Specs
Provided specs below estimate the resource usage for Gravity and staging DB
| Number of nodes | CPUs | Memory (GiB) | Storage (GiB) |
|---|---|---|---|
| 1 | 12 | 48 | 900 |
- Storage size is adjustable, usually twice the size of the input data
1.2 VM Specs for Multi-node Kubernetes Installation
| VM node | Count | vCPU | Memory (GiB) | Storage (GiB) |
|---|---|---|---|---|
| Master node + NFS | 1 | 2 | 4 | 600 |
| Worker node | 1 | 8 | 16 | 100 |
| Windows 跳板機 | 1 | 2 | 4 | 80 |
- Storage size is adjustable, usually twice the size of the input data
2. Environment
- A Kubernetes cluster, capable of connecting to internet to pull images.
- A local image registry (e.g.,Docker, Harbor)
- A Linux jump server with the correct access rights to operate K8S cluster
📝 A jump server could be any one of the following:
A master node in the kubernetes cluster
Any machine that can connect to the master node