Study. uk . com
  1. Home
  2. All questions
  3. Question 34

CKA study material · question 34 of 1000

What changed about CNI plugin management in Kubernetes 1.24? Choose two.

  1. The kubelet's cni-bin-dir and network-plugin flags were removed
  2. The container runtime became the component configured to load CNI plugins
  3. kube-proxy took over CNI configuration
  4. CNI plugins moved into the API server
Show the answer

Answer: B. The container runtime became the component configured to load CNI plugins
A. The kubelet's cni-bin-dir and network-plugin flags were removed

CNI management left the kubelet in 1.24: the runtime loads the plugins and the old kubelet flags were removed.

Source: Network Plugins (Kubernetes) — Installation

Challenge yourself on this topic → Study as cards