-1

Can we create kubernetes multiple node (master-worker)cluster on window? if yes,How? Please let me know for local as well as for production environment. Thanks

I have been trying to install kubernetes cluster on windows,without need of linux, so that only window machines can act as master and worker nodes .Please help if it is possible

  • Consider to ask sys-admin questions on https://serverfault.com instead. Stack Overflow is for programming questions. – Jonas Jun 07 '23 at 11:09

1 Answers1

1

This link:

https://kubernetes.io/docs/concepts/windows/intro/#windows-nodes-in-kubernetes

says:

In order to run Windows containers, your Kubernetes cluster must include multiple operating systems. While you can only run the control plane on Linux, you can deploy worker nodes running either Windows or Linux.

Which implies that NO, you cannot run a purely Windows Kubernetes without Linux for the control plane.

MrE
  • 19,584
  • 12
  • 87
  • 105