diff options
author | Alex <alex@adnab.me> | 2023-03-02 11:59:07 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-03-02 11:59:07 +0000 |
commit | a5f7a7925088c1169f2d88ca4dd1ed83fce37e35 (patch) | |
tree | 749d5d8bfca05863135488633a554c6403317023 /doc/book/cookbook/_index.md | |
parent | e818e3932176f4b903abda7aef8eee518b2275ef (diff) | |
parent | 3b22da251d68eedb60f9beff7f2e555449ced637 (diff) | |
download | garage-a5f7a7925088c1169f2d88ca4dd1ed83fce37e35.tar.gz garage-a5f7a7925088c1169f2d88ca4dd1ed83fce37e35.zip |
Merge pull request 'Add documentation on community Ansible roles' (#513) from baptiste/garage:doc_ansible into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/513
Diffstat (limited to 'doc/book/cookbook/_index.md')
-rw-r--r-- | doc/book/cookbook/_index.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/book/cookbook/_index.md b/doc/book/cookbook/_index.md index 34e2ed92..a85678fb 100644 --- a/doc/book/cookbook/_index.md +++ b/doc/book/cookbook/_index.md @@ -6,7 +6,7 @@ sort_by = "weight" +++ A cookbook, when you cook, is a collection of recipes. -Similarly, Garage's cookbook contains a collection of recipes that are known to works well! +Similarly, Garage's cookbook contains a collection of recipes that are known to work well! This chapter could also be referred as "Tutorials" or "Best practices". - **[Multi-node deployment](@/documentation/cookbook/real-world.md):** This page will walk you through all of the necessary @@ -26,6 +26,10 @@ This chapter could also be referred as "Tutorials" or "Best practices". - **[Configuring a reverse-proxy](@/documentation/cookbook/reverse-proxy.md):** This page explains how to configure a reverse-proxy to add TLS support to your S3 api endpoint. +- **[Deploying on Kubernetes](@/documentation/cookbook/kubernetes.md):** This page explains how to deploy Garage on Kubernetes using our Helm chart. + +- **[Deploying with Ansible](@/documentation/cookbook/ansible.md):** This page lists available Ansible roles developed by the community to deploy Garage. + - **[Monitoring Garage](@/documentation/cookbook/monitoring.md)** This page explains the Prometheus metrics available for monitoring the Garage cluster/nodes. |