GKE natively works with customer supplied key (using KMS), including actions like key rotation, key disabling/enabling for etcd / content in control plane.
While customer supplied key (using KMS) also works for encryption of dynamic PV mounts (using storage class), it doesn't support actions like key rotation, key disabling/enabling. For example, disabling the key has no effect on already mounted PV.
Why this difference? Are these two implementation drastically different?