cookeem / kubeadm-ha

通过kubeadm安装kubernetes高可用集群,使用docker/containerd容器运行时,适用v1.24.x以上版本
MIT License
678 stars 275 forks source link

Calico and flanneld #17

Closed rafaelsilvaa10 closed 6 years ago

rafaelsilvaa10 commented 6 years ago

Hello,

I really liked the post, I'm implementing it and with some doubts.

Why did you use Calico and flanneld?

What is the function of each of them in the cluster?

I imagined they had the same function.

Thanks

cookeem commented 6 years ago

flannel is the level 2 network, it make the cluster nodes can connect each other. calico is the level 3 network, it make cluster can use network policy function.

rafaelsilvaa10 commented 6 years ago

Ahh ok, I'm thinking of using Weave instead of flanneld, because the weave have a great plugin ( weave scope) . What do you think?

cookeem commented 6 years ago

I never try it, why not use it and tell me how your feelings?