运行 在 Windows 上虚拟化 Docker / Kubernetes 堆栈是否有可靠的方法?
Is there a reliable way how to run virtualized Docker / Kubernetes stack on Windows?
是否有任何最新的指南,或者一些 Linux VM + Kubernetes 的 VM 映像,我可以 运行 在 Windows 上? VMWare、VirtualBox 或 Vag运行t 图像都会有所帮助。我正在尝试建立一个开发环境。 (目前还没有生产环境,但很有可能是自托管的。)
我尝试为从他们的 github 文档链接的 Kubernetes 安装几个 Vag运行t 模板,但它们在 Windows 上被明确标记为不支持;我尝试从 CoreOS 和 Boot2Docker 下的源代码编译 Kubernetes 0.15,但是 运行 遇到了任何一个问题。
由于我的操作技能相对较低,如果我可以使用由知道自己在做什么的人设置的模板,我会睡得更安心。
如果您在 Windows 上安装 Docker(请参阅 Docker instructions), you can then follow the guide to run Kubernetes locally via Docker and then once you are comfortable with that try running Multi-Node Kubernetes Using Docker。
是否有任何最新的指南,或者一些 Linux VM + Kubernetes 的 VM 映像,我可以 运行 在 Windows 上? VMWare、VirtualBox 或 Vag运行t 图像都会有所帮助。我正在尝试建立一个开发环境。 (目前还没有生产环境,但很有可能是自托管的。)
我尝试为从他们的 github 文档链接的 Kubernetes 安装几个 Vag运行t 模板,但它们在 Windows 上被明确标记为不支持;我尝试从 CoreOS 和 Boot2Docker 下的源代码编译 Kubernetes 0.15,但是 运行 遇到了任何一个问题。
由于我的操作技能相对较低,如果我可以使用由知道自己在做什么的人设置的模板,我会睡得更安心。
如果您在 Windows 上安装 Docker(请参阅 Docker instructions), you can then follow the guide to run Kubernetes locally via Docker and then once you are comfortable with that try running Multi-Node Kubernetes Using Docker。