Docker Desktop Kubernetes: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
Docker Desktop Kubernetes creates a virtual machine on your local machine and starting a single-node Kubernetes cluster inside that VM. It also configures the kubectl installed on the local machine with a context that allows it to talk to the cluster. | Docker Desktop Kubernetes creates a virtual machine on your local machine and starting a single-node Kubernetes cluster inside that VM. It also configures the kubectl installed on the local machine with a context that allows it to talk to the cluster. | ||
=Installation= | |||
{{External|https://docs.docker.com/docker-for-windows/#kubernetes}} |
Revision as of 18:47, 27 April 2020
Internal
Overview
Docker Desktop Kubernetes creates a virtual machine on your local machine and starting a single-node Kubernetes cluster inside that VM. It also configures the kubectl installed on the local machine with a context that allows it to talk to the cluster.