mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
---
|
|
title: ""
|
|
sidebarTitle: "Introduction"
|
|
description: "Learn how to self-host Infisical on your own infrastructure."
|
|
---
|
|
|
|
Self-hosting Infisical lets you retain data on your own infrastructure and network.
|
|
Choose from a number of deployment options listed below to get started.
|
|
|
|
<Card
|
|
title="Docker"
|
|
color="#000000"
|
|
icon="docker"
|
|
href="deployment-options/standalone-infisical"
|
|
>
|
|
Use the fully packaged docker image to deploy Infisical anywhere.
|
|
</Card>
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Docker Compose"
|
|
color="#000000"
|
|
icon="docker"
|
|
href="deployment-options/docker-compose"
|
|
>
|
|
Install Infisical using our Docker Compose template.
|
|
</Card>
|
|
<Card
|
|
title="Kubernetes"
|
|
color="#000000"
|
|
icon="gear-complex-code"
|
|
href="deployment-options/kubernetes-helm"
|
|
>
|
|
Use our Helm chart to Install Infisical on your Kubernetes cluster.
|
|
</Card>
|
|
</CardGroup>
|
|
<Card
|
|
title="Linux package"
|
|
color="#000000"
|
|
href="deployment-options/native/linux-package/installation"
|
|
>
|
|
Install Infisical on your system without containers using our Linux package.
|
|
</Card>
|