Skip to main contentBring 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
kubectl installed locally
- An existing Collate installation running in your cluster