1
0
Fork 0
mirror of https://github.com/imjasonh/snoop synced 2026-07-14 19:35:42 +00:00
snoop/deploy
Jason Hall c6fec442b7 Add Kubernetes deployment manifests for snoop sidecar
Create comprehensive Kubernetes deployment resources:
- deployment.yaml: Example deployment with snoop sidecar
- rbac.yaml: ServiceAccount and ClusterRole for required permissions
- example-app.yaml: Complete nginx example showing sidecar integration
- README.md: Extensive documentation with quick start, configuration,
  troubleshooting, and best practices

Manifests include:
- Security context with minimal required capabilities
- Init container for cgroup discovery
- Health probes and metrics endpoints
- Resource limits and requests
- Prometheus annotations for scraping

Completes first deliverable of Milestone 4 (Kubernetes Integration).

Signed-off-by: Jason Hall <jason@chainguard.dev>
2026-01-14 11:00:17 -05:00
..
kubernetes Add Kubernetes deployment manifests for snoop sidecar 2026-01-14 11:00:17 -05:00
docker-compose.yaml initial commit 2026-01-14 09:55:28 -05:00