Skip to content

Security best practices #291

@jbiers

Description

@jbiers

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

Metadata

Metadata

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions