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

# Overview

> Learn how to self-host Infisical on your own infrastructure.

Self-hosting Infisical lets you retain data on your own infrastructure and network. Many organizations choose self-hosting for benefits in compliance and flexibility.

* Compliance: Deploying Infisical in your own environment helps meet strict regulatory requirements (e.g. SOC 2, HIPAA, FIPS 140-3) by aligning with your existing security controls. All data remains under your governance, and Infisical’s architecture supports compliance needs through strong encryption and access controls.
* Flexibility: You have complete control over deployment topology and integrations. Infisical can run in diverse environments. From air-gapped bare-metal servers to Kubernetes clusters or cloud VMs, this flexibility lets you tailor networking, security, and performance configurations to fit your organization’s needs.

Choose from a number of deployment options listed below to get started.

<CardGroup cols={3}>
  <Card title="Docker" color="#000000" icon="docker" href="./deployment-options/standalone-infisical">
    Use the fully packaged docker image to deploy Infisical anywhere.
  </Card>

  <Card title="Kubernetes" color="#000000" icon="dharmachakra" href="./deployment-options/kubernetes-helm">
    Deploy Infisical on Kubernetes using our Helm chart.
  </Card>

  <Card title="Docker Compose" color="#000000" icon="docker" href="./deployment-options/docker-compose">
    Install Infisical using our Docker Compose template.
  </Card>

  <Card title="AWS" color="#000000" icon="aws" href="./deployment-options/aws-native">
    Deploy Infisical on AWS using ECS with Fargate.
  </Card>

  <Card title="GCP" color="#000000" icon="google" href="./deployment-options/gcp-native">
    Deploy Infisical on GCP using GKE.
  </Card>

  <Card title="Linux package" color="#000000" icon="linux" href="./deployment-options/native/linux-package/installation">
    Install Infisical on your system without containers using our Linux package.
  </Card>
</CardGroup>
