Slide 13
Slide 13 text
Why Virtual Machine, not containers?
- multi-cluster is one solution, but too much complexity
Kubernetes is SPOF(Single Point of Failure)
Container management in Kubernetes is not useful for DBaaS
- Can not use pod autoscaling, pod scheduling.
- Statefulset has limitations in extension.
Already providing VM reliably/on large scale in LINE.
- Can be trusted
- There are legacy DBs we want to cover without data migration.