Operations documentation for monitoring, troubleshooting, and managing S4 in production.
- Monitoring - Observability, health checks, and metrics
- Troubleshooting - Common issues and solutions
- Error Reference - Complete error message reference with causes and resolutions
- FAQ - Frequently asked questions
# Check API health
curl http://localhost:5000/api/auth/info
# Check S3 endpoint
curl http://localhost:7480
# View container logs
kubectl logs -l app=s4- Container won't start: See Troubleshooting → Container Issues
- S3 connection failed: See Troubleshooting → S3 Connectivity
- Authentication errors: See Troubleshooting → Authentication
- Deployment → Production Readiness - Pre-production checklist
- Security → Best Practices - Security hardening
- Architecture - System design and components