-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
Customers consistently request that our container images and charts are abiding by Kubernetes Best Practices. An example being SURE-7910.
Restrict container from acquiring additional privileges (securityContext.allowPrivilegeEscalation)
Mount container's root filesystem as read only (securityContext.readOnlyRootFilesystem)
Container is running as root (either via USER on Dockerfile or securityContext.runAsUser)
For Mapps, the main ask here is ensure that we have options in our charts to enable the required posture. And if possible, that they are enabled by default.
If one of the recommendations above cannot be met, please specify the reason so that we can document and pass that on to customers in future requests.
Reference: SURE-8271
Reactions are currently unavailable