From the course: Docker for Windows

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Container orchestration with Kubernetes

Container orchestration with Kubernetes - Docker Tutorial

From the course: Docker for Windows

Start my 1-month free trial

Container orchestration with Kubernetes

- [Instructor] Before we switch form Linus containers to Window's containers, I wanted to take a second to explain what Kubernetes is and why you might or might not want to enable Kubernetes on your Docker for Window's installation. While Docker for Window's allows you to easily run individual stand-alone containers on Docker for Window's, in production environments it's most likely that you're going to use a container orchestration tool such as Kubernetes, Docker Swarm, or others that are available. Kubernetes is a popular Docker orchestration tool. It came out of a Google project, and new with version 18.0 of the Docker engine or later is the ability to enable Kubernetes container orchestrator locally in Docker for Window's. If we wanted to do that, all we do is check the box here to enable Kubernetes, and then you may want to change the default orchestrator for Docker stat commands to Kubernetes as well. Then click Apply. Before you do that, there's a few things that you need to be…

Contents