To set up a Kubernetes cluster, I configured a manager node, a worker node 1, and a Windows worker node 2. Do I need to use the same version of Kubernetes for Windows and Ubuntu nodes? Also, I set up Flannel, but it's not working correctly. Are there any reference materials available?
@dylee Welcome to the forums! Can you detail what type of Kubernetes cluster you are running? Any specific Kubernetes distro? Is this classic K8s, K3s, or something else?
@dylee Your control plane and worker node versions would need to match. Also, take a look at this general guide for Windows Kubernetes here. There is a fairly detailed section on setting up Windows networking for Kubernetes as well:
https://kubernetes.io/docs/concepts/windows/
@dylee Here is the networking specific content for Windows:
https://kubernetes.io/docs/concepts/services-networking/windows-networking/