Mixed Kubernetes Cl...
 
Notifications
Clear all

Mixed Kubernetes Cluster add Windows node with Linux nodes

5 Posts
2 Users
0 Reactions
427 Views
Posts: 5
Topic starter
(@dylee)
Active Member
Joined: 10 months ago

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?

4 Replies
Brandon Lee
Posts: 395
Admin
(@brandon-lee)
Member
Joined: 14 years ago

@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?

Reply
Posts: 5
Topic starter
(@dylee)
Active Member
Joined: 10 months ago

"I would like to know about the things used in Kubernetes (k8s)."

ย 
Reply
Brandon Lee
Posts: 395
Admin
(@brandon-lee)
Member
Joined: 14 years ago

@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/

Reply
Brandon Lee
Posts: 395
Admin
(@brandon-lee)
Member
Joined: 14 years ago

@dylee Here is the networking specific content for Windows:

https://kubernetes.io/docs/concepts/services-networking/windows-networking/

Reply