kubernetes-training

Intro

CNI in Kubernetes

  1. Configuring plugging
    • Network plugging are all installed in /opt/cni/bin -> where cntainer runtime finds the plugging
    • Which pluggin to use and how to use it: /etc/cni/net.d

[!Note]

CNI WEAVE

References