top | item 23357727

(no title)

roman_sf | 5 years ago

good thing kubernetes can restart pods fast and have persistent volumes!

discuss

order

falcolas|5 years ago

Persistant volumes rely on NFS (or a flavor thereof), which is not great for database performance.

But that's a moot point anyways, since Vitess doesn't use persistent volumes - it reloads the individual DBs from backups and binlogs when a pod is moved or restarted.

snuxoll|5 years ago

> Persistant volumes rely on NFS (or a flavor thereof), which is not great for database performance.

NFS is an option, but it’s not the only option. If you need locally attached storage you can use local PV’s which went GA in Kubernetes 1.14, or any of the plethora of volume plugins that exist for various network storage solutions.

dilyevsky|5 years ago

Are you saying that iscsi is a “flavor of nfs”? What makes it not suitable for good db performance?

roman_sf|5 years ago

couldn't they shovel it into dynamodb?