Architecture and data
What runs in my cloud account, and what runs at Cockroach Labs?
The CockroachDB nodes, their storage, the managed Kubernetes layer, the load balancers, the networking, and the backup bucket all run in your account. Cockroach Labs runs the control plane, which provisions, patches, backs up, and monitors the cluster. Refer to .Does my application traffic go through Cockroach Labs?
No. Your application connects to a load balancer or private endpoint inside your own account and reaches the nodes directly.What data leaves my cloud account?
Infrastructure and cluster metrics, health signals, operational job telemetry, and CockroachDB logs that are redacted before they leave.Does Cockroach Labs see my data?
Not through telemetry, metrics, or the redacted log stream. Query text can reach Cockroach Labs in two circumstances, both of which you control:- When a runs a statement in the in the CockroachDB Cloud Console, which the control plane proxies.
- When you authorize a support engineer to conduct a live investigation, which requires just-in-time elevation, is time-bounded, and is recorded in your own cloud provider audit log.

