December 5, 2019

158 words 1 min read

Running MySQL on Kubernetes [I]

Running MySQL on Kubernetes [I]

MySQL is the world's most popular open source database and there are a number of ways to run it on Kubernetes. This talk will cover each type of MySQL deployment strategy starting from a simple MySQL …

Talk Title Running MySQL on Kubernetes [I]
Speakers Patrick Galbraith (Principal Platform Engineer, Oracle)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location Austin, TX, United States
Date Dec 4- 8, 2017
URL Talk Page
Slides Talk Slides
Video

MySQL is the world’s most popular open source database and there are a number of ways to run it on Kubernetes. This talk will cover each type of MySQL deployment strategy starting from a simple MySQL pod, to a asynchronous replicated master-slave, synchronous Galera cluster, and on to a Vitess clustering system which allows for horizontal scaling of MySQL and innately has built-in sharding, explaining how each is deployed, what features are available, and what type of application they lend themselves to.

comments powered by Disqus