- 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
7 lines
128 B
YAML
7 lines
128 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: site11-pipeline
|
|
labels:
|
|
name: site11-pipeline
|
|
environment: production |