From the course: Learning Kubernetes
Unlock the full course today
Join today to access over 24,100 courses taught by industry experts.
Install minikube on Linux - Kubernetes Tutorial
From the course: Learning Kubernetes
Install minikube on Linux
- [Instructor] 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. This video assumes you have both ready to go. 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. Let's click on the Get Started section to install minikube on Linux. So we're going to scroll down and here's the installation instructions. I'm using a Linux operating system, I'm using an x86-64 processor, I want to download the stable release, and I'm going to download the binary release. So what I'm going to do is copy these…
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.