20 lines
461 B
Markdown
20 lines
461 B
Markdown
|
---
|
||
|
title: "Deployment"
|
||
|
description: "An introduction into integrating Authelia with a product."
|
||
|
lead: "An introduction into integrating Authelia within your architecture."
|
||
|
date: 2022-05-27T22:24:38+10:00
|
||
|
draft: false
|
||
|
images: []
|
||
|
menu:
|
||
|
integration:
|
||
|
parent: "deployment"
|
||
|
weight: 210
|
||
|
toc: true
|
||
|
---
|
||
|
|
||
|
There are three main methods to deploy *Authelia*.
|
||
|
|
||
|
1. [Docker](docker.md)
|
||
|
2. [Kubernetes](../kubernetes/introduction/index.md)
|
||
|
3. [Bare-Metal](bare-metal.md)
|