Skip to content

Instantly share code, notes, and snippets.

@maxgio92
Last active February 14, 2020 10:20
Show Gist options
  • Save maxgio92/69c22f1196e5f6c00b7c68381ceca066 to your computer and use it in GitHub Desktop.
Save maxgio92/69c22f1196e5f6c00b7c68381ceca066 to your computer and use it in GitHub Desktop.
Pod with RO root FS
apiVersion: v1
kind: Pod
metadata:
name: my-secure-pod
spec:
containers:
# ...
securityContext:
readOnlyRootFilesystem: true
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment