Skip to content

Commit 1e84d80

Browse files
committed
feat(use-cases): update
1 parent 2054b3a commit 1e84d80

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

pages/use-cases/application-hosting/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Looking to deploy a web application? Scaleway offers scalable and secure hosting
2121
label="Read more"
2222
url="/tutorials/deploy-saas-application/"
2323
/>
24+
<SummaryCard
25+
title="Scaling your application with the Scaleway infrastructure"
26+
icon="info"
27+
description="Learn how to effectively scale your application using the most adapted Scaleway product."
28+
label="Read more"
29+
url="/use-cases/application-hosting/scaling-your-application/"
30+
/>
2431
</Grid>
2532
<Grid>
2633
<SummaryCard

pages/use-cases/application-hosting/scaling-your-application/index.mdx renamed to pages/use-cases/application-hosting/scaling-your-application.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ Different applications have different requirements in terms of scalability, cont
1818
| Deployment Method | Best For | Scalability | Management Overhead |
1919
|----------------------------------|------------------------------------------------------------|-------------|---------------------|
2020
| **Serverless Containers** | Dynamic web apps, APIs, microservices | High | Low |
21-
| **Instances (Virtual Machines)** | Full control, long-running workloads, custom configurations | Medium | High |
21+
| **Instances** | Full control, long-running workloads, custom configurations | Medium | High |
2222
| **Elastic Metal (Aluminium)** | High-performance, predictable workloads, low-latency apps | High | High |
23-
| **Object Storage + Edge** | Static websites, frontend assets, serverless front-ends | High | Very Low |
23+
| **Kubernetes Kapsule** | High-performance, high availability, low-latency apps | High | High |
24+
| **Object Storage + Edge Services** | Static websites, frontend assets, serverless front-ends | High | Very Low |
2425

2526
<Message type="tip">
2627
For most modern web applications, we recommend starting with **Serverless Containers** or **Instances** depending on whether you prefer abstraction over infrastructure or full control.

0 commit comments

Comments
 (0)