Last active
February 14, 2020 10:20
-
-
Save maxgio92/69c22f1196e5f6c00b7c68381ceca066 to your computer and use it in GitHub Desktop.
Pod with RO root FS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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