From the course: Learning Kubernetes
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Install minikube on Windows - Kubernetes Tutorial
From the course: Learning Kubernetes
Install minikube on Windows
- Now that we have Docker desktop installed, let's download Minikube. Minikube is software that lets you run a Kubernetes cluster using just your computer. In order to use minikube, you need a way to run commands in your terminal and you need to install a container runtime like Docker or Podman. Minikube is 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 minikube is not fit for production clusters because it runs locally on your computer and lacks the security and networking capabilities offered by cloud providers. All right, so we are on the minikube welcome page. Let's figure out how to install minikube on Windows by going to the Get started section. All right, we're going to scroll down. All right, so we scroll down to the installation and we're just selecting what's true for us. We're on a Windows machine. We're using X 86 64…
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.