Add table of networking providers and their status

This commit is contained in:
Ole Markus With 2020-05-18 18:39:36 +02:00
parent 6d33b83567
commit 37fab68972
1 changed files with 22 additions and 1 deletions

View File

@ -1,4 +1,25 @@
## Kubernetes Networking Options
# Kubernetes Networking Options
## Supported networking options
The following table provides the support status for various networking providers with regards to Kops version:
| Network provider | Experimental | Stable | Deprecated | Removed |
| ------------ | -----------: | -----: | ---------: | ------: |
| AWS VPC | ? | ? | - | - |
| Calico | 1.6 | 1.11 | - | - |
| Canal | 1.12 | - | - | - |
| Cilium | 1.9 | 1.15 | - | - |
| Classic | ? | ? | 1.17 | 1.18 |
| Flannel udp | ? | - | - | - |
| Flannel vxlan | ? | - | - | - |
| Kopeio | ? | - | 1.17 | 1.18 |
| Kube-router | 1.6.2 | - | - | - |
| Kubenet | ? | ? | - | - |
| Lyft VPC | 1.11 | - | - | - |
| Romana | ? | - | 1.17 | 1.18 |
| Weave | ? | ? | - | - |
The networking options determines how the pod and service networking is implemented and managed.