A cluster administrator wants to enforce that containers run with a read-only root filesystem. Which security context field should be set?
This is the correct field to set the root filesystem read-only.
Why this answer
readOnlyRootFilesystem: true makes the container's root filesystem read-only.