Files
site11/k8s/pipeline/namespace.yaml
jungwoo choi 46b5135f45 feat: Add hybrid deployment with Docker and Kubernetes
- Docker Compose for infrastructure (MongoDB, Redis, Kafka, Zookeeper)
- Docker for central control (Scheduler, Monitor, Language Sync)
- K8s for scalable workers (RSS, Google Search, Translator, AI Generator, Image Generator)
- Automatic scaling with HPA (Horizontal Pod Autoscaler)
- Comprehensive deployment scripts and documentation
- Updated README with hybrid deployment guide
2025-09-28 21:03:14 +09:00

7 lines
128 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: site11-pipeline
labels:
name: site11-pipeline
environment: production