kafka
Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
10K+
Container Documentation for Kafka Documentation
Apache Kafka container image optimized for enterprise messaging and event streaming. Features high-throughput, fault-tolerant architecture for building real-time data pipelines and streaming applications. Includes security hardening, FIPS compliance options, and enterprise-ready configurations for mission-critical deployments.
📌 Base Foundation: Production-ready container from cleanstart.
Image Path: cleanstart/kafka:latest
Registry: Docker Hub
Core capabilities and strengths of this container
Typical scenarios where this container excels
Download the container image from the registry
docker pull cleanstart/kafka:latest
docker pull cleanstart/kafka:latest-dev
Run the container with basic configuration
docker run -it --name kafka cleanstart/kafka:latest
Deploy with production security settings
docker run -d --name kafka-prod \
--security-opt=no-new-privileges \
--restart unless-stopped \
cleanstart/kafka:latest
Mount local directory for persistent data
docker run -v /app:/app cleanstart/kafka:latest
Run with custom port mappings
docker run -p 8080:8080 cleanstart/kafka:latest
Configuration options available through environment variables
| Variable | Default | Description |
|---|---|---|
| ENV | production | Environment mode |
| LOG_LEVEL | info | Logging level |
Recommended security configurations and practices
Recommended security context for Kubernetes deployments
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsUser: 1000
runAsGroup: 1000
Essential links and resources for further information
CleanStart Images: https://images.cleanstart.com/
Community Images:
Docker Hub: https://hub.docker.com/u/cleanstart
GitHub: https://github.com/cleanstart-containers
AWS ECR Public Gallery: https://gallery.ecr.aws/cleanstart/
Presence on Social Media:
Community: https://www.linkedin.com/groups/18324021/
YouTube: https://www.youtube.com/@CleanStartOfficial
Contribute to Container Use Cases: https://github.com/cleanstart-dev/cleanstart-use-cases/
Content type
Image
Digest
sha256:a68e3d9df…
Size
264 Bytes
Last updated
1 day ago
docker pull cleanstart/kafka:sha256-d788d42a3f58b3e7ba8762607926e55b4d6ae59d5d687639b24079a79f9b7b10.sig