Documentation Index
Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
Use this file to discover all available pages before exploring further.
Bring Your Own Cloud (BYOC)
BYOC lets you run Collate components inside your own Kubernetes cluster while Collate manages the SaaS control plane. Your data and inference traffic never leave your environment. The BYOC component communicates with the Collate Server over gRPC, with the connection initiated outbound from your cluster. Collate never stores or accesses the credentials used to connect to your infrastructure — those are managed by your own environment and retrieved at runtime.Architecture Overview

Requirements
Hardware
The BYOC pod requires at least the following resources on the Kubernetes node where it runs:- CPU:
300m - Memory:
2Gi - Storage: No persistent storage required — the service is stateless.
Software
- Kubernetes 1.19 or later
- Helm CLI and
kubectlinstalled locally - An existing Collate installation running in your cluster
Collate BYOC requires OpenSearch as the search engine. ElasticSearch is not supported because Collate AI relies on OpenSearch’s vector capabilities for Semantic and Hybrid Search.