diff options
Diffstat (limited to 'docs/content/en/integration/deployment/introduction.md')
| -rw-r--r-- | docs/content/en/integration/deployment/introduction.md | 19 | 
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/content/en/integration/deployment/introduction.md b/docs/content/en/integration/deployment/introduction.md new file mode 100644 index 000000000..ba70f2912 --- /dev/null +++ b/docs/content/en/integration/deployment/introduction.md @@ -0,0 +1,19 @@ +--- +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)  | 
