2023-12-19 14:12:07 +00:00
|
|
|
# 06-CNI-Flannel
|
|
|
|
|
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
|
|
|
|
|
|
|
|
```
|