An organization adopts immutable infrastructure principles for their Kubernetes worker nodes. When a patch is required, they replace the entire node instance rather than updating packages in place. This practice primarily enhances security at which of the 4Cs layers?
Worker node lifecycle and configuration management belong to the Cluster layer.
Why this answer
Replacing worker nodes with clean, pre-configured images enhances the integrity and security of the Cluster layer.