Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Operations Guide

Operations documentation for monitoring, troubleshooting, and managing S4 in production.

In This Section

Quick Operations Tasks

Health Checks

# 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

Common Debugging

Related Documentation