From the course: Learning Kubernetes

Unlock the full course today

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

Install minikube on macOS

Install minikube on macOS - Kubernetes Tutorial

From the course: Learning Kubernetes

Install minikube on macOS

- [Instructor] minikube is software that lets you run a Kubernetes cluster using just your computer. In order to use minikube, you need to install a container runtime, like Docker or podman. this video assumes you have a container runtime ready to go, and just so you know, I'm using Docker as mine. minikube is a tool that can help you learn Kubernetes. It's free because you're 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. If you are using a computer, running the Mac operating system, install minikube with Homebrew, the installation command Is brew install minikube. The installation process usually takes a few minutes. Once you have minikube installed on your machine, you can explore some of its capabilities.…

Contents