OWASP / KubeLight

OWASP Kubernetes security and compliance tool [WIP]
https://docs.KubeLight.com
Apache License 2.0
104 stars 16 forks source link

Memory and CPU Requests/Limit Check to be user input #8

Open sttor opened 1 year ago

sttor commented 1 year ago

As of now, we only check if the memory or CPU limit is set or not, better would be

  1. To take user input to validate the memory and CPU limits.
  2. Translate "M" and "m" for CPU and G, Gi, Mi, and M for RAM. Better to use 1000 conversion units for both.
tanmoysrt commented 1 year ago

@sttor if none is working on this, can you assign this one?