Scaling hundreds of thousands of database clusters on Kubernetes
Containers have made an incredible impact when it comes to making, deploying, and distributing applications. When building containerized applications, you no longer have to be concerned about dependency mismatches or the age-old “works on my machine” argument. And Kubernetes has simplified deploying and scaling these containerized applications. If a container crashes, Kubernetes can easily spin a new one up to handle the load! But have you ever wondered if you can run a database in Kubernetes? T
