Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified KUBE-VIP Container Image
A hardened, minimal KUBE-VIP 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
docker pull cleanstart/kube-vip:latest
docker pull cleanstart/kube-vip:latest-dev
Basic test:
docker run -it --name kube-vip-test cleanstart/kube-vip:latest-dev
Production deployment:
docker run -d --name kube-vip-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
cleanstart/kube-vip:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:312d01931…
Size
47.5 MB
Last updated
about 21 hours ago
docker pull cleanstart/kube-vip