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
Use Case: I would like to protect my Kubernetes cluster by preventing the deployment of containers that appear to contain malware.
Requirement: a "validating" Kubernetes admission controller that executes IOCScanner against workloads and prevents the deployment of workloads that appear to contain malware.
Explanation of logging in success and failure cases, to assist troubleshooting
Worked example, using a false-positive known-bad container that fails the IOCScan checks
HOWTO configure Admission Controller to skip tests for certain containers ("in emergency, break glass"), for example, not blocking deployment of containers with certain labels.
The text was updated successfully, but these errors were encountered:
Use Case: I would like to protect my Kubernetes cluster by preventing the deployment of containers that appear to contain malware.
Requirement: a "validating" Kubernetes admission controller that executes IOCScanner against workloads and prevents the deployment of workloads that appear to contain malware.
Documentation requirements:
The text was updated successfully, but these errors were encountered: