Skip to content

Commit 7371b61

Browse files
committed
feat: replace scaling1.png
1 parent b200259 commit 7371b61

File tree

11 files changed

+65
-45
lines changed

11 files changed

+65
-45
lines changed

apps/docs/content/dotnet/how-to/scaling.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22
title: How Zerops scales .NET
33
---
44

5+
import Image from '/src/components/Image';
6+
7+
58
Zerops performs an automated scaling of hardware resources required to run your runtime application based on its usage. If the current use of your application does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your application is under heavy load or needs to store more data, then auto scaling increases the resources to make sure it runs smoothly.
69

710
## Vertical and horizontal auto scaling
811

912
Each application you deploy starts with the minimum hardware resources: **CPU** cores, **RAM** and **Disk**. Zerops monitors the usage of these 3 resources and if the usage exceeds a set threshold, more CPU cores, RAM or Disk is allocated to the service. This is called **vertical scaling**.
1013

14+
1115
<p align="center">
12-
<img
13-
src="/img/screenshots/scaling1.png"
14-
alt="image"
15-
width="80%"
16-
height="auto"
16+
<Image
17+
lightImage="/img/gui/resources.webp"
18+
darkImage="/img/gui/resources.webp"
19+
alt="Resources of a Zerops service"
20+
style={{ width: '95%', height: 'auto' }}
1721
/>
1822
</p>
1923

apps/docs/content/features/scaling-ha.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Automatic scaling and High Availability
33
---
44

5+
import Image from '/src/components/Image';
6+
57
## What is automatic scaling?
68

79
Zerops scales your application or a database based on the current load. If your application isn’t used so often the auto scaling reduces the amount of required hardware resources and thus reduces the costs. If your application is used more, then auto scaling increases the resources for the application to make sure it runs smoothly even with the higher demand.
@@ -13,11 +15,11 @@ On Zerops, you never pay for resources you don’t need. At the same time you do
1315
Each application you deploy starts with the minimum hardware resources: **CPU** cores, **RAM** and **Disk**. Zerops monitors the usage of these 3 resources and if the usage exceeds a set threshold, more CPU cores, RAM or Disk is allocated to the service. This is called **vertical scaling**.
1416

1517
<p align="center">
16-
<img
17-
src="/img/screenshots/scaling1.png"
18-
alt="image"
19-
width="80%"
20-
height="auto"
18+
<Image
19+
lightImage="/img/gui/resources.webp"
20+
darkImage="/img/gui/resources.webp"
21+
alt="Resources of a Zerops service"
22+
style={{ width: '95%', height: 'auto' }}
2123
/>
2224
</p>
2325

apps/docs/content/go/how-to/scaling.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
title: How Zerops scales Go
33
---
44

5+
import Image from '/src/components/Image';
6+
57
Zerops performs an automated scaling of hardware resources required to run your runtime application based on its usage. If the current use of your application does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your application is under heavy load or needs to store more data, then auto scaling increases the resources to make sure it runs smoothly.
68

79
## Vertical and horizontal auto scaling
810

911
Each application you deploy starts with the minimum hardware resources: **CPU** cores, **RAM** and **Disk**. Zerops monitors the usage of these 3 resources and if the usage exceeds a set threshold, more CPU cores, RAM or Disk is allocated to the service. This is called **vertical scaling**.
1012

1113
<p align="center">
12-
<img
13-
src="/img/screenshots/scaling1.png"
14-
alt="image"
15-
width="80%"
16-
height="auto"
14+
<Image
15+
lightImage="/img/gui/resources.webp"
16+
darkImage="/img/gui/resources.webp"
17+
alt="Resources of a Zerops service"
18+
style={{ width: '95%', height: 'auto' }}
1719
/>
1820
</p>
1921

apps/docs/content/java/how-to/scaling.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
title: How Zerops scales Java
33
---
44

5+
import Image from '/src/components/Image';
6+
57
Zerops performs an automated scaling of hardware resources required to run your runtime application based on its usage. If the current use of your application does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your application is under heavy load or needs to store more data, then auto scaling increases the resources to make sure it runs smoothly.
68

79
## Vertical and horizontal auto scaling
810

911
Each application you deploy starts with the minimum hardware resources: **CPU** cores, **RAM** and **Disk**. Zerops monitors the usage of these 3 resources and if the usage exceeds a set threshold, more CPU cores, RAM or Disk is allocated to the service. This is called **vertical scaling**.
1012

1113
<p align="center">
12-
<img
13-
src="/img/screenshots/scaling1.png"
14-
alt="image"
15-
width="80%"
16-
height="auto"
14+
<Image
15+
lightImage="/img/gui/resources.webp"
16+
darkImage="/img/gui/resources.webp"
17+
alt="Resources of a Zerops service"
18+
style={{ width: '95%', height: 'auto' }}
1719
/>
1820
</p>
1921

apps/docs/content/nginx/how-to/scaling.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
title: How Zerops scales Nginx
33
---
44

5+
import Image from '/src/components/Image';
6+
57
Zerops performs an automated scaling of hardware resources required to run your runtime application based on its usage. If the current use of your application does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your application is under heavy load or needs to store more data, then auto scaling increases the resources to make sure it runs smoothly.
68

