> ## 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.

# Deployment

> Deploy and configure Collate components, including Hybrid Runner, BYOC, and AWS PrivateLink.

# Deployment

Deploy and configure Collate infrastructure for your environment.

<CardGroup cols={3}>
  <Card title="Hybrid Runner" href="/ai-2-0/how-to-guides/deployment/hybrid-runner" icon="server">
    Run ingestion inside your own environment so credentials and data never leave it.
  </Card>

  <Card title="BYOC" href="/ai-2-0/how-to-guides/deployment/byoc" icon="cloud">
    Run Collate components in your own Kubernetes cluster while Collate manages the SaaS control plane.
  </Card>

  <Card title="AWS PrivateLink" href="/ai-2-0/how-to-guides/deployment/privatelink" icon="lock">
    Connect to Collate over a private network without exposing traffic to the public internet.
  </Card>
</CardGroup>
