Skip to content

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

TypeDescription
WebHTTP/HTTPS services
DatabasePostgreSQL, MySQL, Redis, etc.
QueueRabbitMQ, Kafka, etc.
CacheRedis, Memcached
CustomAny TCP/UDP service

Health Checks

Configure health checks for each service:

```yaml services: api-gateway: health: endpoint: /health interval: 30s timeout: 5s ```

Released under the MIT License.