docs/self-hosting/overview.mdx
Self-hosting Infisical lets you retain data on your own infrastructure and network. Many organizations choose self-hosting for benefits in compliance and flexibility.
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>