Building any production-ready machine learning system is complex. You have to manage services and tools that often don’t play nice with each other. And when they do you have to spend time manually tweaking deployments and hand rolling solutions before a single model can be tested. Worse, these hand-rolled solutions are so tied to your production cluster that it’s impossible to run your code locally making it even harder to spot bugs.
In this workshop, you’ll learn how to leverage Kubernetes to deploying complex workloads in the cloud, on bare metal and locally. You’ll learn how Kubernetes provides a fast iteration cycle, flexible scalability, and a lack of boilerplate which makes it ideal for most of the machine learning experiments.