Hardened Kubernetes CLI tool container on CleanStart's minimal, secure base OS.
50K+
Verified KUBECTL Container Image
A hardened, minimal KUBECTL container image built from source with verifiable software provenance and an SBOM, designed for secure production deployments.
For additional versions including FIPS support, explore CleanStart Images — secure, hardened container images
Download the container image from the registry
docker pull cleanstartkubectl:latest
docker pull cleanstart/kubectl:latest-dev
Run the container with basic configuration
docker run -it --name kubectl-test cleanstart/kubectl:latest
Deploy with production security settings
docker run -d --name kubectl-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
cleanstart/kubectl:latest
Volume Mount Mount local directory for persistent data
docker run -v ~/.kube:/root/.kube cleanstart/kubectl:latest
Port Forwarding Run with custom port mappings
docker run -p 8001:8001 cleanstart/kubectl:latest proxy
Why Use CleanStart Images
Content type
Image
Digest
sha256:3b58a266e…
Size
63 MB
Last updated
about 6 hours ago
docker pull cleanstart/kubectl