Skip to main content
Pillar guide

Container Security

A practical path from secure Docker images and Kubernetes controls to software supply-chain integrity, runtime detection, and isolated AI agents.

Build

Minimal, hardened images

Supply chain

SBOM, VEX, SLSA, signing

Runtime

Kubernetes, Falco, eBPF

AI agents

Isolation and least privilege

1. Container security foundations

Understand the boundaries, threat model, and shared-responsibility layers before choosing tools.

2. Secure Docker images and builds

Make secure defaults part of the Dockerfile and build process instead of relying on a final scan.

3. Protect the software supply chain

Control dependencies, record what was built, sign the result, and promote only the digest that passed policy.

4. Secure Kubernetes and runtime

Treat admission controls and static scans as the start, then detect suspicious behavior while workloads run.

5. Isolate AI agents and emerging threats

Developer agents and CI runners are privileged supply-chain participants. Constrain their filesystem, network, and credentials.