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?
Notifications
Clear all
Kubernetes and Containers
5
Posts
2
Users
0
Reactions
427
Views
Mar 06, 2024 9:32 am
4 Replies
Mar 06, 2024 10:35 am
@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?
Mar 06, 2024 6:29 pm
ย
Mar 08, 2024 9:15 am
@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:
Mar 08, 2024 9:17 am
@dylee Here is the networking specific content for Windows:
https://kubernetes.io/docs/concepts/services-networking/windows-networking/