# scaleway

Published articles for scaleway.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Cloud Sovereignty, Provider Risk, and Migration Options for EU Companies

DevFeed: [Cloud Sovereignty, Provider Risk, and Migration Options for EU Companies](<https://devfeed.tech/articles/beyond-the-hyperscalers-what-actually-protects-you-31468.md>)

Original publisher: [Read original article](<https://www.pulumi.com/blog/beyond-the-hyperscalers-what-actually-protects-you/>)

Author: Adam Gordon Bell

Published: 2026-09-16T13:00:00Z

Content type: opinion

Language: en

Sources: [Pulumi](<https://devfeed.tech/sources/pulumi.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [migration](<https://devfeed.tech/topics/migration.md>), [pulumi](<https://devfeed.tech/topics/pulumi.md>), [Security](<https://devfeed.tech/topics/security.md>), [scaleway](<https://devfeed.tech/topics/scaleway.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [azure](<https://devfeed.tech/tags/azure.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [customers](<https://devfeed.tech/tags/customers.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [migration](<https://devfeed.tech/tags/migration.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [pulumi](<https://devfeed.tech/tags/pulumi.md>), [scaleway](<https://devfeed.tech/tags/scaleway.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This recorded discussion examines cloud sovereignty, legal and cost concerns for EU companies using major US cloud providers, and the practical tradeoffs of moving to European providers. Three guests discuss provider exposure, encryption and account shutdown risks, migration costs, and whether Pulumi and agentic infrastructure can make future moves easier.

### Source excerpt

Recorded September 3, 2026. Quotes are lightly edited for clarity. Maybe this sounds familiar. You run infrastructure at a company that isn't American. Your workloads are on AWS, Azure, or Google Cloud, probably more than one, because that is what everyone picked. Until recently nobody asked you where the data lives or who can reach it. Now you're getting questions. Legal wants to know what NIS2 means for where your systems run. Someone on the leadership team read that the US government locked the cloud accounts of judges at the International Criminal Court and wants to know if that could happen to you. Finance wants to know why the bill went up again. A customer's security review asked, in writing, which country your data sits in. So now you have questions of your own: If a US court or agency wants my data, can they get it from my provider without involving me? Does putting everything in an EU region change that? The big providers now sell "sovereign cloud" in Europe. Is that different, or a rename? If I encrypt everything and hold the keys myself, am I covered? Could my account be switched off one day? What would I do? Are Hetzner, OVH, and Scaleway usable for real workloads? How much cheaper are they once you count the migration? What should I be building on now so I can leave later if I need to? A migration like this used to be a multi-year project. Does Pulumi and agentic infrastructure change that? Is any of this worth the disruption, or should I leave what works alone? I put those questions to three people who have each dealt with this for real. One of them helps EU companies work out their exposure and builds the tooling to leave. Another has spent fifteen years sizing what cloud actually costs, and thinks most people should stay put. The third moved his company off AWS and onto a European provider. They don't agree on how big the risk is. The full hour is below. Don't just default to the hyperscalers Waldemar Kindler co-founded Think Ahead Technologies, whe

## SecretSpec 0.17: scopes, secrets caching, SOPS, age, and systemd credentials

DevFeed: [SecretSpec 0.17: scopes, secrets caching, SOPS, age, and systemd credentials](<https://devfeed.tech/articles/secretspec-0-17-scopes-secrets-caching-sops-age-and-systemd-credentials-31363.md>)

Original publisher: [Read original article](<https://discourse.nixos.org/t/secretspec-0-17-scopes-secrets-caching-sops-age-and-systemd-credentials/79184>)

Author: domenkozar

Published: 2026-07-27T04:36:14Z

Content type: release

Language: en

Sources: [Announcements - NixOS Discourse](<https://devfeed.tech/sources/announcements-nixos-discourse.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [forgejo](<https://devfeed.tech/topics/forgejo.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [caching](<https://devfeed.tech/tags/caching.md>), [forgejo](<https://devfeed.tech/tags/forgejo.md>), [github](<https://devfeed.tech/tags/github.md>), [jwt](<https://devfeed.tech/tags/jwt.md>), [oidc](<https://devfeed.tech/tags/oidc.md>), [scaleway](<https://devfeed.tech/tags/scaleway.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [systemd](<https://devfeed.tech/tags/systemd.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

### AI overview

SecretSpec 0.17 adds scoped secret resolution, caching for slow remote providers, cross-secret validation, JWT/OIDC authentication for Vault and OpenBao, GitHub and Forgejo Actions support, and six new providers. Its SDKs also gain scope support, requiring applications to upgrade the SDK package and bundled native resolver together.

### Source excerpt

Hi all, We've released SecretSpec 0.17 with: scopes: consumers can now resolve only the secrets it declares, instead of receiving an entire profile. Secrets caching for slow remote providers, with configurable freshness and explicit invalidation. Cross-secret validation, including "at least one" and "exactly one" credential groups. JWT/OIDC authentication for Vault and OpenBao. A new GitHub and Forgejo Action that resolves, masks, and exposes secrets to later workflow steps. Six new providers: SOPS, age, KeePass KDBX, OpenBao, Scaleway Secret Manager, and systemd credentials. All SecretSpec SDKs have been updated with scope support. This required an FFI change, so applications should upgrade the SDK package and bundled native resolver together. Read the release blog post post or see the GitHub release. Domen Disclaimer: LLMs have been used in all the work delivered 1 post - 1 participant Read full topic

## Community Update - Week 27

DevFeed: [Community Update - Week 27](<https://devfeed.tech/articles/community-update-week-27-31150.md>)

Original publisher: [Read original article](<https://communityblog.fedoraproject.org/community-update-week-27/>)

Author: lenkaseg

Published: 2026-07-03T11:00:00Z

Content type: news

Language: en

Sources: [Fedora Community Blog](<https://devfeed.tech/sources/fedora-community-blog.md>)

Topics: [Fedora](<https://devfeed.tech/topics/fedora.md>), [release engineering](<https://devfeed.tech/topics/release-engineering.md>), [RISC-V](<https://devfeed.tech/topics/riscv.md>), [forgejo](<https://devfeed.tech/topics/forgejo.md>), [scaleway](<https://devfeed.tech/topics/scaleway.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [centos-stream](<https://devfeed.tech/tags/centos-stream.md>), [community-update](<https://devfeed.tech/tags/community-update.md>), [fedora-project-community](<https://devfeed.tech/tags/fedora-project-community.md>), [forgejo](<https://devfeed.tech/tags/forgejo.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [release-engineering](<https://devfeed.tech/tags/release-engineering.md>), [report](<https://devfeed.tech/tags/report.md>), [risc-v](<https://devfeed.tech/tags/risc-v.md>), [scaleway](<https://devfeed.tech/tags/scaleway.md>)

### AI overview

A Fedora CLE Team report covering community work from 29 June to 3 July 2026. It summarizes infrastructure operations, CentOS infrastructure, release engineering, RISC-V hardware and builder efforts, migration work, process discussions, packager 2FA discussions, meetings, and an AI-related script improvement.

### Source excerpt

This is a report created by CLE Team, which is a team containing community members working in various Fedora groups for example Infrastructure, Release Engineering, Quality etc. This team is also moving forward some initiatives inside Fedora project. Week: 29 June - 3 July 2026 Fedora Infrastructure This team is taking care of day to [...] The post Community Update - Week 27 appeared first on Fedora Community Blog.

## Monitor Scaleway with Datadog

DevFeed: [Monitor Scaleway with Datadog](<https://devfeed.tech/articles/monitor-scaleway-with-datadog-2298.md>)

Original publisher: [Read original article](<https://www.datadoghq.com/blog/monitor-scaleway-with-datadog/>)

Author: Ellie Cohen; Eddie Cai

Published: 2026-06-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [Datadog | The Monitor blog](<https://devfeed.tech/sources/datadog-the-monitor-blog.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [datadog agent](<https://devfeed.tech/topics/datadog-agent.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [audit trail](<https://devfeed.tech/topics/audit-trail.md>), [incident](<https://devfeed.tech/topics/incident.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [API](<https://devfeed.tech/topics/api.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [audit-trail](<https://devfeed.tech/tags/audit-trail.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [database](<https://devfeed.tech/tags/database.md>), [datadog-agent](<https://devfeed.tech/tags/datadog-agent.md>), [incident](<https://devfeed.tech/tags/incident.md>), [infrastructure-monitoring](<https://devfeed.tech/tags/infrastructure-monitoring.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [log-management](<https://devfeed.tech/tags/log-management.md>), [logs](<https://devfeed.tech/tags/logs.md>), [scaleway](<https://devfeed.tech/tags/scaleway.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [traces](<https://devfeed.tech/tags/traces.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

This post explains how the Datadog Scaleway integration collects telemetry from Scaleway Cockpit and Audit Trail, deploys the Datadog Agent on Scaleway compute instances, and monitors Kubernetes workloads. It also shows how to search and correlate Scaleway logs with infrastructure metrics, application logs, and traces in Datadog.

### Source excerpt

Use the Datadog Scaleway integration to collect logs from Cockpit and Audit Trail and monitor Scaleway alongside your other cloud providers.

## Scaleway on Hugging Face Inference Providers 🔥

DevFeed: [Scaleway on Hugging Face Inference Providers 🔥](<https://devfeed.tech/articles/scaleway-on-hugging-face-inference-providers-7284.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/inference-providers-scaleway>)

Author: Guillaume Noale; Franck Pagny; Fred Bardolle; Guillaume Calmettes; Constance Morales; Célina Hanouti; Julien Chaumond; Simon Brandeis; Lucain Pouget

Published: 2025-09-19T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [scaleway](<https://devfeed.tech/topics/scaleway.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [inference-providers](<https://devfeed.tech/topics/inference-providers.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [gpt-oss](<https://devfeed.tech/topics/gpt-oss.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Sovereign AI](<https://devfeed.tech/topics/sovereign-ai.md>)

Tags: [api-keys](<https://devfeed.tech/tags/api-keys.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [function-calling](<https://devfeed.tech/tags/function-calling.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [gpt-oss](<https://devfeed.tech/tags/gpt-oss.md>), [hub](<https://devfeed.tech/tags/hub.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-providers](<https://devfeed.tech/tags/inference-providers.md>), [llms](<https://devfeed.tech/tags/llms.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [partnerships](<https://devfeed.tech/tags/partnerships.md>), [providers](<https://devfeed.tech/tags/providers.md>), [qwen3](<https://devfeed.tech/tags/qwen3.md>), [scaleway](<https://devfeed.tech/tags/scaleway.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [text-generation](<https://devfeed.tech/tags/text-generation.md>)

### AI overview

Hugging Face announces Scaleway as a supported Inference Provider on the Hugging Face Hub. The integration provides serverless access to open-weight and frontier AI models through model pages, client SDKs, and APIs, with European data centers, pay-per-token pricing, low latency, and production-oriented features.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Demystifying European Digital Sovereignty

DevFeed: [Demystifying European Digital Sovereignty](<https://devfeed.tech/articles/demystifying-european-digital-sovereignty-36353.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/demystifying-european-digital-sovereignty/>)

Published: 2021-07-13T19:15:30Z

Content type: opinion

Language: en

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

Topics: [digital sovereignty](<https://devfeed.tech/topics/digital-sovereignty.md>), [scaleway](<https://devfeed.tech/topics/scaleway.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [data](<https://devfeed.tech/tags/data.md>), [digital-autonomy](<https://devfeed.tech/tags/digital-autonomy.md>), [digital-sovereignty](<https://devfeed.tech/tags/digital-sovereignty.md>), [europe](<https://devfeed.tech/tags/europe.md>), [gdpr](<https://devfeed.tech/tags/gdpr.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [law](<https://devfeed.tech/tags/law.md>), [panel](<https://devfeed.tech/tags/panel.md>), [sas](<https://devfeed.tech/tags/sas.md>), [scaleway](<https://devfeed.tech/tags/scaleway.md>)

### AI overview

The article reflects on a panel about European digital sovereignty. It argues that Europe's reliance on foreign platforms for digital communication services raises concerns about data access, legal protection, and future dependence, and discusses regulation and stronger European digital services as possible responses.

### Source excerpt

This article is part of a series on (European) innovation and capabilities. Recently I participated in a very useful panel that aimed to demystify European digital sovereignty. Even though we spoke for more than an hour (video), we obviously were not able to fix all of Europe's sovereignty problems! The event was organized by Scaleway (previously Online SAS or Online.net), a 100% subsidiary of what I think is Europe's most innovative telecommunications company, Iliad.