Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

04. Deploying into local Kubernetes in Windows 10 and Docker for Windows development environment

Cesar De la Torre edited this page Apr 19, 2018 · 12 revisions

Setting up Kubernetes in Docker for Windows

As of mid-April 2018, using a Preview version of Windows 10 () and Docker for Windows Edge channel, the steps to set up Kuberentes in Docker for Windows are the following:

  1. If you are in "Windows containers mode" in "Docker for Windows", switch to "Linux containers mode" in Docker for Windows. This step is only needed in the Preview in order to enable Kubernetes. In the final version with Kubernetes support for Windows Containers, this step might not be required.

image

  1. Hit the "Settings" menu option and within the Settings UI window, go to the Kubernetes tab and enable Kubernetes. The Kubernetes cluster will be installed as shown in the following screenshot.

image

After the process is done, you should get a success message like the following:

image

  1. Now, switch to Windows Containers:

image

At this point you should be in "Windows Containers mode" plus you should have a local Kubernetes cluster installed.

You can check that out by looking at the Settings window where you should see a message saying "Kubernetes is running":

image

Clone this wiki locally