1
0
Fork 0
mirror of https://github.com/imjasonh/snoop synced 2026-07-22 15:41:34 +00:00

Document resource limits and complete Milestone 3

- Create comprehensive RESOURCE_LIMITS.md with memory, CPU, and disk guidance
- Provide three configuration profiles (conservative, moderate, unbounded)
- Include complete Kubernetes deployment examples with resource limits
- Add Prometheus monitoring queries and recommended alerts
- Document tuning guidelines and troubleshooting procedures
- Update README.md to reference new documentation
- Mark Milestone 3 as complete in plan.md

Milestone 3 (Production Hardening) is now complete. Next: Milestone 4 (Kubernetes Integration)

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2026-01-14 10:56:38 -05:00
parent 544ed0dbe0
commit 9e5dad7dd2
6 changed files with 1101 additions and 37 deletions

View file

@ -90,6 +90,11 @@ snoop/
── plan.md # Full technical design
```
## Documentation
- [plan.md](plan.md) - Complete technical design and roadmap
- [RESOURCE_LIMITS.md](RESOURCE_LIMITS.md) - Resource limits and production recommendations
## Development Status
See [plan.md](plan.md) for the complete technical design and roadmap.