📄️ CPU limits should be set (GITA-PRO-001)
The CPU processing capacity of a computer is one of its limited
📄️ CPU requests should be set (GITA-PRO-002)
The CPU processing capacity of a computer is one of its limited
📄️ Image Tag should be fixed. Without using latest or leaving it blank (GITA-PRO-003)
Container images are packaged programs alongside the basic structural
📄️ Liveness probe must be present (GITA-PRO-004)
Kubernetes has a built in mechanism to detect whether a container is
📄️ Memory limits should be set (GITA-PRO-005)
The memory of a computer is one of its limited resources and ought to be
📄️ Memory requests should be set (GITA-PRO-006)
The memory of a computer is one of its limited resources. On clustered
📄️ Ports must be named (GITA-PRO-007)
Kubernetes allows container ports to have identifiers on the Pod level.
📄️ Readiness probe must be present (GITA-PRO-008)
Kubernetes has a built in mechanism to detect whether a container has