cleanstart/kafka

Verified Publisher

By CleanStart

Updated 1 day ago

Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.

Image
Message queues
Monitoring & observability
0

10K+

cleanstart/kafka repository overview

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

Key Features

Core capabilities and strengths of this container

Common Use Cases

Typical scenarios where this container excels

Pull Latest Image

Download the container image from the registry

docker pull cleanstart/kafka:latest
docker pull cleanstart/kafka:latest-dev

Basic Run

Run the container with basic configuration

docker run -it --name kafka cleanstart/kafka:latest

Production Deployment

Deploy with production security settings

docker run -d --name kafka-prod \
  --security-opt=no-new-privileges \
  --restart unless-stopped \
  cleanstart/kafka:latest

Volume Mount

Mount local directory for persistent data

docker run -v /app:/app cleanstart/kafka:latest

Port Forwarding

Run with custom port mappings

docker run -p 8080:8080 cleanstart/kafka:latest

Environment Variables

Configuration options available through environment variables

VariableDefaultDescription
ENVproductionEnvironment mode
LOG_LEVELinfoLogging level

Security Best Practices

Recommended security configurations and practices

Kubernetes Security Context

Recommended security context for Kubernetes deployments

securityContext:
  allowPrivilegeEscalation: false
  capabilities:
    drop:
    - ALL
  readOnlyRootFilesystem: true
  runAsUser: 1000
  runAsGroup: 1000

Documentation Resources

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/

Tag summary

Content type

Image

Digest

sha256:a68e3d9df

Size

264 Bytes

Last updated

1 day ago

docker pull cleanstart/kafka:sha256-d788d42a3f58b3e7ba8762607926e55b4d6ae59d5d687639b24079a79f9b7b10.sig