3 Building Applications on Kubernetes
This chapter covers
- Setting up the DevOps side of the Machine Learning Platform
- Dev Ops tooling for containerizing applications
- Using a container orchestrator for deploying the applications
- Automating container builds and deployment
- Enabling monitoring of deployments to keep track of application performance
Setting up or interacting with a machine learning platform is one of a machine learning engineer's primary duties. Machine learning platforms may be of any shape or size depending on the organization where they are implemented, but most platforms share a large number of characteristics. The components of an ML platform have been thoroughly discussed in chapters one and two; in the next three chapters, we will concentrate on how to lay the foundation for such a platform.
If you have no prior exposure to this ubiquitous technology, you're in luck! We will start with the basics and gradually build up your knowledge. By the end of this chapter, you will be able to understand and use Docker, Kubernetes, and other DevOps tools to deploy and manage your applications.