Monkeys
Cloud Native Operations

Building Cloud Native Cluster

Build a Kubernetes environment for Monkeys

Building a Cloud Native Cluster

A production Monkeys deployment normally mirrors the same boundaries as the local compose stack:

  • Core product services.
  • Optional capability services.
  • Shared infrastructure or managed equivalents.
  • Object storage.
  • Metrics and logging.
  1. Prepare Kubernetes, ingress, DNS, TLS, and image registry access.
  2. Prepare PostgreSQL, Redis, Elasticsearch, object storage, and Conductor.
  3. Deploy core services.
  4. Add optional capability services.
  5. Import tool manifests and configure model providers.
  6. Enable monitoring and alerting.

Use helm-charts as the deployment reference.

On this page