-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |