|
|
|
|
|
by derefr
1364 days ago
|
|
> It's unlikely running it on K8S (which is itself going to run on underpowered VMs with networked storage) is going to help. On GCP, at least, you can provision a GKE node-pool where the nodes have direct-attached NVMe storage; deploy a privileged container that formats and RAID0s up the drives; and then make use of the resulting scratch filesystem via host-mounts. |
|