mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-14 09:58:09 -05:00
32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
---
|
|
title: "Introduction"
|
|
description: "Explore deployment options for self hosting Infisical"
|
|
---
|
|
|
|
To meet various compliance requirements, you may want to self-host Infisical instead of using [Infisical Cloud](https://app.infisical.com/).
|
|
Self-hosted Infisical allows you to maintain your sensitive information within your own infrastructure and network, ensuring complete control over your data.
|
|
Choose from a variety of deployment options listed below to get started.
|
|
|
|
<Card title="Kubernetes" color="#ea5a0c" href="deployment-options/kubernetes-helm">
|
|
Use our Helm chart to Install Infisical on your Kubernetes cluster
|
|
</Card>
|
|
<CardGroup cols={2}>
|
|
<Card title="Digital Ocean" color="#16a34a" href="deployment-options/digital-ocean-marketplace">
|
|
Automatically create and deploy Infisical on to a Kubernetes cluster
|
|
</Card>
|
|
<Card title="Fly.io" color="#dc2626" href="deployment-options/fly.io">
|
|
Use our standalone docker image to deploy on Fly.io
|
|
</Card>
|
|
<Card title="Render.com" color="#dc2626" href="deployment-options/render">
|
|
Install on Render using our standalone docker image
|
|
</Card>
|
|
<Card title="AWS EC2" color="#0285c7" href="deployment-options/aws-ec2">
|
|
Install infisical with just a few clicks using our Cloud Formation template
|
|
</Card>
|
|
<Card title="Docker Compose" color="#0285c7" href="deployment-options/docker-compose">
|
|
Install Infisical using our Docker Compose template
|
|
</Card>
|
|
<Card title="Docker" color="#0285c7" href="deployment-options/standalone-infisical">
|
|
Use the fully packaged, single docker image Infisical to deploy anywhere
|
|
</Card>
|
|
</CardGroup> |