From 926b1e56a3e54ff1661f6267c75258c1d7db3dbc Mon Sep 17 00:00:00 2001 From: Alexandre Chapellon Date: Thu, 21 Mar 2024 15:24:04 +0100 Subject: [PATCH] add doc --- docs/helm/autoscaling.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/helm/autoscaling.md diff --git a/docs/helm/autoscaling.md b/docs/helm/autoscaling.md new file mode 100644 index 000000000..1729ba686 --- /dev/null +++ b/docs/helm/autoscaling.md @@ -0,0 +1,17 @@ +# Alfresco components auto-scaling + +`alfresco-content-services` can leverage Kubernetes HorinzontalPodAutoscaling +provided by individual Alfresco components. This means that you can add more +instances of the same service to handle more load. This is a common pattern in +cloud environments, where you can add more instances of a service to handle +more load, and remove instances when the load decreases. +This document aims at providing a details on configuring each of the components +which support HPA. + +## Alfresco Repository + +Refer to the +[alfresco-repository auto-scaling +documentation](https://github.com/Alfresco/alfresco-helm-charts/blob/main/charts/alfresco-repository/docs/autoscaling.md) +for a detailed guide on Alfresco repository auto-scaling configuration and +implications.