From dafb9fc86bb306d465c88e1ae7c413e942a3c5f2 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Thu, 8 Jan 2026 11:45:22 +0100 Subject: [PATCH 1/4] docs(use-cases): add deploy containerized apps doc MTA-6639 --- .../deploy-containerized-apps.mdx | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 pages/use-cases/application-hosting/deploy-containerized-apps.mdx diff --git a/pages/use-cases/application-hosting/deploy-containerized-apps.mdx b/pages/use-cases/application-hosting/deploy-containerized-apps.mdx new file mode 100644 index 0000000000..1d6ca4e108 --- /dev/null +++ b/pages/use-cases/application-hosting/deploy-containerized-apps.mdx @@ -0,0 +1,48 @@ +--- +title: Running Containerized Applications with Scaleway +description: Running Containerized Applications on Scaleway: A Deep Dive into Serverless, Kubernetes, and Virtual Instances +tags: +dates: + validation: 2026-01-08 + posted: 2026-01-08 +--- + +Choosing the Right Way to Run Containers on Scaleway + +An overview of Serverless Containers, Kapsule (Kubernetes), and Virtual Instances to help you deploy containerized apps effectively. + +## Assessing your needs + +Understand key factors like control, scalability, expertise, and application state to guide your choice. + +## Serverless Containers: deploy Fast, scale automatically + +Fully managed, pay-per-use containers ideal for stateless apps and rapid deployment with zero operational overhead. + +-> from image to running app in minutes + +## Kapsule: managed Kubernetes for scalable workloads + +A CNCF-certified, production-ready Kubernetes service for microservices, auto-scaling, and resilient applications. + +-> Robust scalable infra with high control + +## Instances: full control over your environment + +Run containers on flexible VMs with full root access, ideal for custom runtimes, licensing, or advanced networking needs. + +-> Flexibility on container management solution (containerd / podman / compose / k3s & microk8s) + +## How to choose: use case comparison + +Compare solutions side-by-side and pick the best fit based on speed, control, cost, and technical requirements. + +Different scenarios (quick vs big vs flex) + +## Leveraging Scaleway Container Registry + +all images in one place aloowing to easily deploy, scale, update, move, remove apps + +## Best practices & next steps + +Follow deployment, security, and automation tips to get the most out of your chosen platform. \ No newline at end of file From d88460adc19fed8311499f9879aa2f8b36ad3964 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Thu, 8 Jan 2026 11:49:57 +0100 Subject: [PATCH 2/4] docs(use-cases): add deploy containerized apps doc MTA-6639 --- .../deploy-containerized-apps.mdx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/use-cases/application-hosting/deploy-containerized-apps.mdx b/pages/use-cases/application-hosting/deploy-containerized-apps.mdx index 1d6ca4e108..0897f66a81 100644 --- a/pages/use-cases/application-hosting/deploy-containerized-apps.mdx +++ b/pages/use-cases/application-hosting/deploy-containerized-apps.mdx @@ -7,10 +7,12 @@ dates: posted: 2026-01-08 --- -Choosing the Right Way to Run Containers on Scaleway +## Intro An overview of Serverless Containers, Kapsule (Kubernetes), and Virtual Instances to help you deploy containerized apps effectively. +-> + ## Assessing your needs Understand key factors like control, scalability, expertise, and application state to guide your choice. @@ -37,12 +39,14 @@ Run containers on flexible VMs with full root access, ideal for custom runtimes, Compare solutions side-by-side and pick the best fit based on speed, control, cost, and technical requirements. -Different scenarios (quick vs big vs flex) +-> Different scenarios (quick vs big vs flex) ## Leveraging Scaleway Container Registry -all images in one place aloowing to easily deploy, scale, update, move, remove apps +-> all images in one place aloowing to easily deploy, scale, update, move, remove apps ## Best practices & next steps -Follow deployment, security, and automation tips to get the most out of your chosen platform. \ No newline at end of file +Follow deployment, security, and automation tips to get the most out of your chosen platform. + +-> links to docs / tutorials \ No newline at end of file From 72e6130b864c53ff83b83a10c66104d847a43b75 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Thu, 8 Jan 2026 12:00:27 +0100 Subject: [PATCH 3/4] docs(use-cases): update --- .../deploy-containerized-apps.mdx | 23 +++++++++++++++---- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/pages/use-cases/application-hosting/deploy-containerized-apps.mdx b/pages/use-cases/application-hosting/deploy-containerized-apps.mdx index 0897f66a81..fad07a87aa 100644 --- a/pages/use-cases/application-hosting/deploy-containerized-apps.mdx +++ b/pages/use-cases/application-hosting/deploy-containerized-apps.mdx @@ -7,15 +7,20 @@ dates: posted: 2026-01-08 --- +-> General comments + - No links in product sections to avoid losing user + - Mermaid graphs ? + - + ## Intro An overview of Serverless Containers, Kapsule (Kubernetes), and Virtual Instances to help you deploy containerized apps effectively. --> +-> one line per product with key differentiator ## Assessing your needs -Understand key factors like control, scalability, expertise, and application state to guide your choice. +Understand key factors like control, scalability, expertise, and application state to guide your choice. ## Serverless Containers: deploy Fast, scale automatically @@ -45,8 +50,16 @@ Compare solutions side-by-side and pick the best fit based on speed, control, co -> all images in one place aloowing to easily deploy, scale, update, move, remove apps -## Best practices & next steps +## Storage + +Instances: Local / Block / File +K8s: PVs using Scaleway CSI driver +Serverless Containers: any storage backend set up at the app level + + +## Next steps -Follow deployment, security, and automation tips to get the most out of your chosen platform. +Follow dedicated guides to get the most out of your chosen platform. --> links to docs / tutorials \ No newline at end of file +-> links to docs / tutorials +-> Sécu \ No newline at end of file From 527ea295706f8cfb801b325957d950878b7cd0ca Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Thu, 8 Jan 2026 12:04:20 +0100 Subject: [PATCH 4/4] docs(use-cases): update --- .../deploy-containerized-apps.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/use-cases/application-hosting/deploy-containerized-apps.mdx b/pages/use-cases/application-hosting/deploy-containerized-apps.mdx index fad07a87aa..34857d56f4 100644 --- a/pages/use-cases/application-hosting/deploy-containerized-apps.mdx +++ b/pages/use-cases/application-hosting/deploy-containerized-apps.mdx @@ -18,29 +18,29 @@ An overview of Serverless Containers, Kapsule (Kubernetes), and Virtual Instance -> one line per product with key differentiator -## Assessing your needs +## Assessing your needs Understand key factors like control, scalability, expertise, and application state to guide your choice. -## Serverless Containers: deploy Fast, scale automatically +## Serverless Containers: deploy Fast, scale automatically Fully managed, pay-per-use containers ideal for stateless apps and rapid deployment with zero operational overhead. -> from image to running app in minutes -## Kapsule: managed Kubernetes for scalable workloads +## Kapsule: managed Kubernetes for scalable workloads A CNCF-certified, production-ready Kubernetes service for microservices, auto-scaling, and resilient applications. -> Robust scalable infra with high control -## Instances: full control over your environment +## Instances: full control over your environment Run containers on flexible VMs with full root access, ideal for custom runtimes, licensing, or advanced networking needs. -> Flexibility on container management solution (containerd / podman / compose / k3s & microk8s) -## How to choose: use case comparison +## How to choose: use case comparison Compare solutions side-by-side and pick the best fit based on speed, control, cost, and technical requirements. @@ -57,7 +57,7 @@ K8s: PVs using Scaleway CSI driver Serverless Containers: any storage backend set up at the app level -## Next steps +## Next steps Follow dedicated guides to get the most out of your chosen platform.