Services
Learn how to manage and monitor your services in Ops Atlas.
Connecting Services
Ops Atlas can connect to services via:
- Docker - Auto-discovery of containers
- Kubernetes - Native K8s integration
- Manual - Add services via API or UI
Service Types
| Type | Description |
|---|---|
| Web | HTTP/HTTPS services |
| Database | PostgreSQL, MySQL, Redis, etc. |
| Queue | RabbitMQ, Kafka, etc. |
| Cache | Redis, Memcached |
| Custom | Any TCP/UDP service |
Health Checks
Configure health checks for each service:
```yaml services: api-gateway: health: endpoint: /health interval: 30s timeout: 5s ```