Skip to content
Gustaf Lindstedt edited this page May 19, 2021 · 1 revision

K8S_14

Description

Normally a container should not need to modify the root filesystem. Add this to your container to set the root filesystem as read-only:

securityContext:
  readOnlyRootFilesystem: true
Clone this wiki locally