Secured Containers
Overview
Change Default settings of:
- PodSecurityContext
FSGroup
is set to3000
- SecurityContext (Container)
RunAsUser
is set to1000
RunAsGroup
is set to2000
RunAsNonRoot
is set totrue
ReadOnlyRootFilesystem
is set totrue
Capabilities.Drop
is set to["ALL"]
Dependencies
- Operator Ephemeral Volumes should be Enabled and Supported.
How to use
To enable this feature use --deployment.feature.secured-containers
arg, which needs be passed to the operator:
helm upgrade --install kube-arangodb \
https://github.com/arangodb/kube-arangodb/releases/download/$VER/kube-arangodb-$VER.tgz \
--set "operator.args={--deployment.feature.secured-containers}"