appendix-a
appendix A Installation and setup
Kubernetes (aka K8s) is the platform on which we’ve deployed multiple MLOps tools and projects, so the first step is to set it up. K8s is usually associated with a cluster of nodes and deployments spread across multiple node pools (collection of nodes), and we’ll be presenting two ways of installing it: local versus cloud. Both work well and have their pros and cons; depending on your use case, you can go with either. We suggest that if you’re new to K8s, a good way to start is to try out a local installation and then proceed to use K8s on cloud to run and deploy your projects.