|
|
|
|
|
by wenc
2850 days ago
|
|
K8S won't support them either. K8S doesn't support Windows at all at the moment. And even when it does, it likely won't support WinXP. To add to that, the container story for Windows is pretty dismal right now, even on Azure. I was at Microsoft Build this year, and most of the PMs gave me the impression that Windows containers were an afterthought on Azure due to lack of use -- Linux support were priority. I also did some PoCs on Windows containers both on-prem and on Azure and they were unwieldy and buggy. The microsoft/windowsservercore Docker image is also a very heavy image at 10+ GB. The microsoft/nanoserver image is smaller, but has certain limitations. tldr; if you want to use containers, go with Linux. If you really need XP support, VMs are your only option. Tools like Hashicorp Packer [1] may be able to help with managing machine images. [1] https://www.packer.io/intro/index.html |
|