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