Search code examples
kubernetesopenvswitchflannelweavecalico

Kubernetes overlay network comparison


I was wondering if someone could give me a brief overview of the differences/ advantages between all of the different Kubernetes network overlays. The getting started guide (http://kubernetes.io/docs/getting-started-guides/scratch/#network) mentions the following:

  • Flannel
  • Calico
  • Weave
  • Romana
  • Open vSwitch (OVS)

But doesn't really explain what the differences between them are or what the advantages and disadvantages each one has. I was wondering if someone could give me an idea of which one of these solutions I should be using for a bare metal CentOS 7 cluster.

Thanks!


Solution

  • This comparison matrix was shared several times on Kubernetes' Slack and may be useful.

    However, beware potentially out-of-date information, keep in mind the "devil is in the details" so the reality may not be as simple as it would seem according to this document. All available solutions will have pros and cons, but will also be more suitable for some use-cases than others, so as always, it is a question of trade-offs and YMMV.