You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
767 B

  1. ## Architecture compatibility
  2. The following table shows the impact of the CPU architecture on compatible features:
  3. - amd64: Cluster using only x86/amd64 CPUs
  4. - arm64: Cluster using only arm64 CPUs
  5. - amd64 + arm64: Cluster with a mix of x86/amd64 and arm64 CPUs
  6. | kube_network_plugin | amd64 | arm64 | amd64 + arm64 |
  7. | ------------------- | ----- | ----- | ------------- |
  8. | Calico | Y | Y | Y |
  9. | Weave | Y | Y | Y |
  10. | Flannel | Y | N | N |
  11. | Canal | Y | N | N |
  12. | Cilium | Y | N | N |
  13. | Contib | Y | N | N |
  14. | kube-router | Y | N | N |