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.
Recommended Order
- Prepare Kubernetes, ingress, DNS, TLS, and image registry access.
- Prepare PostgreSQL, Redis, Elasticsearch, object storage, and Conductor.
- Deploy core services.
- Add optional capability services.
- Import tool manifests and configure model providers.
- Enable monitoring and alerting.
Use helm-charts as the deployment reference.