mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
32 lines
802 B
Plaintext
32 lines
802 B
Plaintext
---
|
|
title: "Introduction"
|
|
description: "Self-host Infisical on your own infrastructure"
|
|
---
|
|
|
|
Self-hosting Infisical lets you retain data on your own infrastructure and network.
|
|
Choose from a variety of deployment options listed below to get started.
|
|
|
|
<Card
|
|
title="Docker"
|
|
color="#0285c7"
|
|
href="deployment-options/standalone-infisical"
|
|
>
|
|
Use the fully packaged docker image to deploy Infisical anywhere
|
|
</Card>
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Docker Compose"
|
|
color="#0285c7"
|
|
href="deployment-options/docker-compose"
|
|
>
|
|
Install Infisical using our Docker Compose template
|
|
</Card>
|
|
<Card
|
|
title="Kubernetes"
|
|
color="#ea5a0c"
|
|
href="deployment-options/kubernetes-helm"
|
|
>
|
|
Use our Helm chart to Install Infisical on your Kubernetes cluster
|
|
</Card>
|
|
</CardGroup>
|