A sanitation training poster must map responsibilities correctly: Pod networking, volume plugins, and container runtime integration. Which mapping is accurate?
Select an answer to reveal the explanation.
Short Explanation
Easy mnemonic for the poster: Network→CNI, Storage→CSI, Runtime→CRI. Mix those up and the training class will wire disks to the network plugin. Keep the three lanes straight.
Full Explanation
Standard Kubernetes extension interfaces separate concerns: CNI for Pod networking, CSI for persistent volume plugins and provisioning, and CRI for kubelet-to-runtime communication. Correct mental models prevent operators from troubleshooting the wrong subsystem when Pods, mounts, or containers fail.