kubernetes-bootstrapping/02-cni-flannel/README.md

12 lines
448 B
Markdown
Raw Permalink Normal View History

2023-12-23 05:47:02 +00:00
# 02 | CNI = Flannel
2023-12-19 14:12:07 +00:00
2024-02-25 23:05:42 +00:00
### It is not recommended to use flannel, and instead should use 02-cni-cilium. Do not install both flannel and cilium.
2023-12-23 05:24:31 +00:00
[https://github.com/flannel-io/flannel](https://github.com/flannel-io/flannel)
Flannel provides the pod to pod networking, using [VXLAN](https://en.wikipedia.org/wiki/Virtual_Extensible_LAN).
2023-12-19 14:12:07 +00:00
```bash
kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml
```