CertGrid CertGrid
Hands-on Lab·Certified Kubernetes Security Specialist

Minimizing the Base Image Footprint

The first supply-chain competency is the one with the best return: most of what a scanner finds in your image was never yours. This guide measures four base images the same way, looks at what the findings actually are, and is honest about what a minimal image costs you.

Supply Chain Security Guide 25 of 40 Intermediate

Written against the versions above. Trivy 0.73.0, installed on the cluster. Component counts come from a CycloneDX SBOM and finding counts from the vulnerability scan, so both are the scanner's own numbers.

The cka6001 cluster: one control plane and 2 schedulable workers, on Cilium.
Server NameIP AddressOSRolesCPURAMHDD
CKA6001192.168.0.46Ubuntu 26.04 LTSControl Plane Node (tainted NoSchedule)2 Core4 GB50 GB
CKA6001-NODE01192.168.0.47Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB
CKA6001-NODE02192.168.0.48Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB

Before you start

  1. Four base images, measured the same way

  2. What the findings in the largest one actually are

  3. The trade you are making

Official sources