> ## Documentation Index
> Fetch the complete documentation index at: https://aletyx.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How is Aletyx deployed?

> Aletyx offers cloud-native, multi-environment deployment, with builds distributed through Maven and container registries.

Aletyx offers cloud-native deployment with support for multi-environment setups.
Builds are distributed through Maven and container registries.

## Where to go next

<CardGroup cols={2}>
  <Card title="Deployment" icon="rocket" href="/docs/deployment/overview">
    Full deployment guide covering the supported environments and distribution methods.
  </Card>

  <Card title="Cloud-Native" icon="cloud" href="/docs/deployment/cloud-native/overview">
    How Aletyx runs as a cloud-native platform across your infrastructure.
  </Card>

  <Card title="Kubernetes" icon="server" href="/docs/deployment/kubernetes">
    Deploy Aletyx onto a Kubernetes cluster step by step.
  </Card>

  <Card title="OpenShift" icon="server" href="/docs/deployment/openshift">
    Deploy and run Aletyx on Red Hat OpenShift.
  </Card>

  <Card title="AWS Marketplace" icon="cloud" href="/docs/deployment/aws-marketplace/overview">
    Provision Aletyx directly through the AWS Marketplace listing.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/docs/quickstart">
    Get a working Aletyx environment running quickly.
  </Card>
</CardGroup>
