From the course: Docker for Developers

Unlock the full course today

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

Installing Kubernetes

Installing Kubernetes - Docker Tutorial

From the course: Docker for Developers

Installing Kubernetes

- [Instructor] So to get started with Kubernetes, go to the download section on the website's documentation at this link here, so if you go to kubernetes.io and then click on documentation, and then you click on getting started and then Download Kubernetes. And if you scroll down, you'll have the installation instructions for Linux, macOS, and Windows. In this case, I'm using macOS, so I'm going to click here and then scroll down. And I could go the manual way, but there's a much faster way with macOS if you have Homebrew, and the instruction is brew install kubectl. So basically, I'm going to copy this command here and then go to a terminal. And I just open the macOS terminal and basically do that. And because I already have it installed, it may actually reinstall it with the latest version, but I'm just going to let it go. And actually, I had the latest and greatest, so I'm good. It might take actually longer for you,…

Contents