Skip to content

Commit 9f4e74a

Browse files
feat(use-cases): test (#5944)
1 parent 32c7aa1 commit 9f4e74a

File tree

7 files changed

+54
-4
lines changed

7 files changed

+54
-4
lines changed

pages/cockpit/how-to/federate-scaleway-metrics.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ tags: federation cockpit metrics monitoring prometheus
55
dates:
66
validation: 2025-07-04
77
posted: 2025-07-04
8+
products:
9+
- cockpit
10+
difficulty: beginner
11+
usecase:
12+
- migration
13+
ecosystem:
14+
- scaleway
815
---
916
import Requirements from '@macros/iam/requirements.mdx'
1017

pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22
title: Migrating virtual machines from VMware to Scaleway Instances
33
description: Find out how to migrate virtual VMware machines to Scaleway Instances.
44
dates:
5-
validation: 2025-07-21
5+
validation: 2025-12-09
66
posted: 2025-05-14
77
tags: instance type production vmware esxi migration
8+
products:
9+
- instances
10+
difficulty: beginner
11+
usecase:
12+
- migration
13+
ecosystem:
14+
- scaleway
815
---
916
import Requirements from '@macros/iam/requirements.mdx'
1017
import image from './assets/qemu_install.webp'

pages/load-balancer/reference-content/migrating-aws.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ tags: load-balancer ELB application network listener target-group Scaleway AWS e
55
dates:
66
validation: 2025-07-28
77
posted: 2025-07-28
8+
products:
9+
- load-balancer
10+
difficulty: beginner
11+
usecase:
12+
- migration
13+
ecosystem:
14+
- scaleway
815
---
916

1017
import lbDiagSimple from './assets/scaleway-lb-diag-simple.webp'
@@ -54,7 +61,7 @@ Scaleway Load Balancer offers the following features:
5461

5562
**Backend:**
5663
- HTTP, HTTPS, TCP, and TLS support
57-
- Balancing between Scaleway resources (Instances, Elastic Metal servers, Dedibox) identified by public or private IP, or between non-SCW resources with selected plans
64+
- Balancing between Scaleway resources (Instances, Elastic Metal servers, Dedibox) identified by public or private IP, or between non-SCW resources with selected plans
5865
- Configurable balancing method: round-robin, least connections, first available
5966
- Proxy Protocol
6067
- Sticky sessions (IP-based or cookie-based)
@@ -76,7 +83,7 @@ The process for creating a Scaleway Load Balancer is different to that of AWS. W
7683
| AWS | Scaleway |
7784
|----------------------------------------------------------|-------------------------------------------------------------|
7885
| 1. Configure target group | 1. Create Load Balancer (AZ, commercial type, public and/or private IP) |
79-
| 2. Choose and create load balancer type (Network / Application etc) | 2. Create and configure frontend (port)
86+
| 2. Choose and create load balancer type (Network / Application etc) | 2. Create and configure frontend (port)
8087
| 3. Configure load balancer and listener | 3. Create and configure backend (port, protocol, traffic management, backend server IP addresses, advanced settings, health checks) |
8188
| | 4. Configure additional settings (SSL/TLS certs, ACLs, routes, HTTP3, Edge Services, additional frontends and backends etc.) |
8289

pages/managed-databases-for-postgresql-and-mysql/reference-content/migrating-databases.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ description: Learn how to migrate your PostgreSQL and MySQL databases to Scalewa
44
tags: databases postgresql mysql migration managed-databases
55
dates:
66
validation: 2025-06-26
7+
products:
8+
- postgresql-and-mysql
9+
difficulty: beginner
10+
usecase:
11+
- migration
12+
ecosystem:
13+
- scaleway
714
---
815

916
Scaleway Managed Databases allows you to run your Database Instances without setting up or managing infrastructure. Scaleway is responsible for implementing and maintaining features that improve the performance, scalability, security and high-availability of your Database Instances.

pages/managed-mongodb-databases/additional-content/migrating-to-managed-mongodb.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ description: Learn how to migrate your MongoDB® databases to Scaleway Managed M
44
tags: databases mongodb migration managed-databases
55
dates:
66
validation: 2025-06-26
7+
products:
8+
- mongodb
9+
difficulty: beginner
10+
usecase:
11+
- migration
12+
ecosystem:
13+
- scaleway
714
---
815

916
Scaleway Managed MongoDB® allows you to run your Database Instances without setting up or managing infrastructure. Scaleway is responsible for implementing and maintaining features that improve the performance, scalability and security of your Database Instances.

pages/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ tags: serverless containers registry import copy migrate skopeo docker
55
dates:
66
validation: 2025-11-18
77
posted: 2021-11-06
8+
products:
9+
- serverless-containers
10+
- container-registry
11+
difficulty: beginner
12+
usecase:
13+
- migration
14+
ecosystem:
15+
- scaleway
816
---
917
import Requirements from '@macros/iam/requirements.mdx'
1018
import ContainerRegistryNote from '@macros/serverless/container-registry-note.mdx'
@@ -46,7 +54,7 @@ This page explains how to migrate images from public external container registri
4654

4755
2. Run the command below to log in to the Scaleway Container Registry. Make sure to specify the desired region:
4856

49-
```
57+
```
5058
skopeo login rg.fr-par.scw.cloud -u nologin -p $SCW_SECRET_KEY
5159
```
5260

pages/serverless-containers/reference-content/migrate-to-serverless-containers.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ tags: migration switch change adopt serverless containers go serverless try k8s
55
dates:
66
validation: 2025-08-27
77
posted: 2025-08-27
8+
products:
9+
- serverless-containers
10+
difficulty: beginner
11+
usecase:
12+
- migration
13+
ecosystem:
14+
- scaleway
815
---
916

1017
This guide is designed for developers and operators who are currently running workloads on Kubernetes or traditional virtual machines, and are considering a migration to [Serverless Containers](/serverless-containers/concepts/#serverless-containers).

0 commit comments

Comments
 (0)