Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.51 KB

kubescape-c-0004-deny-resources-with-memory-limit-or-request-not-set.md

File metadata and controls

33 lines (26 loc) · 1.51 KB

Kubescape C-0004: Deny Resources with memory limit or request not set

Severity Level: High

Configuration Parameters:

Resources this policy could be applied to:

  • CronJob
  • DaemonSet
  • Deployment
  • Job
  • Pod
  • ReplicaSet
  • StatefulSet

What does this policy do:

This Policy checks for every container in the resource:

If any of the above checks fail, the resource is denied from being deployed in the cluster.

Implementing this policy in the Cluster:

Refer here for using the policy in the cluster