Skip to content

Workload Security

Beyond code and cloud config, RedCloud scans the workloads themselves: container images, Kubernetes clusters, and virtual machines / operating systems.

BenefitCapabilityBusiness value
Image hygieneContainer vulnerability scanningShip images free of known-vulnerable packages
Cluster postureKubernetes security checksHarden K8s control plane and workloads
Host hardeningVM/OS scanningCatch OS-level misconfigurations

The Container Scanner inspects images for vulnerable packages and insecure configuration, so you catch risk in the image before it runs.

K8s Security evaluates cluster and workload configuration (and includes an admission-control capability), aligning with GKE hardening checks from the cloud scan.

The VM / OS Scanner assesses host-level hardening. Host scans can connect over IAP tunnel, direct SSH, or metadata-only (chosen on the New Scan form), so you pick the access method that fits your environment.

  1. Enable the relevant scan — Host Security Scan (with an SSH method) for VMs, and the container/K8s scanners for workloads.
  2. Review workload findings alongside the cloud posture.
  3. Patch images, harden clusters, and remediate host findings; re-scan to confirm.
  • Scan images in your pipeline so vulnerable images never reach production.
  • Choose the least-intrusive host access method that still gives the coverage you need (IAP tunnel is often ideal).