Kafka K8s Setup
When to Use
- •Deploy Kafka to Kubernetes cluster
- •Create topics for event-driven architecture
- •Verify Kafka health and get connection strings
Instructions
- •Deploy:
bash scripts/deploy.sh [dev|prod] - •Create Topics:
bash scripts/create_topics.sh - •Verify:
python scripts/verify.py - •Get Connection:
python scripts/get_connection.py
Outputs
- •Kafka deployed with 1-3 replicas
- •Topics created with proper partitions
- •Connection strings for services