BlackLake Deployment Guide¶
This document provides comprehensive deployment instructions for the BlackLake data platform.
Production Deployment¶
Docker Compose¶
# Production deployment
docker-compose -f docker-compose.prod.yml up -d
# With custom configuration
BLACKLAKE_DOMAIN=blacklake.example.com docker-compose -f docker-compose.prod.yml up -d
Kubernetes¶
# Deploy to Kubernetes
kubectl apply -f k8s/
# With Helm
helm install blacklake ./helm/blacklake -f helm/blacklake/values.yaml
Additional Resources¶
Support¶
- Documentation: Documentation Home
- Issues: GitHub Issues
- Discussions: GitHub Discussions