mirror of https://github.com/authelia/authelia.git
28 lines
856 B
Markdown
28 lines
856 B
Markdown
---
|
|
title: "Deployment"
|
|
description: "An introduction into integrating Authelia with a product."
|
|
summary: "An introduction into integrating Authelia within your architecture."
|
|
date: 2022-06-15T17:51:47+10:00
|
|
draft: false
|
|
images: []
|
|
weight: 210
|
|
toc: true
|
|
seo:
|
|
title: "" # custom title (optional)
|
|
description: "" # custom description (recommended)
|
|
canonical: "" # custom canonical URL (optional)
|
|
noindex: false # false (default) or true
|
|
---
|
|
|
|
There are three main methods to deploy *Authelia*.
|
|
|
|
1. [Docker](docker.md)
|
|
2. [Kubernetes](../kubernetes/introduction.md)
|
|
3. [Bare-Metal](bare-metal.md)
|
|
|
|
## Get started
|
|
|
|
It's __*strongly recommended*__ that users setting up *Authelia* for the first time take a look at our
|
|
[Get started](../prologue/get-started.md) guide. This takes you through various steps which are essential to
|
|
bootstrapping *Authelia*.
|