Vitess: Stateless Storage in the Cloud
When Vitess was migrated to run from bare-metal into Google's cloud, it was deployed as a regular stateless application. This meant that a process reschedule resulted in all the local data being wiped …
Talk Title | Vitess: Stateless Storage in the Cloud |
Speakers | Sugu Sougoumarane (CTO, PlanetScale) |
Conference | KubeCon + CloudNativeCon North America |
Conf Tag | |
Location | San Diego, CA, USA |
Date | Nov 15-21, 2019 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
When Vitess was migrated to run from bare-metal into Google’s cloud, it was deployed as a regular stateless application. This meant that a process reschedule resulted in all the local data being wiped.The property of Vitess to survive in such an unforgiving environment made it naturally suited to run on Kubernetes.How did Vitess manage to run on such an environment without losing data, and providing High Availability, Scale and Performance? How are other organizations running Vitess?This session will answer these questions, as well as go into the design principles that prepared Vitess to be cloud-native.