- Currently, most of the resources regarding the Deployment of hybrid Windows/Linux clusters are available online. There are two official guides for creating such clusters:
- The Kubernetes guide, available at: https://kubernetes.io/docs/setup/production-environment/windows/intro-windows-in-kubernetes/.
- The Microsoft guide, available at: https://docs.microsoft.com/en-us/virtualization/windowscontainers/kubernetes/getting-started-kubernetes-windows.
Both guides are often updated, so it is worth checking them as the Deployment procedure may be simplified over time.
- You may also find useful the following Software-Defined Networking (SDN) repository from Microsoft, available at: https://github.com/microsoft/SDN/tree/master/Kubernetes/windows. It contains many helper scripts that are gradually adopted into the official deployment instructions and kubeadm integration...