From the course: Deploying Scalable Machine Learning for Data Science

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Creating a Kubernetes cluster

Creating a Kubernetes cluster

- [Instructor] Usually a Kubernetes cluster is run by an infrastructure team, not a group of data scientists or machine learning engineers. Without going into the low level implementation details, we'll take a look at some basic Kubernete tasks so you can understand the basic operations of a Kubernetes cluster. For example, we use a stand-alone version of Kubernetes called Minikube. Minikube can be downloaded from the Kubernetes websites. Instructions for installing Minikube are available at the URL shown on the screen. Now, you'll also need some other components installed on your computer. Specifically, a virtual machine. Now on Linux you can use VirtualBox or KVM. If you're working with a Mac, the MacOS supports VirtualBox or VMWare Fusion, or HyperKit. And if you're in a Windows environment you can use VirtualBox or Hyper-V. And then you'll also need to download Kubectl, which is a command-line tool available at the URL shown on the screen. Now, the installation is different for…

Contents