Skip to content

Commit 511a135

Browse files
Merge pull request #300 from ByteInternet/tiny-fixes-typos-paraphrasing
Some typo fixing, paraphrasing, etc in the doc
2 parents f8d23fa + aabc223 commit 511a135

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
myst:
33
html_meta:
4-
description: Learn how autoscaling dynamically adjusts server resources based on CPU usage metrics, allowing efficient workload management without manual intervention. Configure thresholds, durations, and understand the workflow for horizontal autoscaling without downtime on Hypernode.
4+
description: Learn how autoscaling dynamically adjusts server resources based
5+
on CPU usage metrics, allowing efficient workload management without manual
6+
intervention. Configure thresholds, durations, and understand the workflow for
7+
horizontal autoscaling without downtime on Hypernode.
58
title: How does horizontal Autoscaling work? | Hypernode
69
---
710

@@ -12,7 +15,7 @@ This article explains how Horizontal autoscaling works, what the requirements ar
1215
## How does it work
1316

1417
With horizontal autoscaling, additional Hypernodes will be added automatically to your main Hypernode at peak times. The extra Hypernodes will be used as PHP fpm workers.
15-
Since there are no configuration or IP changes needed, Horizontal autoscaling is zero-downtime.
18+
Since there's no configuration or IP changes needed, Horizontal autoscaling has zero-downtime.
1619

1720
For Horizontal autoscaling you can configure some conditions. If the conditions are met from the configured settings in the Control Panel, Horizontal autoscaling will be triggered.
1821
You can configure the following conditions:
@@ -39,21 +42,25 @@ This approach selects the longer duration between user-defined settings or the f
3942

4043
### Downscaling
4144

42-
If the monitor agent noticed if one Hypernode will be removed, the used resources will stay below the configured thresholds, the downscale operation will be triggered.
45+
If the monitor agent notices that the used resources are below the configured thresholds, the downscale operation will begin. This will lead to removing the additional servers that are no longer needed.
46+
4347
Downscale will happen by detaching the autoscaling instances from the main Hypernode one by one.
44-
After a downscale operation has completed, there will be a cooldown of 15 minutes to monitor the behaviour of the newly available resources before downscale again.
48+
After a downscale operation has been completed, there will be a cooldown of 15 minutes to monitor the behaviour of the newly available resources before downscaling again.
49+
4550
If the amount of used resources is still below the configured threshold, another downscale operation will be triggered.
51+
4652
If there is need for extra resources instead, extra resources will be added again.
4753

4854
## Horizontal autoscaling requirements
4955

5056
Horizontal autoscaling is available on all the Falcon cloud plans (OpenStack).
57+
5158
Next to the provider, horizontal autoscaling does have a couple of additional requirements.
5259

5360
### Supported CMS
5461

5562
Horizontal autoscaling is available for Magento2.
56-
To make use of Horizontal autoscaling, there are a couple of other requirements the Hypernode and the application should met:
63+
To make use of Horizontal autoscaling, there are a couple of other requirements the Hypernode and the application should meet:
5764

5865
### Operating system
5966

@@ -133,7 +140,7 @@ More information about [Elasticsearch o Hypernode](../../hypernode-platform/tool
133140
Please make sure RabbitMQ host is set to `rabbitmqmaster` in the Magento2 configuration file at `<magento_root>/app/etc/env.php`
134141
More information about [RabbitMQ o Hypernode](../../best-practices/database/how-to-run-rabbitmq-on-hypernode.md)
135142

136-
### Make sure we use MySQL 5.7 or higher
143+
### Make sure to use MySQL 5.7 or higher
137144

138145
The configured MySQL version should be 5.7 or above. You can check the enabled MySQL version by running the following command.
139146

@@ -147,9 +154,10 @@ Example output if MySQL version is 8.0:
147154
mysql_version is set to value 8.0
148155
```
149156

150-
If your MySQL version is still set to 5.6, you can consider [upgrade](../mysql/how-to-use-mysql-on-hypernode.md) the MySQL version to a supported version for autoscaling.
157+
If your MySQL version is still set to 5.6, you can consider [upgrading](../mysql/how-to-use-mysql-on-hypernode.md) the MySQL version to a supported version for autoscaling.
151158

152159
After the version validation, please verify the MySQL host is set to `mysqlmaster`. You can verify this by running `cat app/etc/env.php | grep -i mysql | grep -i host` from the magento root.
160+
153161
You should see something similar to `'host' => 'mysqlmaster',`. If this is not the case please make sure the database connection host is set to `mysqlmaster` instead of `localhost` or `127.0.0.1` in the magento configuration file at `<magento_root>/app/etc/env.php`.
154162

155163
### Make sure the Hypernode is a production plan

docs/hypernode-platform/autoscaling/how-to-enable-horizontal-autoscaling.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
myst:
33
html_meta:
4-
description: Step-by-step instructions on enabling horizontal Autoscaling through the Control Panel
4+
description: Step-by-step instructions on enabling horizontal Autoscaling through
5+
the Control Panel
56
title: How to enable horizontal Autoscaling? | Hypernode
67
---
78

docs/hypernode-platform/autoscaling/how-to-enable-vertical-autoscaling.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
myst:
33
html_meta:
4-
description: Step-by-step instructions on enabling vertical Autoscaling through the Control Panel or command line
4+
description: Step-by-step instructions on enabling vertical Autoscaling through
5+
the Control Panel or command line
56
title: How to enable vertical Autoscaling? | Hypernode
67
redirect_from:
78
- hypernode-platform/autoscaling/how-to-enable-autoscaling

0 commit comments

Comments
 (0)