You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update all our Kubernetes manifests (mainly deployments for client apps) to include securityContext and optimize our configurations. This includes, but is not limited to, adding resource limits and other best practices. The goal is to ensure our deployments meet current security and performance standards.
TODO:
Add securityContext to Each Manifest
Include security configurations such as runAsUser, runAsGroup, and fsGroup.
Include parameters like readOnlyRootFilesystem, allowPrivilegeEscalation, etc.
We need to update all our Kubernetes manifests (mainly
deployments
for client apps) to includesecurityContext
and optimize our configurations. This includes, but is not limited to, adding resource limits and other best practices. The goal is to ensure our deployments meet current security and performance standards.TODO:
Add
securityContext
to Each ManifestrunAsUser
,runAsGroup
, andfsGroup
.readOnlyRootFilesystem
,allowPrivilegeEscalation
, etc.Define Resource Limits for Each Container
resources
requests and limits for CPU and memory based on application needs.Add Pod Disruption Budgets (PDB)
Set Affinity and Anti-affinity Rules
Implement Role-Based Access Control (RBAC)
Test updated manifests
Document Changes
Tasks are to be done per deployments :
The text was updated successfully, but these errors were encountered: