From the course: Kubernetes: Microservices
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Spin up a Minikube cluster in Windows, Mac, and Linux - Kubernetes Tutorial
From the course: Kubernetes: Microservices
Spin up a Minikube cluster in Windows, Mac, and Linux
- [Instructor] In the last chapter, I talked about the history of containers and container management tools and how they changed how developers deployed their applications and led to the popularity of microservices architecture. In this video, I'll show you how to install and start a mini cube cluster. Before installing minicube, you need to have Docker already installed and running. You can check that Docker is running by typing the command docker and hitting enter. If you see this list of commands, that means Docker is running. Minicube is software that lets you run a Kubernetes cluster using just your computer, and it's a tool that can help you learn Kubernetes. It's free because you are not required to pay a cloud provider for compute resources, but minicube is not fit for production clusters because it runs locally on your computer and lacks the security and networking capabilities offered by a cloud provider. To get started with the installation process, find the get started…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.