79
## Vertical and horizontal auto scaling
810

911
Each application you deploy starts with the minimum hardware resources: **CPU** cores, **RAM** and **Disk**. Zerops monitors the usage of these 3 resources and if the usage exceeds a set threshold, more CPU cores, RAM or Disk is allocated to the service. This is called **vertical scaling**.
1012

1113
<p align="center">
12-
<img
13-
src="/img/screenshots/scaling1.png"
14-
alt="image"
15-
width="80%"
16-
height="auto"
14+
<Image
15+
lightImage="/img/gui/resources.webp"
16+
darkImage="/img/gui/resources.webp"
17+
alt="Resources of a Zerops service"
18+
style={{ width: '95%', height: 'auto' }}
1719
/>
1820
</p>
1921

apps/docs/content/nodejs/how-to/scaling.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
title: How Zerops scales Node.js
33
---
44

5+
import Image from '/src/components/Image';
6+
57
Zerops performs an automated scaling of hardware resources required to run your runtime application based on its usage. If the current use of your application does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your application is under heavy load or needs to store more data, then auto scaling increases the resources to make sure it runs smoothly.
68

79
## Vertical and horizontal auto scaling
810

911
Each application you deploy starts with the minimum hardware resources: **CPU** cores, **RAM** and **Disk**. Zerops monitors the usage of these 3 resources and if the usage exceeds a set threshold, more CPU cores, RAM or Disk is allocated to the service. This is called **vertical scaling**.
1012

1113
<p align="center">
12-
<img
13-
src="/img/screenshots/scaling1.png"
14-
alt="image"
15-
width="80%"
16-
height="auto"
14+
<Image
15+
lightImage="/img/gui/resources.webp"
16+
darkImage="/img/gui/resources.webp"
17+
alt="Resources of a Zerops service"
18+
style={{ width: '95%', height: 'auto' }}
1719
/>
1820
</p>
1921

apps/docs/content/php/how-to/scaling.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
title: How Zerops scales PHP
33
---
44

5+
import Image from '/src/components/Image';
6+
57
Zerops performs an automated scaling of hardware resources required to run your runtime application based on its usage. If the current use of your application does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your application is under heavy load or needs to store more data, then auto scaling increases the resources to make sure it runs smoothly.
68

79
## Vertical and horizontal auto scaling
810

911
Each application you deploy starts with the minimum hardware resources: **CPU** cores, **RAM** and **Disk**. Zerops monitors the usage of these 3 resources and if the usage exceeds a set threshold, more CPU cores, RAM or Disk is allocated to the service. This is called **vertical scaling**.
1012

1113
<p align="center">
12-
<img
13-
src="/img/screenshots/scaling1.png"
14-
alt="image"
15-
width="80%"
16-
height="auto"
14+
<Image
15+
lightImage="/img/gui/resources.webp"
16+
darkImage="/img/gui/resources.webp"
17+
alt="Resources of a Zerops service"
18+
style={{ width: '95%', height: 'auto' }}
1719
/>
1820
</p>
1921

apps/docs/content/python/how-to/scaling.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
title: How Zerops scales Python
33
---
44

5+
import Image from '/src/components/Image';
6+
57
Zerops performs an automated scaling of hardware resources required to run your runtime application based on its usage. If the current use of your application does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your application is under heavy load or needs to store more data, then auto scaling increases the resources to make sure it runs smoothly.
68

79
## Vertical and horizontal auto scaling
810

911
Each application you deploy starts with the minimum hardware resources: **CPU** cores, **RAM** and **Disk**. Zerops monitors the usage of these 3 resources and if the usage exceeds a set threshold, more CPU cores, RAM or Disk is allocated to the service. This is called **vertical scaling**.
1012

1113
<p align="center">
12-
<img
13-
src="/img/screenshots/scaling1.png"
14-
alt="image"
15-
width="80%"
16-
height="auto"
14+
<Image
15+
lightImage="/img/gui/resources.webp"
16+
darkImage="/img/gui/resources.webp"
17+
alt="Resources of a Zerops service"
18+
style={{ width: '95%', height: 'auto' }}
1719
/>
1820
</p>
1921

apps/docs/content/rust/how-to/scaling.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
title: How Zerops scales Rust
33
---
44

5+
import Image from '/src/components/Image';
6+
57
Zerops performs an automated scaling of hardware resources required to run your runtime application based on its usage. If the current use of your application does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your application is under heavy load or needs to store more data, then auto scaling increases the resources to make sure it runs smoothly.
68

79
## Vertical and horizontal auto scaling
810

911
Each application you deploy starts with the minimum hardware resources: **CPU** cores, **RAM** and **Disk**. Zerops monitors the usage of these 3 resources and if the usage exceeds a set threshold, more CPU cores, RAM or Disk is allocated to the service. This is called **vertical scaling**.
1012

1113
<p align="center">
12-
<img
13-
src="/img/screenshots/scaling1.png"
14-
alt="image"
15-
width="80%"
16-
height="auto"
14+
<Image
15+
lightImage="/img/gui/resources.webp"
16+
darkImage="/img/gui/resources.webp"
17+
alt="Resources of a Zerops service"
18+
style={{ width: '95%', height: 'auto' }}
1719
/>
1820
</p>
1921

10.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)