I am very new to kubernetes and trying to comprehend it, as well as configure it locally to try something on it.
It is confusing that I am running on a Windows machine.
The Getting Started documentation on github says you must run Linux to use the kubernets.
How docker works on windows, I was wondering if you could create an instance of kubernetes as a container in the loader windows and use it to manage the rest of the cluster in the same docker instance window.
From reading the installation instructions, it seems that docker, tunnels, and something called etcd should all run in parallel on the same host operating system ... But part of me thinks it's possible
- Run docker, boot up the 'default' machine.
- Create kubernetes container - configure communication with an existing docker default machine
- Use kubernetes to manage your existing docker.
A trumpet sleep? Wrong stupidity? I see that there are several options for running it on a stray instance. Does this mean that docker, etcd and kubernetes are in the same virtual machine (which, in turn, creates a cluster of virtual machines in it?)
I feel like I need to paint a picture of how it all looks like physical equipment and โmemory boxesโ to really wrap my head around it.
source share