github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/docs/howto/deploy/index.md (about) 1 --- 2 title: Install lakeFS 3 parent: How-To 4 description: This section will guide you through deploying and setting up a production lakeFS environment. 5 has_children: true 6 has_toc: false 7 nav_order: 1 8 redirect_from: 9 - /setup/ 10 - /setup/storage/index.html 11 - /setup/create-repo.html 12 - /deploy/ 13 - /deploy/index.html 14 --- 15 16 # Deploy and Setup lakeFS 17 18 {: .tip } 19 > The instructions given here are for a self-managed deployment of lakeFS. 20 > 21 > For a hosted lakeFS service with guaranteed SLAs, try [lakeFS Cloud](https://lakefs.cloud) 22 23 This section will guide you through deploying lakeFS on top of an object store. You will require a database, and can optionally configure authentication using providers specific to your deployment platform. 24 25 Which options are available depends on your deployment platform. For example, the object store available on Azure differs from that on AWS. 26 27  28 29 ## Deployment and Setup Details 30 31 lakeFS releases include [binaries](https://github.com/treeverse/lakeFS/releases) for common operating systems, a [containerized option](https://hub.docker.com/r/treeverse/lakefs) or a [Helm chart](https://artifacthub.io/packages/helm/lakefs/lakefs). 32 33 Check out our guides below for full deployment details: 34 35 * [AWS]( {% link howto/deploy/aws.md %}) 36 * [Azure]( {% link howto/deploy/azure.md %}) 37 * [GCP]( {% link howto/deploy/gcp.md %}) 38 * [On-premises and other cloud providers]( {% link howto/deploy/onprem.md %})