Quick Answer
The controller plugin handles cluster-level operations (creating, deleting, snapshotting cloud volumes) รขโฌโ it runs as a Pod, often on control plane nodes. The node plugin handles node-level operations (attaching the volume to the node, mounting it into the container) รขโฌโ it runs as a DaemonSet on all nodes. Both are required for full persistent volume lifecycle management.
Answer
Controller provisions/attaches; node plugin mounts/unmounts and performs filesystem ops.
S
SugharaIQ Editorial Team
Verified Answer
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.