<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OVHcloud Blog</title>
	<atom:link href="https://blog.ovhcloud.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ovhcloud.com/</link>
	<description>Innovation for Freedom</description>
	<lastBuildDate>Thu, 30 Apr 2026 13:42:20 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.ovhcloud.com/wp-content/uploads/2019/07/cropped-cropped-nouveau-logo-ovh-rebranding-32x32.gif</url>
	<title>OVHcloud Blog</title>
	<link>https://blog.ovhcloud.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Copy.Fail (CVE-2026-31431): How to Rapidly Protect OVHcloud MKS Clusters from the Linux Kernel Zero-Day</title>
		<link>https://blog.ovhcloud.com/copy-fail-cve-2026-31431-how-to-rapidly-protect-ovhcloud-mks-clusters-from-the-linux-kernel-zero-day/</link>
		
		<dc:creator><![CDATA[Aurélie Vache]]></dc:creator>
		<pubDate>Thu, 30 Apr 2026 13:42:17 +0000</pubDate>
				<category><![CDATA[OVHcloud Engineering]]></category>
		<category><![CDATA[Tranches de Tech & co]]></category>
		<category><![CDATA[OVHcloud]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=31485</guid>

					<description><![CDATA[A newly disclosed Linux kernel zero-day, CVE-2026-31431, &#8220;Copy.Fail&#8221;, is one of the most serious privilege-escalation vulnerabilities in recent years. Discovered by Theori and publicly disclosed on April 29, 2026, Copy.Fail is a Linux kernel zero-day that roots every distribution since 2017. Unlike many local privilege-escalation flaws that depend on race conditions, kernel address leaks, or [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fcopy-fail-cve-2026-31431-how-to-rapidly-protect-ovhcloud-mks-clusters-from-the-linux-kernel-zero-day%2F&amp;action_name=Copy.Fail%20%28CVE-2026-31431%29%3A%20How%20to%20Rapidly%20Protect%20OVHcloud%20MKS%20Clusters%20from%20the%20Linux%20Kernel%20Zero-Day&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter size-large is-resized"><img fetchpriority="high" decoding="async" width="1024" height="683" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/ChatGPT-Image-30-avr.-2026-15_38_36-1024x683.png" alt="" class="wp-image-31492" style="aspect-ratio:1.4992503748125936;width:406px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/ChatGPT-Image-30-avr.-2026-15_38_36-1024x683.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/ChatGPT-Image-30-avr.-2026-15_38_36-300x200.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/ChatGPT-Image-30-avr.-2026-15_38_36-768x512.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/ChatGPT-Image-30-avr.-2026-15_38_36.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>A newly disclosed Linux kernel zero-day, <a href="https://app.opencve.io/cve/CVE-2026-31431" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">CVE-2026-31431</a>, &#8220;<strong>Copy.Fail&#8221;,</strong> is one of the most serious privilege-escalation vulnerabilities in recent years.</p>



<p>Discovered by Theori and publicly disclosed on April 29, 2026, <a href="https://copy.fail/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Copy.Fail</a> is a Linux kernel zero-day that roots every distribution since 2017. Unlike many local privilege-escalation flaws that depend on race conditions, kernel address leaks, or distribution-specific behavior, Copy.Fail is alarmingly reliable: it works consistently across mainstream Linux distributions with only a standard user account.</p>



<h3 class="wp-block-heading">Why the CVE-2026-31431 is dangerous?</h3>



<p>Copy.Fail abuses a logic flaw in the Linux kernel’s<strong> <code>algif_aead</code></strong> crypto module, introduced through a 2017 optimization. By manipulating the kernel’s AF_ALG crypto interface, an attacker can write controlled data into the Linux page cache (the in-memory representation of trusted system binaries).</p>



<p>This allows attackers to temporarily hijack binaries like <code>/usr/bin/su</code> <strong>without modifying the file on disk</strong>.</p>



<p>In practical terms:</p>



<ul class="wp-block-list">
<li>A normal user can become root</li>



<li>A compromised container can escape to the host</li>



<li>A malicious CI job can root its runner</li>



<li>Shared infrastructure becomes vulnerable across tenants</li>



<li>Disk forensics may show no file tampering because only RAM is altered</li>
</ul>



<p>This makes Copy.Fail especially dangerous for:</p>



<ul class="wp-block-list">
<li>Kubernetes clusters</li>



<li>CI/CD systems</li>



<li>Shared development environments</li>



<li>Cloud notebook platforms</li>



<li>Multi-tenant container infrastructure</li>
</ul>



<h3 class="wp-block-heading">How to patch it easily in your MKS clusters?</h3>



<p>OVHcloud is preparing patched MKS versions including the upstream kernel fix. Patched versions are expected to be available <strong>30 April 2026</strong>, at <strong>16:00 UTC+2</strong>.</p>



<p>While waiting for the next MKS release, here is a <strong>DaemonSet</strong> manifest that you can apply in your MKS clusters in order to mitigate the vulnerability.</p>



<p>Create a <strong>patch-copy-fail-cve </strong>file with the following content:</p>



<pre class="wp-block-code"><code class="">apiVersion: apps/v1<br>kind: DaemonSet<br>metadata:<br>  name: patch-copy-fail-cve<br>  labels:<br>    app: patch-copy-fail-cve<br>  namespace: default<br>spec:<br>  selector:<br>    matchLabels:<br>      app: patch-copy-fail-cve<br>  updateStrategy:<br>    type: RollingUpdate<br>    rollingUpdate:<br>      maxSurge: 0<br>      maxUnavailable: 100%<br>  template:<br>    metadata:<br>      labels:<br>        app: patch-copy-fail-cve<br>    spec:<br>      hostPID: true<br>      priorityClassName: system-node-critical<br>      volumes:<br>        - name: root-mount<br>          hostPath:<br>            path: /<br>            type: Directory<br>      initContainers:<br>        - image: mks.kubernatine.ovh/docker.io/library/busybox:1.36.1<br>          name: patch-copy-fail-cve<br>          command: ["/bin/bash", "-c"]<br>          args:<br>            - |<br>              tee /etc/modprobe.d/disable-algif-aead.conf &lt;&lt;&lt;'install algif_aead /bin/false'<br>              rmmod algif_aead 2&gt;/dev/null<br>              update-initramfs -u<br>          securityContext:<br>            privileged: true<br>            runAsUser: 0<br>          volumeMounts:<br>            - name: root-mount<br>              mountPath: /<br>      containers:<br>        - image: "mks.kubernatine.ovh/registry.k8s.io/pause:3.10.1"<br>          name: pause     </code></pre>



<p>Apply it:</p>



<pre class="wp-block-code"><code class="">kubectl apply -f patch-copy-fail-cve.yaml</code></pre>



<p>⚠️ This mitigation has been tested on OVHcloud internal test clusters. Applying it to your own service remains under your responsibility.</p>



<p>If the vulnerability has already been exploited on your cluster, this mitigation will not remediate any pre-existing compromise.<br>The recommended remediation remains the official security release, which will be made available as soon as possible.</p>



<p>Read more about the mitigation: <a href="https://github.com/rootsecdev/cve_2026_31431#mitigation" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">https://github.com/rootsecdev/cve_2026_31431#mitigation</a></p>



<p></p>



<p></p>
<img decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fcopy-fail-cve-2026-31431-how-to-rapidly-protect-ovhcloud-mks-clusters-from-the-linux-kernel-zero-day%2F&amp;action_name=Copy.Fail%20%28CVE-2026-31431%29%3A%20How%20to%20Rapidly%20Protect%20OVHcloud%20MKS%20Clusters%20from%20the%20Linux%20Kernel%20Zero-Day&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What’s new with the OVHcloud Developer Advocate team &#8211; April 2026</title>
		<link>https://blog.ovhcloud.com/whats-new-with-the-ovhcloud-developer-advocate-team-april-2026/</link>
		
		<dc:creator><![CDATA[Stéphane Philippart]]></dc:creator>
		<pubDate>Wed, 29 Apr 2026 12:03:38 +0000</pubDate>
				<category><![CDATA[Tranches de Tech & co]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Developer Advocate]]></category>
		<category><![CDATA[OVHcloud]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=31431</guid>

					<description><![CDATA[Every month, the OVHcloud Developer Advocate team creates content, shares knowledge, and connects with the tech community. Here’s a look at what we did in April 2026. 🚀 🎙️ “Tranches de Tech” – Our monthly podcast A new episode of our French-language podcast Tranches de Tech 🥑 just dropped! 🎧 Episode 27: Tranches de Tech [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fwhats-new-with-the-ovhcloud-developer-advocate-team-april-2026%2F&amp;action_name=What%E2%80%99s%20new%20with%20the%20OVHcloud%20Developer%20Advocate%20team%20%26%238211%3B%20April%202026&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter size-large"><img decoding="async" width="1024" height="576" src="https://blog.ovhcloud.com/wp-content/uploads/2026/03/talks-1024x576.jpg" alt="An advocate giving a talk" class="wp-image-30934" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/03/talks-1024x576.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/03/talks-300x169.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/03/talks-768x432.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/03/talks-1536x864.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/03/talks.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p>Every month, the OVHcloud Developer Advocate team creates content, shares knowledge, and connects with the tech community. Here’s a look at what we did in April 2026. 🚀</p>



<h3 class="wp-block-heading">🎙️ “Tranches de Tech” – Our monthly podcast</h3>



<p>A new episode of our French-language podcast Tranches de Tech 🥑 just dropped!</p>



<h5 class="wp-block-heading">🎧 Episode 27: T<a href="https://podcast.ausha.co/tranches-de-tech/tranches-de-tech-26-poppy-au-service-des-autres" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">ranches de Tech 26 &#8211; Poppy au service des autres</a></h5>



<p>This episode of Tranches de Tech features Annabelle Koster, who shares her journey from tech recruiter to community ambassador, highlighting how she overcame impostor syndrome by actively learning and engaging with developers. She emphasizes the importance of community, conferences, and volunteering in building meaningful connections and personal growth. The discussion also explores the evolving role of AI as a productivity tool in her daily work. Ultimately, the episode underlines that, despite technological advances, human interaction, sharing, and mutual support remain at the heart of the tech ecosystem.</p>



<h3 class="wp-block-heading">📺 Live on Twitch</h3>



<p>We streamed live on&nbsp;<a href="https://www.twitch.tv/ovhcloud_com" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Twitch</a>&nbsp;this month! Here’s what we covered:<br>🎥 Rémy Vandepoel discussed with Antonin Anchisi and Aurélie Vache about our Manages Kubernetes Service (MKS) and some feedbacks about the KubeCon Europe 2026. <br>Catch the replay on&nbsp;<a href="https://www.youtube.com/watch?v=nqKDjfDxWno" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">YouTube ▶️</a>.</p>



<h3 class="wp-block-heading">🎤 Conference Talks</h3>



<p>The team hit the road (and the stage) at several conferences this month:</p>



<h5 class="wp-block-heading" id="kubecon-amsterdam---amsterdam-netherlands-">🇫🇷 <a href="https://mixitconf.org/en/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">MiXiT</a> &#8211; Lyon, France 🇫🇷</h5>



<p>Aurélie Vache gave a talk: <a href="https://mixitconf.org/2026/comprendre-kubernetes-de-maniere-visuelle" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Comprendre Kubernetes de manière visuelle</a></p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="825" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-aurelie-1-1024x825.jpg" alt="" class="wp-image-31433" style="width:600px" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-aurelie-1-1024x825.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-aurelie-1-300x242.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-aurelie-1-768x619.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-aurelie-1-1536x1237.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-aurelie-1.jpg 1886w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p id="voxxed-days-zurich---zurich-switzerland-">Stéphane Philippart gave a workshop: <a href="https://mixitconf.org/en/2026/developper-avec-l-ia-et-si-c-etait-aussi-simple-qu-ajouter-une-librairie-" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Développer avec l&#8217;IA : et si c&#8217;était aussi simple qu&#8217;ajouter une librairie ?</a></p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="576" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-steph-1024x576.jpg" alt="" class="wp-image-31464" style="width:640px" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-steph-1024x576.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-steph-300x169.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-steph-768x432.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-steph-1536x864.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/mixit-steph-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<h5 class="wp-block-heading">🇫🇷 <a href="https://www.devoxx.fr/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Devoxx France</a> &#8211; Paris, France 🇫🇷</h5>



<p>Aurélie Vache gave a talk: <a href="https://m.devoxx.com/events/devoxxfr2026/talks/2723/question-pour-un-cluster-kubernetes-quiz-sur-kubernetes-ses-concepts" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Question pour un cluster Kubernetes : Quiz sur Kubernetes &amp; ses concepts</a></p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxxfr-aurelie-1-1-1024x768.jpg" alt="" class="wp-image-31440" style="width:640px" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxxfr-aurelie-1-1-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxxfr-aurelie-1-1-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxxfr-aurelie-1-1-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxxfr-aurelie-1-1-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxxfr-aurelie-1-1.jpg 2000w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Stéphane Philippart gave a talk and a workshop (with Mathieu Busquet):<br> &#8211; <a href="https://m.devoxx.com/events/devoxxfr2026/talks/5586/-apprendre-notre-ia-apprendre-" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">🤖 Apprendre à notre IA à … apprendre 🧠</a><br> &#8211; <a href="https://m.devoxx.com/events/devoxxfr2026/talks/2745/dvelopper-avec-lia-et-si-ctait-aussi-simple-quajouter-une-librairie-" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Développer avec l&#8217;IA : et si c&#8217;était aussi simple qu&#8217;ajouter une librairie ?</a></p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="576" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxx-mat-steph-1024x576.jpg" alt="" class="wp-image-31465" style="width:640px" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxx-mat-steph-1024x576.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxx-mat-steph-300x169.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxx-mat-steph-768x432.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxx-mat-steph-1536x864.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/devoxx-mat-steph-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading" id="-community-engagement">📝 Our latest blog posts</h3>



<p>Here are the articles our team published on the OVHcloud Blog this month.</p>



<h5 class="wp-block-heading">📝 <a href="https://blog.ovhcloud.com/extract-text-from-images-with-ocr-using-python-and-ovhcloud-ai-endpoints/" data-wpel-link="internal">Extract Text from Images with OCR using Python and OVHcloud AI Endpoints</a> — by Stéphane Philippart</h5>



<p>This blog post explains how to perform OCR (Optical Character Recognition) using a vision-capable language model via AI Endpoints and Python. It shows that, instead of traditional OCR tools, developers can send images directly to a multimodal model using the OpenAI-compatible API to extract text while preserving layout. The tutorial walks through a simple Python script, including environment setup, image encoding in base64, and API calls. Overall, it highlights how modern vision LLMs simplify OCR workflows, making text extraction more flexible and easier to implement.</p>



<h5 class="wp-block-heading">📝 <a href="https://blog.ovhcloud.com/discover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%f0%9f%8e%89/" data-wpel-link="internal">Discover the External Secret Operator (ESO) OVHcloud Provider to manage your Kubernetes secrets 🎉</a> &#8211; by Aurélie Vache</h5>



<p>This blog post introduces a new provider for the External Secrets Operator (ESO) that integrates directly with OVHcloud Secret Manager, simplifying how secrets are handled in Kubernetes. It explains how ESO works by synchronizing secrets from external systems into Kubernetes and automatically updating them when changes occur. The tutorial walks through the full setup, including creating a secret in OVHcloud, configuring authentication, and deploying resources like ClusterSecretStore and ExternalSecret. Overall, the article highlights how this new provider streamlines secret management and improves integration between OVHcloud services and Kubernetes environments.</p>



<h5 class="wp-block-heading">📝 <a href="https://blog.ovhcloud.com/kubecon-cloudnativecon-europe-2026-in-amsterdam-feedback-and-highlights/" data-wpel-link="internal">KubeCon + CloudNativeCon Europe 2026 in Amsterdam: feedback and highlights</a> by Aurélie Vache and Rémy Vandepoel</h5>



<p>The post highlights KubeCon + CloudNativeCon Europe 2026 as strongly shaped by the rise of AI, pushing cloud-native toward an “AI-native” paradigm. OVHcloud emphasizes sovereign cloud principles, focusing on openness, reversibility, and performance. The event featured rich technical discussions, demos, and exchanges around Kubernetes and demanding workloads. It also underscored the importance of open-source collaboration within the CNCF ecosystem. Finally, OVHcloud’s booth and activities aimed to make these topics more accessible and tangible.</p>



<h3 class="wp-block-heading">🗓️ Coming up next</h3>



<p>Here’s a sneak peek at what’s coming next.</p>



<h5 class="wp-block-heading">🗓️ &#8211; May, 6 &amp; 7 &#8211; Devoxx UK, in London </h5>



<p>🎤 Stéphane Philippart is giving one talk (Wednesday the 6th at 6PM): <a href="https://m.devoxx.com/events/devoxxuk26/talks/5213/-dev-containers-the-ultimate-toolbox-for-developers" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">🧰 Dev Containers: the ultimate toolbox for developers?</a></p>



<h5 class="wp-block-heading">🗓️ &#8211; May, 13 &#8211; 1h PM CET &#8211; Very Tech Talk Twitch about Human Resources</h5>



<p>📺 <a href="https://www.twitch.tv/ovhcloud_com" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud Twitch channel</a></p>



<h5 class="wp-block-heading">🗓️ &#8211; May, 19 &amp; 20 &#8211; Kubernetes Community Days in Helsinki</h5>



<p>🎤 Aurélie Vache is giving one talk (Wednesday the 20th at 2h30 PM): <a href="https://sessionize.com/api/v2/es08xsn7/view/GridSmart" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">The Ultimate Kubernetes Challenge: An Interactive Trivia Game on concepts, components, usage…</a></p>



<h5 class="wp-block-heading">🗓️ &#8211; May, 21 &amp; 22 &#8211; Devops days in Geneva</h5>



<p>🎤 Stéphane Philippart is giving one workshop (Thursday the 21th at 2h55 PM): <a href="https://devopsdays.org/events/2026-geneva/program" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Développer avec l&#8217;IA : et si c&#8217;était aussi simple qu&#8217;ajouter une librairie ?</a></p>



<h5 class="wp-block-heading">🗓️ New &#8220;Tranches de Tech&#8221; podcast episode</h5>



<p>🎧 All episodes are available on <a href="https://podcast.ausha.co/tranches-de-tech" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Ausha</a> and all your favorite podcast applications!</p>



<h3 class="wp-block-heading">💬 Stay in Touch</h3>



<p>Want to chat with us, share your thoughts, or just say hi? Here’s how to get in touch with the Developer Advocate team:</p>



<ul class="wp-block-list">
<li>🟣&nbsp;<strong>Discord</strong>:&nbsp;<a href="https://discord.gg/ovhcloud" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud Discord server</a></li>



<li>🐦&nbsp;<strong>X / Twitter</strong>:&nbsp;<a href="https://twitter.com/OVHcloud" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">@OVHcloud</a></li>



<li>💼&nbsp;<strong>LinkedIn</strong>:&nbsp;<a href="https://www.linkedin.com/company/ovhgroup" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud LinkedIn</a></li>



<li>🐙&nbsp;<strong>GitHub</strong>:&nbsp;<a href="https://github.com/ovh" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">github.com/ovh</a></li>
</ul>



<p>See you next month! 👋</p>



<p></p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fwhats-new-with-the-ovhcloud-developer-advocate-team-april-2026%2F&amp;action_name=What%E2%80%99s%20new%20with%20the%20OVHcloud%20Developer%20Advocate%20team%20%26%238211%3B%20April%202026&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>KubeCon + CloudNativeCon Europe 2026 in Amsterdam: feedback and highlights</title>
		<link>https://blog.ovhcloud.com/kubecon-cloudnativecon-europe-2026-in-amsterdam-feedback-and-highlights/</link>
		
		<dc:creator><![CDATA[Aurélie Vache&nbsp;and&nbsp;Rémy Vandepoel]]></dc:creator>
		<pubDate>Wed, 29 Apr 2026 07:00:31 +0000</pubDate>
				<category><![CDATA[OVHcloud Engineering]]></category>
		<category><![CDATA[Tranches de Tech & co]]></category>
		<category><![CDATA[Kubecon]]></category>
		<category><![CDATA[OVHcloud]]></category>
		<category><![CDATA[OVHcloud Events]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=31275</guid>

					<description><![CDATA[From March 23 to 26, 2026, the KubeCon + CloudNativeCon Europe took place in Amsterdam. Aurélie Vache and Rémy Vandepoel attended alongside 26 other OVHcloud employees. In this blog, they share their thoughts about this second KubeCon set in the land of tulips. KubeCon Europe 2026: the maturity milestone Back from Amsterdam, the buzz of [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fkubecon-cloudnativecon-europe-2026-in-amsterdam-feedback-and-highlights%2F&amp;action_name=KubeCon%20%2B%20CloudNativeCon%20Europe%202026%20in%20Amsterdam%3A%20feedback%20and%20highlights&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<p>From March 23 to 26, 2026, the <a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">KubeCon + CloudNativeCon Europe</a> took place in Amsterdam.</p>



<p>Aurélie Vache and Rémy Vandepoel attended alongside 26 other OVHcloud employees. In this blog, they share their thoughts about this second KubeCon set in the land of tulips.</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQP8AIX0AAEr98-1-1024x768.jpg" alt="" class="wp-image-31279" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQP8AIX0AAEr98-1-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQP8AIX0AAEr98-1-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQP8AIX0AAEr98-1-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQP8AIX0AAEr98-1-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQP8AIX0AAEr98-1-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="799" height="533" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/55176825056_8ec98f339b_c.jpg" alt="" class="wp-image-31280" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/55176825056_8ec98f339b_c.jpg 799w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/55176825056_8ec98f339b_c-300x200.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/55176825056_8ec98f339b_c-768x512.jpg 768w" sizes="auto, (max-width: 799px) 100vw, 799px" /></figure>
</div>
</div>



<h3 class="wp-block-heading" id="REXKubeCon2026Amsterdam-Context">KubeCon Europe 2026: the maturity milestone</h3>



<p>Back from Amsterdam, the buzz of the RAI halls still echoes in our ears. This 2026 edition of KubeCon + CloudNativeCon Europe wasn’t just another Kubernetes conference. It marked a turning point for this event: the point of maturity. And this is evident just by looking at the numbers: 13,500 attendees for this edition! The largest attendance ever recorded!</p>



<p>While previous years were about exploration and expansion, 2026 was the year of massive industrialization, with one non-negotiable pre-requirement: digital sovereignty.</p>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="799" height="533" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/55169871701_c147fd0dda_c.jpg" alt="" class="wp-image-31282" style="aspect-ratio:1.4990505586153107;width:678px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/55169871701_c147fd0dda_c.jpg 799w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/55169871701_c147fd0dda_c-300x200.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/55169871701_c147fd0dda_c-768x512.jpg 768w" sizes="auto, (max-width: 799px) 100vw, 799px" /></figure>



<p>Key figures from the 2026 edition:</p>



<ul class="wp-block-list">
<li>13,500+ attendees (46% first-time attendees)</li>



<li>100 countries represented</li>



<li>3,474 unique organizations/companies</li>



<li>891 sessions</li>



<li>230 projects in the CNCF landscape with 19.9 million contributors</li>
</ul>



<p><strong>CNCF Contributors by Geography (Last 12 Months)</strong></p>



<ul class="wp-block-list">
<li>Europe: <strong>38.8%</strong> of contributions (ahead of the United States)</li>



<li>United States: 36.29%</li>



<li>Germany: 9.82% (leading in Europe)</li>



<li>France: 4.68%</li>



<li>Switzerland: 2.49%</li>



<li>Strong signals for digital sovereignty, a key theme of this year’s keynotes 💪</li>
</ul>



<h3 class="wp-block-heading">Colocated events</h3>



<p>KubeCon + CloudNativeCon Europe 2026 traditionally kicks off with a full day dedicated to co-located events. This year was no exception, with an impressive lineup of 16 events, including well-known favorites such as ArgoCon, BackstageCon, CiliumCon, Platform Engineering Day, Kubernetes on Edge Day, and Observability Day.</p>



<p>Among the newcomer events, <strong>Open Sovereign Cloud Day</strong> was a stand out, as it highlighted the growing importance of cloud sovereignty in Europe.</p>



<p>During CiliumCon, we were proud to see the spotlight on our MKS Standard offer 🚀.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260323-WA00291-1024x768.jpg" alt="" class="wp-image-31283" style="width:566px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260323-WA00291-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260323-WA00291-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260323-WA00291-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260323-WA00291-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260323-WA00291.jpg 1600w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading">OVHcloud Presence</h3>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="585" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/signal-2026-03-24-10-23-27-765-1024x585.jpg" alt="" class="wp-image-31276" style="aspect-ratio:1.7504278491247434;width:618px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/signal-2026-03-24-10-23-27-765-1024x585.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/signal-2026-03-24-10-23-27-765-300x171.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/signal-2026-03-24-10-23-27-765-768x439.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/signal-2026-03-24-10-23-27-765-1536x877.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/signal-2026-03-24-10-23-27-765.jpg 1600w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>OVHcloud had a strong presence at the event, with two different booths serving two different purposes.</p>



<p>One was located in the <em>Activation Zone</em>, designed as an interactive space to engage with attendees through a video game &#8220;Gaming Camp: Beat Cloud Villains!&#8221;<em>, </em>described as<em> &#8220;Join the fight against the villains of the cloud. Take on Hidden Cost, Jailor Stack, and Autonomous Zero, and prove yourself as a true Guardian of the Cloud.&#8221;</em></p>



<p>Players were welcomed to step into a two-player fighting game inspired by the style of <em>Street Fighter</em>, where strategy and skill are your best weapons. Winners won exclusive t-shirts.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_125635211.MP2_-1024x768.jpg" alt="" class="wp-image-31285" style="width:520px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_125635211.MP2_-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_125635211.MP2_-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_125635211.MP2_-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_125635211.MP2_-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_125635211.MP2_-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>The second booth had a more corporate focus, highlighting OVHcloud’s broader portfolio, strategic positioning, and enterprise offerings. It provided a space for deeper conversations around demos, use cases, and cloud strategies.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_134841194.MP2_-1024x768.jpg" alt="" class="wp-image-31286" style="width:599px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_134841194.MP2_-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_134841194.MP2_-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_134841194.MP2_-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_134841194.MP2_-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_134841194.MP2_-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>The opportunity was too good to pass up, so we took the chance to interview key players in the ecosystem, as well as customers of our solutions.</p>



<p>We conducted five interviews and had many discussions, and we can’t wait to share them with you soon!</p>



<p>Here’s a sneak peek featuring <strong>Sudeep Goswami</strong>, CEO of <strong>Traefik Labs</strong>:</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="683" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/KubeConOVH_127-1024x683.jpg" alt="" class="wp-image-31287" style="aspect-ratio:1.4992503748125936;width:450px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/KubeConOVH_127-1024x683.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/KubeConOVH_127-300x200.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/KubeConOVH_127-768x512.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/KubeConOVH_127-1536x1024.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/KubeConOVH_127-2048x1365.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>These interviews will soon be available on YouTube, so stay tuned!</p>



<h3 class="wp-block-heading">Aurélie Vache&#8217;s talk</h3>



<p>Getting accepted to KubeCon is not easy, and Aurélie, our Developer Advocate and CNCF Ambassador, rose to the challenge by once again presenting a new talk.</p>



<p><em>“The Ultimate Kubernetes Challenge: An Interactive Trivia Game”:</em></p>



<p>&#8220;<em>Kubernetes has become the de facto standard for deploying and operating containerized applications. We use it, as well as its ecosystem, on a daily basis, but do we know them as well as we think we do?</em></p>



<p><em>With a mix of quiz and live demos, come learn and/or improve your knowledge. You will discover (or rediscover) the key concepts of Kubernetes (pods, secrets, services…), internal components but also best practices.</em></p>



<p><em>In this fun and dynamic talk, come compete throughout the quiz and explore the wonderful world of Kubernetes.</em></p>



<p><em>Icing on the cake: the first will win some swags.</em>&#8220;</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA0051-1024x768.jpg" alt="" class="wp-image-31292" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA0051-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA0051-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA0051-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA0051-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA0051.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA00521-1024x768.jpg" alt="" class="wp-image-31293" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA00521-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA00521-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA00521-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA00521-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/IMG-20260325-WA00521.jpg 1600w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>
</div>



<p>During this talk, attendees tested their Kubernetes knowledge through an interactive quiz, with results presented via illustrated slides and live, hands-on demos.</p>



<p>Giving a talk at 5 p.m., during the final session of the second day, was an ambitious way to finish up. But thanks to the interactive format of her talk, attendees were able to enjoy testing their knowledge while discovering tips about Kubernetes and its concepts and features.</p>



<p>Three OVHcloud MKS clusters were created especially for the occasion, one with 3 nodes, one with zero nodes, and one with 3 nodes across 3 Availability Zones:</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="580" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-2026-4-15_8-20-59-1024x580.png" alt="" class="wp-image-31294" style="aspect-ratio:1.765536773898217;width:486px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-2026-4-15_8-20-59-1024x580.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-2026-4-15_8-20-59-300x170.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-2026-4-15_8-20-59-768x435.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-2026-4-15_8-20-59-1536x869.png 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-2026-4-15_8-20-59.png 1862w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Watch the talk here:</p>



<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="videowrapper embed-youtube-nocookie aspect_ratio_563"><iframe loading="lazy" title="The Ultimate Kubernetes Challenge: An Interactive Trivia Game - Aurélie Vache, OVHcloud" width="1200" height="675" src="https://www.youtube-nocookie.com/embed/7LeveaxQtGs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></span> <!-- /.videowrapper -->
</div></figure>



<h3 class="wp-block-heading">Keynotes: Toward “Agent-Based” and Autonomous AI</h3>



<p>Plenary sessions at the event were dominated by a convergence of Kubernetes and Artificial Intelligence. This term, already ubiquitous in tech news, was bound to be a major focus here. Jonathan Bryce, the Executive Director of Cloud &amp; Infrastructure at the Linux Foundation and an iconic figure in the ecosystem, made a strong point by reminding the audience that while Kubernetes is everywhere (82% adoption rate), AI in production remains a major challenge.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_081828458.MP_-1024x768.jpg" alt="" class="wp-image-31295" style="width:407px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_081828458.MP_-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_081828458.MP_-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_081828458.MP_-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_081828458.MP_-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_081828458.MP_-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>In November, during the latest KubeCon + CoudNativeCon NA at Atlanta, the CNCF launched the &#8220;<a href="https://www.cncf.io/announcements/2025/11/11/cncf-launches-certified-kubernetes-ai-conformance-program-to-standardize-ai-workloads-on-kubernetes/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Certified Kubernetes AI Conformance Program to Standardize AI Workloads on Kubernetes</a>&#8220;.  5 months later, several companies including the OVHcloud Managed Kubernetes Services (MKS) platform, succeeded this new program with their own certified Kubernetes AI platform.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_083621436.MP_-1024x768.jpg" alt="" class="wp-image-31296" style="width:431px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_083621436.MP_-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_083621436.MP_-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_083621436.MP_-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_083621436.MP_-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260324_083621436.MP_-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>During the keynotes we even saw a real plane!</p>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="800" height="534" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/55166324614_dd452b5f68_c.jpg" alt="" class="wp-image-31297" style="aspect-ratio:1.4981024097101614;width:455px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/55166324614_dd452b5f68_c.jpg 800w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/55166324614_dd452b5f68_c-300x200.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/55166324614_dd452b5f68_c-768x513.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<p>And to top it off, seeing Michelin present the Top End User Award to SNCF was a real highlight for us. <em>Cocoricoooo!</em> 🇫🇷</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="682" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQyuKaWQAAn_3z-1024x682.jpg" alt="" class="wp-image-31298" style="aspect-ratio:1.501451415253588;width:514px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQyuKaWQAAn_3z-1024x682.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQyuKaWQAAn_3z-300x200.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQyuKaWQAAn_3z-768x512.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQyuKaWQAAn_3z-1536x1024.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/HEQyuKaWQAAn_3z.jpg 2000w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading" id="REXKubeCon2026Amsterdam-KeyTrends">Key Trends</h3>



<p>Find below the most frequently discussed technical pillars that will remain prominent in the coming months and years:</p>



<p>* <strong>Agent-based AI:</strong> The focus is shifting from training to inference. The announcement of Dapr Agents 1.0 shows that Kubernetes will now orchestrate agents capable of making real-time decisions on the infrastructure.</p>



<p>* <strong>GPU Standardization (DRA)</strong>: Thanks to NVIDIA’s widespread adoption of Dynamic Resource Allocation (DRA) drivers, GPU scheduling is becoming as simple and granular as CPU scheduling. A boon for cost optimization.</p>



<p>* <strong>Sovereignty</strong>: Sovereignty is no longer a legal concept; it is an architecture. We have seen a rise in encryption tools for data in transit and at rest (Confidential Computing) natively integrated into CNIs such as Cilium.</p>



<p>* <strong>FinOps 2.0</strong>: With 67% of AI compute dedicated to inference by the end of 2026, precise monitoring of GPU consumption via projects like Kepler has become essential for the economic viability of projects.</p>



<h3 class="wp-block-heading" id="REXKubeCon2026Amsterdam-TheGatewayAPIisbecomingthestandard">The Gateway API is becoming the standard</h3>



<p>As we announced in our blog post <em>“<a href="https://blog.ovhcloud.com/moving-beyond-ingress-why-should-ovhcloud-managed-kubernetes-service-mks-users-start-looking-at-the-gateway-api/" data-wpel-link="internal">Moving Beyond Ingress: Why should OVHcloud Managed Kubernetes Service (MKS) users start looking at the Gateway API?</a>”</em>, the ingress-nginx controller, the most widely used ingress controller, has now been archived.</p>



<p>Now, after 8 years of development, 275 released versions, and nearly 20k GitHub stars, the maintainers of the Kubernetes Gateway API introduced<a href="https://kubernetes.io/blog/2026/03/20/ingress2gateway-1-0-release/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer"> <strong>ingress2gateway v1.0</strong></a>, a tool designed to simplify migration. It automatically converts Ingress resources including annotations into Gateway API resources. The recommended approach remains pragmatic: first migrate the controller while keeping existing Ingress objects, then gradually transition to the Gateway API. Attempting a full migration in a single step is considered risky and unnecessary.</p>



<p>Additionally, <a href="https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.5.0" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Gateway API version 1.5</a> represents a major milestone: five features have moved from experimental status to the Standard channel in a single release.</p>



<p>Amongst them:</p>



<ul class="wp-block-list">
<li><strong>ListenerSet</strong>: delegates TLS listener management outside of the Gateway&nbsp;</li>



<li><strong>TLSRoute</strong>: SNI-based routing in either termination or passthrough mode</li>



<li>Client certificate validation for mTLS at the ingress layer</li>



<li>Native CORS filter for HTTPRoute</li>
</ul>



<p>The Kubernetes Gateway API is now establishing itself as much more than just a successor to Ingress: it is evolving into Kubernetes’ unified network control plane.</p>



<h2 class="wp-block-heading">Favorite talk</h2>



<p>As usual, Aurélie wasn’t able to attend many talks, but among the 2-3 she did see, there was one that really had a &#8220;wow&#8221; effect on her:</p>



<p>« <a href="https://kccnceu2026.sched.com/event/2CW5p/an-immersive-and-visual-journey-into-kubernetes-networking-benoit-entzmann-feesh" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">An immersive and visual journey into kubernetes networking</a> ».</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100115641-1024x768.jpg" alt="" class="wp-image-31300" style="width:405px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100115641-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100115641-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100115641-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100115641-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100115641-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100805212-1024x768.jpg" alt="" class="wp-image-31301" style="width:407px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100805212-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100805212-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100805212-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100805212-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/PXL_20260326_100805212-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p><strong>Benoit</strong>, a DevSecOps engineer at Feesh in Switzerland with extensive expertise in Kubernetes networking, created a video game using Godot with four levels: “pod-to-pod basics”, “pod-to-pod advanced”, “service mesh sidecar”, and “service mesh with ambient mode”.</p>



<p>Across these four levels, he explains Kubernetes networking in a vanilla setup, then with Cilium and Istio, all from the perspective of a TCP packet, represented as a fish.</p>



<p>Networking and I don’t exactly get along, and I’ll admit I’ve always struggled with it. Even now, although I’ve had no choice but to work with Kubernetes and service mesh, I still find it challenging. But seeing the fish swim from frontend to backend, enter a building underwater (the node), interact with an eBPF program… it really makes things more visual and intuitive.</p>



<p>On Thursday morning, after the keynote, the room with 2000 seats was packed!</p>



<p>Explaining networking by building a 3D game from scratch specifically for the occasion: hats off to you!</p>



<p>Benoit had an issue on stage, because he had built the game in 4K and it didn’t display properly on the projection screen. Luckily, about 30 seconds before showtime, the production team and he managed to fix it. He went on stage without showing any of that stress 💪.</p>



<p>Replay:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="videowrapper embed-youtube-nocookie aspect_ratio_563"><iframe loading="lazy" title="An Immersive and Visual Journey Into Kubernetes Networking - Benoit Entzmann, Feesh" width="1200" height="675" src="https://www.youtube-nocookie.com/embed/Xtjpdy8OmQQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></span> <!-- /.videowrapper -->
</div></figure>



<h3 class="wp-block-heading" id="REXKubeCon2026Amsterdam-KubeConin45seconds">KubeCon in 45 seconds</h3>



<p>To keep memories of these 3-4 amazing days, we created a &#8220;KubeCon Europe 2026 in 45 seconds movie:</p>



<figure class="wp-block-embed aligncenter is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper">
<blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr"><a href="https://twitter.com/hashtag/KubeCon?src=hash&amp;ref_src=twsrc%5Etfw" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">#KubeCon</a> 2026 in 45 seconds 🎥⏱️<br><br>The energy. Conversations. The community.<a href="https://twitter.com/hashtag/Sovereignty?src=hash&amp;ref_src=twsrc%5Etfw" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">#Sovereignty</a>, <a href="https://twitter.com/hashtag/Kubernetes?src=hash&amp;ref_src=twsrc%5Etfw" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">#Kubernetes</a> at scale, <a href="https://twitter.com/hashtag/reversibility?src=hash&amp;ref_src=twsrc%5Etfw" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">#reversibility</a> — same themes in every conversation. That&#39;s why we show up.<br><br>Thanks for the moments you can&#39;t script 👋<a href="https://twitter.com/hashtag/CloudNativeCon?src=hash&amp;ref_src=twsrc%5Etfw" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">#CloudNativeCon</a> <a href="https://t.co/dBinAqM04u" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">pic.twitter.com/dBinAqM04u</a></p>&mdash; OVHcloud (@OVHcloud) <a href="https://twitter.com/OVHcloud/status/2044048614977122614?ref_src=twsrc%5Etfw" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">April 14, 2026</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div></figure>



<h3 class="wp-block-heading" id="REXKubeCon2026Amsterdam-Conclusion">Conclusion</h3>



<p>KubeCon Amsterdam proved once again that the strength of open source lies in its community.</p>



<p>From the halls of the RAI to the technical sessions, the excitement was palpable. We’re leaving with our heads full of ideas, but above all with the certainty that collaboration remains the key to solving the complex challenges of modern IT. This was particularly evident in the packed conference rooms and the crowded aisles of the exhibition hall.</p>



<p>One thing is certain: the future of Cloud Native is being written together, and we at OVHcloud look forward to contributing to it with you by helping you get the most out of Kubernetes through our<a href="https://www.ovhcloud.com/fr/public-cloud/kubernetes/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer"> managed platform</a>. Because we’re convinced that for businesses in 2026, the challenge will no longer be how to run Kubernetes, but how to use it to innovate faster and better than the competition.</p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fkubecon-cloudnativecon-europe-2026-in-amsterdam-feedback-and-highlights%2F&amp;action_name=KubeCon%20%2B%20CloudNativeCon%20Europe%202026%20in%20Amsterdam%3A%20feedback%20and%20highlights&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OVHcloud Startups: How to Accelerate Your Growth using Our Training Portal</title>
		<link>https://blog.ovhcloud.com/ovhcloud-startups-how-to-accelerate-your-growth-using-our-training-portal/</link>
		
		<dc:creator><![CDATA[Marine Watterlot]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 16:07:10 +0000</pubDate>
				<category><![CDATA[Ecosystem]]></category>
		<category><![CDATA[OVHcloud Startup Program]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OVHcloud]]></category>
		<category><![CDATA[Public Cloud]]></category>
		<category><![CDATA[Startup Program]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=31268</guid>

					<description><![CDATA[As a member of the OVHcloud Startup Program, you&#8217;re part of a vibrant community that&#8217;s driving innovation and digital transformation. To stay ahead of the curve, it&#8217;s essential to continuously update your skills, practices, and technologies. One way to do this is by leveraging the resources and support offered by the OVHcloud Partner Network. With [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovhcloud-startups-how-to-accelerate-your-growth-using-our-training-portal%2F&amp;action_name=OVHcloud%20Startups%3A%20How%20to%20Accelerate%20Your%20Growth%20using%20Our%20Training%20Portal&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<p>As a member of the OVHcloud Startup Program, you&#8217;re part of a vibrant community that&#8217;s driving innovation and digital transformation. To stay ahead of the curve, it&#8217;s essential to continuously update your skills, practices, and technologies. One way to do this is by leveraging the resources and support offered by the OVHcloud Partner Network.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="540" height="320" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image.jpeg" alt="" class="wp-image-31269" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image.jpeg 540w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-300x178.jpeg 300w" sizes="auto, (max-width: 540px) 100vw, 540px" /></figure>



<h5 class="wp-block-heading"><strong>With the OVHcloud Startup Program, you can enhance your cloud expertise and accelerate your growth. How?</strong></h5>



<p>The Startup Program provides you with access to dedicated cloud resources, including technical consultation sessions with our engineers. These sessions can help you navigate the complexities of cloud infrastructure and optimize your cloud strategy.</p>



<p><strong>Now you can also get access to dedicated cloud training</strong>. As a Startup Program member, you can obtain cloud solutions certifications which will make you stand out from the crowd and, also, be better prepared to navigate your cloud strategy.</p>



<p>We’ve opted for a flexible training model because we trust our customers. This means that you can train independently through e-learning, whenever you want, choosing the courses that are relevant to your business and the people who need to be trained, according to their role. This saves you time and money and, thanks to the expertise you’ll gain through training, you’ll be able to deploy more cost-effective and efficient cloud solutions.</p>



<p>Our training courses and certifications give you <strong>a more qualified workforce.</strong></p>



<p>In addition to validating your technical skills, our certifications can help you develop your expertise. Plus, you can demonstrate this with our certification badges, which help you gain recognition.</p>



<p>Finally, OVHcloud offers a wide range of solutions. Our training courses will help you discover the scope of these solutions and when and how to use them. Each course is designed to help you deliver a great experience for your customers. Simply by having the right knowledge to effectively identify the best solution to meet their needs.</p>



<p>Once trained, you are also likely to have ideas for new projects.</p>



<p>Get certified and give your expertise a headstart.</p>



<p>Discover our <a href="https://partner.ovhcloud.training/?lang=e" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Training Portal&#8217;s catalog</a> to boost your expertise.</p>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="341" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-7-1024x341.png" alt="" class="wp-image-31379" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-7-1024x341.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-7-300x100.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-7-768x256.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-7.png 1200w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p><a href="https://startup.ovhcloud.com/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">https://startup.ovhcloud.com/</a>Get started with the <a href="https://startup.ovhcloud.com/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud Startup Program</a> and accelerate your growth today. Apply now and discover how our program can help you achieve your goals: <a href="https://startup.ovhcloud.com/" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external">https://startup.ovhcloud.com/</a></p>



<p></p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovhcloud-startups-how-to-accelerate-your-growth-using-our-training-portal%2F&amp;action_name=OVHcloud%20Startups%3A%20How%20to%20Accelerate%20Your%20Growth%20using%20Our%20Training%20Portal&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Mia Experts Is Reinventing Medical Software with AI and Sovereign Cloud</title>
		<link>https://blog.ovhcloud.com/how-mia-experts-is-reinventing-medical-software-with-ai-and-sovereign-cloud/</link>
		
		<dc:creator><![CDATA[Leonard Pommereau]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 16:05:58 +0000</pubDate>
				<category><![CDATA[OVHcloud Startup Program]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[HDS]]></category>
		<category><![CDATA[Healthtech]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Public Cloud]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Startup Program]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=31254</guid>

					<description><![CDATA[The Context: Rethinking the Digital Tools of Physicians Mia Experts is a new generation medical software platform designed by a physician, for physicians. From the very beginning, the product was built to integrate artificial intelligence in a way that is useful, secure, and aligned with the realities of medical practice. Today, many doctors spend a [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fhow-mia-experts-is-reinventing-medical-software-with-ai-and-sovereign-cloud%2F&amp;action_name=How%20Mia%20Experts%20Is%20Reinventing%20Medical%20Software%20with%20AI%20and%20Sovereign%20Cloud&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<h5 class="wp-block-heading"><strong>The Context: Rethinking the Digital Tools of Physicians</strong></h5>



<p><a href="https://miaexperts.com/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Mia Experts</a> is a new generation medical software platform designed <strong>by a physician, for physicians</strong>. From the very beginning, the product was built to integrate artificial intelligence in a way that is <strong>useful, secure, and aligned with the realities of medical practice</strong>.</p>



<p>Today, many doctors spend a significant part of their day dealing with administrative tasks rather than focusing on patient care and clinical decision-making. Existing medical software is often outdated, poorly designed, and disconnected from how physicians actually work.</p>



<p>Mia Experts aims to change that. By leveraging artificial intelligence, the platform automates repetitive tasks and structures medical data in a meaningful and usable way. The goal is simple: <strong>give physicians back their time</strong>.</p>



<p>The solution primarily targets private practitioners, particularly in <strong>general medicine and surgical specialties</strong>, where efficient data management, reliability, and time savings are critical.</p>



<h5 class="wp-block-heading"><strong>Built from Real Medical Experience</strong></h5>



<p>The idea behind Mia Experts originated from the daily experience of <strong>Vincent Salabi, a surgeon</strong> who repeatedly encountered the same issue: medical software that was slow, repetitive, and time-consuming.</p>



<p>Instead of helping doctors, these tools often added friction to their workflow.</p>



<p>At the same time, a major technological shift was occurring: artificial intelligence was becoming accessible in a way that could be deployed <strong>securely and within a sovereign regulatory framework</strong>.</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="800" height="543" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Equipe-mia-experts.jpeg" alt="" class="wp-image-31256" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Equipe-mia-experts.jpeg 800w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Equipe-mia-experts-300x204.jpeg 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Equipe-mia-experts-768x521.jpeg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /><figcaption class="wp-element-caption"><em>Mia Experts team (from left to right): Julie Rognon, Willy Noël, Kajarooban Thiyagarajah, Vincent Salabi, Patrick Wong</em></figcaption></figure>



<p>Mia Experts was born from the collaboration of three co-founders with complementary expertise — medical, technical, and entrepreneurial — united by a shared ambition: <strong>to fundamentally rethink the physician’s digital workspace</strong>.</p>



<h5 class="wp-block-heading"><strong>Early Milestones and Key Achievements</strong></h5>



<p>From the earliest stages, several key milestones helped shape the development of Mia Experts.</p>



<p>One of the first successes was designing the software architecture. The team built a <strong>simple, modular, and scalable architecture</strong> capable of intelligently interacting with both patient and physician data.</p>



<p>The objective was clear: eliminate unnecessary repetition, ensure every piece of data has meaning, and enable reliable data usage — whether for prescription generation or reducing medical errors.</p>



<p>Operating in the highly regulated healthcare sector also required building an infrastructure compliant with <a href="https://www.ovhcloud.com/en/compliance/hds/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer"><strong>Health Data Hosting (HDS)</strong> </a>regulations. Mia Experts chose <strong>OVHcloud</strong>, ensuring health data sovereignty and providing a robust and secure cloud foundation.</p>



<p>Infrastructure management is handled in partnership with <strong>Lecpac Consulting</strong>, allowing the team to meet regulatory requirements while focusing on product development and innovation.</p>



<p>Another major milestone came through early presentations at medical conferences, particularly in <strong>orthopedic and urological surgery</strong>. The response from physicians was extremely positive. The software’s usability and clinical logic quickly generated word-of-mouth interest — even among doctors who had not been directly approached.</p>



<p>Mia Experts also achieved several regulatory and technological milestones:</p>



<ul class="wp-block-list">
<li><strong>LAP certification</strong> for prescription software, obtained in collaboration with healthtech company Posos</li>



<li><strong>INSi compliance</strong>, enabling integration with national health identity standards</li>
</ul>



<p>Even before official product launch, the startup received <strong>around 50 pre-orders</strong> purely through demonstrations and conference discussions.</p>



<p>The platform is now entering its <strong>beta testing phase</strong>, with the first deployments planned soon.</p>



<h5 class="wp-block-heading"><strong>Core Values Driving the Product</strong></h5>



<p>The development of Mia Experts is guided by a set of strong principles:</p>



<ul class="wp-block-list">
<li><strong>Simplicity</strong> – intuitive interfaces designed for real medical workflows</li>



<li><strong>Pragmatism</strong> – AI must deliver measurable time savings</li>



<li><strong>Data sovereignty</strong> – full control over hosting and infrastructure</li>



<li><strong>Health data security</strong> – non-negotiable protection standards</li>



<li><strong>Intelligent data structuring</strong> – ensuring reliable and actionable medical information</li>
</ul>



<h5 class="wp-block-heading"><strong>Business, Technical and Regulatory Complexity</strong></h5>



<p>Building a medical software platform involves navigating a unique combination of <strong>business, technological, and regulatory challenges</strong>.</p>



<p>From a business perspective, the first hurdle was securing funding while preserving technological independence. Mia Experts achieved this through an initial funding round involving physician investors, complemented by support from <strong>Bpifrance</strong> and the <strong>French Tech Grant</strong> program.</p>



<p>On the technical side, the strict healthcare regulatory environment posed significant challenges. Compliance with <strong>HDS standards</strong> required implementing strong guarantees around security, traceability, service availability, and access governance from the very beginning.</p>



<p>Another critical challenge involved <strong>health data interoperability</strong>. Medical data must follow standardized national frameworks and coding systems. Mia Experts needed to structure and transform this data so it could interact seamlessly with national health services such as secure messaging systems and health data platforms.</p>



<p>Yet the biggest challenge was balancing all these constraints with a smooth user experience.</p>



<p>The ambition was never to create software that was simply compliant but difficult to use. Instead, the goal was to design a platform that remains <strong>intuitive, efficient, and truly supportive of physicians’ daily work</strong>.</p>



<h5 class="wp-block-heading"><strong>Why Mia Experts Chose the Cloud</strong></h5>



<p>Cloud infrastructure quickly became a natural choice for the project.</p>



<p>First, artificial intelligence requires scalable computing resources. Running AI endpoints, fine-tuning models, and processing medical voice data demand infrastructure that can scale dynamically while protecting sensitive data.</p>



<p>Second, the cloud offers strong advantages for <strong>security and regulatory compliance</strong>. As a medical software publisher, Mia Experts needed an infrastructure capable of guaranteeing both <strong>data sovereignty and regulatory compliance</strong> within the European framework.</p>



<p>Finally, the cloud enables a much more agile product strategy. Unlike traditional locally installed medical software, cloud-based architecture allows centralized updates and continuous product improvement without disrupting physicians’ workflows.</p>



<p>For a fast-growing startup, this flexibility is essential.</p>



<h5 class="wp-block-heading"><strong>Leveraging OVHcloud to Build a Sovereign Health Infrastructure</strong></h5>



<p>Choosing OVHcloud was a strategic decision for Mia Experts, especially in a context where <strong>health data sovereignty is a critical issue</strong>.</p>



<p>Many solutions rely on non-European cloud providers. OVHcloud allowed the startup to build its infrastructure on a <strong>secure, sovereign European cloud</strong>, fully compliant with French and EU regulations.</p>



<p>This has become a strong differentiator — both from a regulatory standpoint and in terms of trust with physicians.</p>



<p>The <strong><a href="https://startup.ovhcloud.com/en/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud Startup Program</a></strong> also played a key role during the early development phase by helping offset the high technical costs associated with innovation.</p>



<p>Mia Experts relies heavily on <strong>speech-to-text and AI models</strong> for generating medical reports. Fine-tuning these models to understand medical vocabulary requires substantial computing power. The program allowed the team to train and test these models without immediate financial pressure.</p>



<h5 class="wp-block-heading"><strong>The Infrastructure Behind Mia Experts</strong></h5>



<p>Today, the platform runs on a robust cloud architecture built on OVHcloud services, including:</p>



<ul class="wp-block-list">
<li><strong><a href="https://www.ovhcloud.com/en/public-cloud/kubernetes/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Managed Kubernetes</a></strong> for Dev, Pre-production, and Production environments</li>



<li><strong><a href="https://www.ovhcloud.com/en/public-cloud/object-storage/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">S3-compatible object storage</a></strong> for medical documents and AI models</li>



<li><strong>GPU instances</strong> supporting real-time medical speech transcription</li>



<li><strong><a href="https://www.ovhcloud.com/en/public-cloud/ai-endpoints/catalog/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">AI Endpoints</a></strong> for LLMs such as Mistral, Llama, and GPT-OSS</li>



<li><strong>Dedicated <a href="https://www.ovhcloud.com/en/public-cloud/prices/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Public Cloud</a> instances</strong> hosting GitHub CI/CD runners</li>
</ul>



<p>All infrastructure is hosted in France, ensuring compliance with <strong>GDPR and HDS requirements</strong>.</p>



<p>One major advantage of OVHcloud AI endpoints is transparency: <strong>customer data is not used to train external models</strong>, a key concern in healthcare environments.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="947" height="631" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-6.png" alt="" class="wp-image-31255" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-6.png 947w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-6-300x200.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-6-768x512.png 768w" sizes="auto, (max-width: 947px) 100vw, 947px" /></figure>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<h5 class="wp-block-heading"><strong>Tangible Results and Impact</strong></h5>



<p>The collaboration with OVHcloud has enabled several concrete achievements.</p>



<p>First, Mia Experts successfully deployed an infrastructure fully compliant with <strong>HDS health data hosting standards</strong>, guaranteeing high levels of security, availability, and traceability.</p>



<p>Second, the startup has been able to build and control its <strong>own AI capabilities</strong>, particularly around speech recognition and medical text generation. The voice recognition system has already been adapted to medical vocabulary, delivering strong accuracy in clinical contexts.</p>



<p>Another key outcome is <strong>AI sovereignty</strong>. By hosting AI inference within a controlled European environment, Mia Experts retains full control over its data, models, and algorithms.</p>



<p>Finally, the cloud infrastructure provides significant operational agility. The team can deploy updates quickly, iterate on AI models, and continuously improve application performance.</p>



<h5 class="wp-block-heading"><strong>Accelerating Product Adoption</strong></h5>



<p>These technological choices have significantly strengthened Mia Experts’ positioning within the medical software ecosystem.</p>



<p>The cloud infrastructure makes the solution eligible for <strong>Ségur V2 standards</strong>, a key regulatory benchmark for healthcare software interoperability in France.</p>



<p>This strengthens credibility with physicians and facilitates integration into the national digital health ecosystem.</p>



<p>By maintaining full control over its AI pipeline — from hosting to model fine-tuning — Mia Experts can guarantee both <strong>data confidentiality and high-quality performance tailored to medical language</strong>.</p>



<h5 class="wp-block-heading"><strong>What’s Next for Mia Experts</strong></h5>



<p>The next step is the progressive onboarding of the first users, with around <strong>50 pre-registrations already secured before the official launch</strong>.</p>



<p>In the medium term, the startup aims to reach:</p>



<ul class="wp-block-list">
<li><strong>300 users within two years</strong></li>



<li><strong>500 users within three years</strong></li>
</ul>



<p>At the same time, Mia Experts plans to expand beyond surgical specialties with the launch of <strong>Mia Experts for General Practice</strong>, followed by extensions into additional medical disciplines.</p>



<p>The long-term vision is to build a <strong>modular medical platform</strong> adaptable to multiple specialties while sharing a unified technological foundation.</p>



<h5 class="wp-block-heading"><strong>Advice for Other Startups</strong></h5>



<p>For startups building AI-driven products, the Mia Experts team highlights three key lessons.</p>



<p>First, <strong>anticipate your data strategy early</strong>. AI models are only as good as the data used to train them. Structuring and preparing datasets before accessing cloud resources can provide a major competitive advantage.</p>



<p>Second, <strong>do not underestimate regulatory complexity</strong>, especially in sectors like healthcare. Partnering with an experienced infrastructure manager can significantly accelerate deployment.</p>



<p>Finally, think of the cloud not only as hosting infrastructure but as <strong>a strategic platform for innovation and scalability</strong>.</p>



<h5 class="wp-block-heading"><strong>Conclusion</strong></h5>



<p>The journey of Mia Experts shows that innovation in healthcare requires a careful balance between <strong>technological ambition, regulatory rigor, and practical usability</strong>.</p>



<p>By building on a sovereign and compliant cloud infrastructure from the outset, the startup has laid strong foundations for developing a medical platform that genuinely supports physicians.</p>



<p>The collaboration with OVHcloud has enabled Mia Experts to deploy a <strong>secure, scalable, and AI-ready infrastructure</strong>, ensuring full control over both health data and AI models.</p>



<p>For startups operating in highly regulated sectors, choosing the right cloud ecosystem can make all the difference — enabling innovation, accelerating growth, and building trust from day one.</p>



<p>Don’t let infrastructure costs limit your growth. We strongly urge other startups to join the <a href="https://startup.ovhcloud.com/en/" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external">OVHcloud Startup Program</a>. Contact their team to build your own foundation for sustainable success.</p>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="341" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-7-1024x341.png" alt="" class="wp-image-31379" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-7-1024x341.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-7-300x100.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-7-768x256.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-7.png 1200w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>If you’re a startup looking to transform your business, we encourage you to join the <strong><a href="https://startup.ovhcloud.com/en/" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external">OVHcloud Startup Program</a></strong> or contact OVHcloud to discover how our solutions can support your journey!</p>



<p></p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fhow-mia-experts-is-reinventing-medical-software-with-ai-and-sovereign-cloud%2F&amp;action_name=How%20Mia%20Experts%20Is%20Reinventing%20Medical%20Software%20with%20AI%20and%20Sovereign%20Cloud&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DNS records: understanding their role and SVCB/HTTPS developments</title>
		<link>https://blog.ovhcloud.com/dns-records-understanding-role-svcb-https-developments/</link>
		
		<dc:creator><![CDATA[Bérénice Despres&nbsp;and&nbsp;Christophe Brunet]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 08:22:44 +0000</pubDate>
				<category><![CDATA[OVHcloud Education]]></category>
		<category><![CDATA[OVHcloud Product News]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Domain names]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=31344</guid>

					<description><![CDATA[You never see it, but without the DNS, no website would be accessible, no email could be delivered, and no online service would work correctly. At the heart of this system are DNS records, which structure how services are exposed on the Internet. These records evolve alongside modern web architectures, and at OVHcloud, this has [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fdns-records-understanding-role-svcb-https-developments%2F&amp;action_name=DNS%20records%3A%20understanding%20their%20role%20and%20SVCB%2FHTTPS%20developments&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="572" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-1024x572.png" alt="" class="wp-image-31332" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-1024x572.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-300x167.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-768x429.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue.png 1376w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>You never see it, but without the DNS, no website would be accessible, no email could be delivered, and no online service would work correctly.</p>



<p>At the heart of this system are DNS records, which structure how services are exposed on the Internet. These records evolve alongside modern web architectures, and at OVHcloud, this has resulted in support for SVCB and HTTPS records.</p>



<p>To better understand these innovations, let’s look at the main types of DNS records and their roles.</p>



<h2 class="wp-block-heading"><strong>The DNS in a few words</strong><strong></strong></h2>



<p>The Domain Name System (DNS) translates a domain name into an IP address that is understandable by machines. When a user enters a web address (such as “www.example.com”), a request is sent to identify the corresponding server.</p>



<p>This phase, known as DNS resolution, uses different types of records that each fulfil a specific role.</p>



<h2 class="wp-block-heading"><strong>The most common DNS records</strong><strong></strong></h2>



<p>Some records are essential when configuring a domain. Here are the main types present in a DNS zone.</p>



<h4 class="wp-block-heading"><strong>A and AAAA: make a website accessible</strong></h4>



<p>For a website to be reachable, its domain name must be associated with an IP address. This is where A (IPv4) and AAAA (IPv6) records come in.</p>



<p>They form the basis of DNS resolution and allow browsers to reach the server hosting the site.</p>



<h4 class="wp-block-heading"><strong>CNAME: creates an alias between two domain names</strong></h4>



<p>A CNAME record allows one domain name to point to another, without directly associating it with an IP address. For example, “blog.example.com” can link to “example.com”, which avoids duplicating the configuration.</p>



<p>⚠️ Note: a CNAME cannot be configured at the root of a domain (e.g. “example.com”). It is only used on subdomains, such as “blog.example.com”.</p>



<h4 class="wp-block-heading"><strong>MX: manages the receipt of emails</strong></h4>



<p>MX (Mail Exchange) records indicate which servers should handle emails being sent to a domain. They play a central role in distributing messages and in the reliability of messaging.</p>



<h4 class="wp-block-heading"><strong>TXT: verifies a domain and enhances security</strong></h4>



<p>TXT records allow additional information to be linked to a domain. They are particularly used to prove ownership to external services and to secure emails.</p>



<p>Mechanisms such as SPF, DKIM, or DMARC rely on TXT records to limit identity theft and spam.</p>



<h2 class="wp-block-heading"><strong>SVCB and HTTPS: what are these new DNS records for?</strong><strong></strong></h2>



<p>During DNS resolution, the browser obtains the information needed to contact a server.</p>



<p>SVCB (Service Binding) and HTTPS records enrich this step by indicating more precisely how to access the service.</p>



<p>They may mention the supported protocols (HTTP/2 or HTTP/3), the preferred server, or certain technical parameters intended to optimise the connection.</p>



<p>By transmitting this information during the resolution, they limit certain intermediate exchanges between the browser and the server. This mechanism helps to improve the performance and loading speed of websites.</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/dns-svcb-https-illustration.svg" alt="" class="wp-image-31333"/></figure>



<h2 class="wp-block-heading"><strong>A key use case: the alias at the root of the domain</strong><strong></strong></h2>



<p>As mentioned, a CNAME record cannot be configured at the root of a domain (such as “example.com”). This constraint of the DNS required the use of alternative solutions when it was necessary to point a main domain to an external service.</p>



<p>HTTPS and SVCB records remove this limitation. They offer the option to indicate that a web service located at the root of the domain is provided by another name, similar to a CNAME, while adhering to DNS rules.</p>



<p>Here’s an example: a company broadcasts its site via a CDN accessible at the address “example.cdn-provider.net”, while retaining “example.com” as the access point. Thanks to a HTTPS record, the browser can be directed to the CDN service without a visible redirection for the user or a complex DNS configuration.</p>



<p>⚠️ However, these mechanisms rely on newer features, so their support may vary depending on the browsers and operating systems, particularly in older environments.</p>



<h2 class="wp-block-heading"><strong>What benefits do these new records offer?</strong><strong></strong></h2>



<p>By enriching the DNS resolution phase, SVCB and HTTPS records can direct clients more accurately towards suitable services.</p>



<p>This helps to reduce latency, improve perceived performance, and strengthen consistency across browsers, protocols, and infrastructures.</p>



<p>These records also provide greater flexibility in DNS configuration, particularly for environments integrating CDNs, external platforms, or distributed cloud architectures.</p>



<h2 class="wp-block-heading"><strong>How can I configure my SVCB and HTTPS records with OVHcloud?</strong><strong></strong></h2>



<p>SVCB and HTTPS records are available from your&nbsp;<a href="https://auth.eu.ovhcloud.com/signin/?onsuccess=https%3A//manager.eu.ovhcloud.com&amp;ovhSubsidiary=EN" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud control panel</a>.</p>



<p>To configure them:</p>



<ol class="wp-block-list">
<li>Go to the “Domain Names” section</li>



<li>Select the relevant domain</li>



<li>Access the “DNS Zone” tab</li>



<li>Add a new SVCB or HTTPS record</li>
</ol>



<p>Depending on your situation, you may need to adjust the associated settings (priority, target, service-specific options). For detailed information on managing DNS records, please consult our&nbsp;<a href="https://help.ovhcloud.com/csm/en-gb-dns-zone-records?id=kb_article_view&amp;sysparm_article=KB0063627" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">dedicated guide</a>.</p>



<h2 class="wp-block-heading"><strong>In summary: a more flexible and effective DNS</strong><strong></strong></h2>



<p>The DNS remains an essential pillar of the internet and continues to evolve to adapt to newer architectures.</p>



<p>With SVCB and HTTPS records, it is now possible to optimise service exposure, simplify certain configurations (particularly at the root of the domain), and improve performance from the resolution stage.This is a discreet yet strategic technical development in response to the growing demands for speed, security, and flexibility.</p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fdns-records-understanding-role-svcb-https-developments%2F&amp;action_name=DNS%20records%3A%20understanding%20their%20role%20and%20SVCB%2FHTTPS%20developments&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Enregistrements DNS : comprendre leur rôle et les évolutions SVCB/HTTPS</title>
		<link>https://blog.ovhcloud.com/enregistrements-dns-comprendre-role-evolutions-svcb-https/</link>
		
		<dc:creator><![CDATA[Bérénice Despres&nbsp;and&nbsp;Christophe Brunet]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 08:22:05 +0000</pubDate>
				<category><![CDATA[OVHcloud en Français]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Domain names]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=31327</guid>

					<description><![CDATA[On ne le voit jamais. Pourtant, sans le DNS, aucun site web ne serait accessible, aucun e-mail ne pourrait être distribué, aucun service en ligne ne fonctionnerait correctement. Au cœur de ce système se trouvent les enregistrements DNS, qui structurent la manière dont les services sont exposés sur Internet. Ils évoluent avec les architectures web [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fenregistrements-dns-comprendre-role-evolutions-svcb-https%2F&amp;action_name=Enregistrements%20DNS%C2%A0%3A%20comprendre%20leur%20r%C3%B4le%20et%20les%20%C3%A9volutions%20SVCB%2FHTTPS&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="572" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-1024x572.png" alt="" class="wp-image-31332" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-1024x572.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-300x167.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-768x429.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue.png 1376w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>On ne le voit jamais. Pourtant, sans le DNS, aucun site web ne serait accessible, aucun e-mail ne pourrait être distribué, aucun service en ligne ne fonctionnerait correctement.</p>



<p>Au cœur de ce système se trouvent les enregistrements DNS, qui structurent la manière dont les services sont exposés sur Internet. Ils évoluent avec les architectures web modernes. Chez OVHcloud, cela se traduit notamment par la prise en charge des enregistrements SVCB et HTTPS.</p>



<p>Pour mieux comprendre ces nouveautés, revenons sur les principaux enregistrements DNS et leur rôle.</p>



<h2 class="wp-block-heading"><strong>Le DNS en quelques mots</strong><strong></strong></h2>



<p>Le Domain Name System (DNS) traduit un nom de domaine en adresse IP compréhensible par les machines. Lorsqu’un internaute saisit une adresse web (telle que «&nbsp;www.exemple.com&nbsp;»), une requête est ainsi envoyée pour identifier le serveur correspondant.</p>



<p>Cette phase, appelée résolution DNS, s’appuie sur différents types d’enregistrements, chacun remplissant un rôle précis.</p>



<h2 class="wp-block-heading"><strong>Les enregistrements DNS les plus courants</strong><strong></strong></h2>



<p>Certains enregistrements sont incontournables dans la configuration d’un domaine. Voici les principaux types présents dans une zone DNS.</p>



<h4 class="wp-block-heading"><strong>A et AAAA&nbsp;: rendre un site accessible</strong></h4>



<p>Pour qu’un site soit joignable, son nom de domaine doit être associé à une adresse IP. C’est le rôle des enregistrements A (IPv4) et AAAA (IPv6).</p>



<p>Ils constituent la base de la résolution DNS et permettent aux navigateurs d’atteindre le serveur qui héberge le site.</p>



<h4 class="wp-block-heading"><strong>CNAME&nbsp;: créer un alias entre deux noms de domaine</strong></h4>



<p>Un enregistrement CNAME permet de faire pointer un nom de domaine vers un autre, sans l’associer directement à une adresse IP. Par exemple, «&nbsp;blog.exemple.com&nbsp;» peut renvoyer vers «&nbsp;exemple.com&nbsp;», ce qui évite de dupliquer la configuration.</p>



<p>⚠️&nbsp;À noter&nbsp;: un CNAME ne peut pas être configuré à la racine d’un domaine («&nbsp;exemple.com&nbsp;»). Il ne s’utilise que sur des sous-domaines, comme «&nbsp;blog.exemple.com&nbsp;».</p>



<h4 class="wp-block-heading"><strong>MX&nbsp;: gérer la réception des e-mails</strong></h4>



<p>Les enregistrements&nbsp;MX (Mail Exchange) indiquent quels serveurs doivent traiter les e-mails destinés à un domaine. Ils jouent un rôle central dans la distribution des messages et dans la fiabilité de la messagerie.</p>



<h4 class="wp-block-heading"><strong>TXT&nbsp;: vérifier un domaine et renforcer la sécurité</strong></h4>



<p>Les enregistrements TXT permettent d’associer des informations supplémentaires à un domaine. Ils sont notamment utilisés pour prouver sa propriété auprès de services externes et pour sécuriser les e-mails.</p>



<p>Des mécanismes comme SPF, DKIM ou DMARC reposent sur des enregistrements TXT afin de limiter l’usurpation d’identité et le spam.</p>



<h2 class="wp-block-heading"><strong>SVCB et HTTPS&nbsp;: à quoi servent ces nouveaux enregistrements DNS&nbsp;?</strong><strong></strong></h2>



<p>Lors de la résolution DNS, le navigateur obtient les informations nécessaires pour contacter un serveur.</p>



<p>Les enregistrements SVCB (Service Binding) et HTTPS enrichissent cette étape en indiquant plus précisément comment accéder au service.</p>



<p>Ils peuvent notamment mentionner les protocoles pris en charge (HTTP/2 ou HTTP/3), le serveur à privilégier ou encore certains paramètres techniques destinés à optimiser la connexion.</p>



<p>En transmettant ces informations dès la résolution, ils limitent certains échanges intermédiaires entre le navigateur et le serveur. Ce mécanisme contribue à améliorer la performance et la rapidité de chargement des sites web.</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/dns-svcb-https-illustration.svg" alt="" class="wp-image-31333"/></figure>



<h2 class="wp-block-heading"><strong>Un cas d’usage clé&nbsp;: l’alias à la racine du domaine</strong><strong></strong></h2>



<p>Comme vu précédemment, un enregistrement CNAME ne peut pas être configuré à la racine d’un domaine (comme «&nbsp;exemple.com&nbsp;»). Cette contrainte historique du DNS obligeait à utiliser des solutions alternatives lorsqu’il fallait faire pointer un domaine principal vers un service externe.</p>



<p>Les enregistrements HTTPS et SVCB permettent de lever cette limitation. Ils offrent la possibilité d’indiquer qu’un service web situé à la racine du domaine est fourni par un autre nom, de manière similaire à un CNAME, tout en respectant les règles du DNS.</p>



<p>Prenons un exemple&nbsp;: une entreprise diffuse son site via un CDN accessible à l’adresse «&nbsp;exemple.cdn-provider.net&nbsp;», en conservant «&nbsp;exemple.com&nbsp;» comme point d’accès. Grâce à un enregistrement HTTPS, le navigateur peut être orienté vers le service du CDN sans redirection visible pour l’internaute ni configuration DNS complexe.</p>



<p>⚠️&nbsp;Ces mécanismes reposent toutefois sur des fonctionnalités récentes. Leur prise en charge peut donc varier selon les navigateurs et les systèmes d’exploitation, en particulier dans des environnements plus anciens.</p>



<h2 class="wp-block-heading"><strong>Quels bénéfices pour ces nouveaux enregistrements&nbsp;?</strong><strong></strong></h2>



<p>En enrichissant la phase de résolution DNS, les enregistrements SVCB et HTTPS permettent une orientation plus précise des clients vers les services adaptés.</p>



<p>Ils contribuent ainsi à réduire la latence, à améliorer la performance perçue, ainsi qu’à renforcer la cohérence entre navigateurs, protocoles et infrastructures.</p>



<p>Ils offrent également davantage de souplesse dans la configuration DNS, notamment pour les environnements intégrant des CDN, des plateformes externes ou des architectures cloud distribuées.</p>



<h2 class="wp-block-heading"><strong>Comment les configurer chez OVHcloud&nbsp;?</strong><strong></strong></h2>



<p>Les enregistrements SVCB et HTTPS sont disponibles depuis votre&nbsp;<a href="https://www.ovh.com/auth/?onsuccess=https%3A//manager.eu.ovhcloud.com&amp;ovhSubsidiary=FR" data-wpel-link="exclude">espace client</a>.</p>



<p>Pour les configurer&nbsp;:</p>



<ol class="wp-block-list">
<li>rendez-vous dans la section «&nbsp;Noms de domaine&nbsp;»&nbsp;;</li>



<li>sélectionnez le domaine concerné&nbsp;;</li>



<li>accédez à l’onglet «&nbsp;Zone DNS&nbsp;»&nbsp;;</li>



<li>ajoutez un nouvel enregistrement de type SVCB ou HTTPS.</li>
</ol>



<p>Selon votre situation, il peut être nécessaire d’adapter les paramètres associés (priorité, cible, options spécifiques au service). Pour des informations détaillées sur la gestion des enregistrements DNS, consultez notre&nbsp;<a href="https://help.ovhcloud.com/csm/fr-dns-zone-records?id=kb_article_view&amp;sysparm_article=KB0063452" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">guide dédié</a>.</p>



<h2 class="wp-block-heading"><strong>En résumé&nbsp;: un DNS plus flexible et performant</strong><strong></strong></h2>



<p>Le DNS reste un pilier essentiel d’Internet et continue d’évoluer pour s’adapter aux architectures récentes.</p>



<p>Avec les enregistrements SVCB et HTTPS, il devient possible d’optimiser l’exposition des services, de simplifier certaines configurations (notamment à la racine du domaine) et d’améliorer la performance dès la phase de résolution.Il s’agit d’une évolution technique discrète, mais stratégique, face aux exigences croissantes de rapidité, de sécurité et de flexibilité.</p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fenregistrements-dns-comprendre-role-evolutions-svcb-https%2F&amp;action_name=Enregistrements%20DNS%C2%A0%3A%20comprendre%20leur%20r%C3%B4le%20et%20les%20%C3%A9volutions%20SVCB%2FHTTPS&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Discover the External Secret Operator (ESO) OVHcloud Provider to manage your Kubernetes secrets  🎉</title>
		<link>https://blog.ovhcloud.com/discover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%f0%9f%8e%89/</link>
		
		<dc:creator><![CDATA[Aurélie Vache]]></dc:creator>
		<pubDate>Tue, 14 Apr 2026 07:02:22 +0000</pubDate>
				<category><![CDATA[OVHcloud Engineering]]></category>
		<category><![CDATA[Tranches de Tech & co]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=31032</guid>

					<description><![CDATA[Several months ago, we released the Beta version of the OVHcloud Secret Manager and we guided you how to manage your secrets thanks to the existing External Secret Operator (ESO) Hashicorp Vault provider. As our Secret Manager is now in General Availability, our teams worked on the development of an OVHcloud ESO Provider now available [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fdiscover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%25f0%259f%258e%2589%2F&amp;action_name=Discover%20the%20External%20Secret%20Operator%20%28ESO%29%20OVHcloud%20Provider%20to%20manage%20your%20Kubernetes%20secrets%20%20%F0%9F%8E%89&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="681" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Gribouillis-2026-04-10-15.57.01.910-1024x681.png" alt="" class="wp-image-31204" style="aspect-ratio:1.503658927864753;width:524px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Gribouillis-2026-04-10-15.57.01.910-1024x681.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Gribouillis-2026-04-10-15.57.01.910-300x200.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Gribouillis-2026-04-10-15.57.01.910-768x511.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Gribouillis-2026-04-10-15.57.01.910.png 1532w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Several months ago, we released the Beta version of the OVHcloud Secret Manager and we guided you <a href="https://blog.ovhcloud.com/manage-your-secrets-through-ovhcloud-secret-manager-thanks-to-external-secrets-operator-eso-on-ovhcloud-managed-kubernetes-service-mks/" data-wpel-link="internal">how to manage your secrets thanks to the existing External Secret Operator (ESO) Hashicorp Vault provider</a>.</p>



<p>As our Secret Manager is now in General Availability, our teams worked on the development of an OVHcloud ESO Provider now available in the <a href="https://github.com/external-secrets/external-secrets/releases/tag/v2.3.0" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">ESO v2.3.0 new release</a> 🎉.</p>



<p>In this blog post, you will learn how to create a new secret in the OVHcloud Secret Manager and how to manage it within your Kubernetes clusters through the <a href="https://external-secrets.io/latest/provider/ovhcloud/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud ESO provider</a>.</p>



<h3 class="wp-block-heading">External Secrets Operator (ESO)</h3>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="225" height="225" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image.png" alt="" class="wp-image-31088" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image.png 225w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-150x150.png 150w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-70x70.png 70w" sizes="auto, (max-width: 225px) 100vw, 225px" /></figure>



<p>The <strong>External Secrets Operator</strong> (ESO), a CNCF sanbox project since 2022, is a Kubernetes operator that integrates external secret management systems.</p>



<p>The operator reads the information from an external APIs and automatically injects the values into a <a href="https://kubernetes.io/docs/concepts/configuration/secret/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Kubernetes Secret</a>. If the secret changes in the external API, the operator updates the secret in the Kubernetes cluster.</p>



<p>The ESO connects to an external Secret Manager, such as <a href="https://external-secrets.io/latest/provider/ovhcloud/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud</a>, Vault, AWS, or GCP, via a provider configured in a <strong>(Cluster)SecretStore.</strong> An <strong>ExternalSecret</strong> resource then specifies which secrets to retrieve. ESO fetches those values and creates a corresponding Kubernetes Secret within the cluster.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="943" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Gribouillis-2026-04-09-14.55.33.553-1024x943.png" alt="" class="wp-image-31170" style="aspect-ratio:1.0859073039196323;width:484px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Gribouillis-2026-04-09-14.55.33.553-1024x943.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Gribouillis-2026-04-09-14.55.33.553-300x276.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Gribouillis-2026-04-09-14.55.33.553-768x707.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Gribouillis-2026-04-09-14.55.33.553.png 1097w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>For more details, read the <a href="https://external-secrets.io/" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external">ESO official documentation</a>.</p>



<h3 class="wp-block-heading">Prerequisites</h3>



<p>To be able to use the ESO OVHcloud provider, you need to follow some prerequisites:</p>



<ul class="wp-block-list">
<li>Have an OVHcloud account</li>



<li>Created an <a href="https://www.ovhcloud.com/en/identity-security-operations/key-management-service/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OKMS</a> domain (&#8220;<em>305db938-331f-454d-83a7-3a0a29291661</em>&#8221; for example in this blog post)</li>



<li><a href="https://github.com/ovh/public-cloud-examples/tree/main/iam/create-user-and-generate-pat-token-with-cli" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Created an IAM local user</a> (&#8220;<em>secretmanager-305db938-331f-454d-83a7-3a0a29291661</em>&#8221; for example in this blog post)</li>



<li>Installed the <a href="https://github.com/ovh/ovhcloud-cli/?tab=readme-ov-file#installation" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud CLI</a></li>



<li>Have a Kubernetes cluster</li>
</ul>



<p>The ESO OVH provider supports both <code><em>token</em></code> and <code><em>mTLS</em></code> authentication. In this blog post, we will use the token authentication mode. Please follow the <a href="https://external-secrets.io/latest/provider/ovhcloud/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud ESO provider</a> guide if you wish to use mTLS authentication mode.</p>



<h4 class="wp-block-heading">Generate a PAT token (For token authentication only)</h4>



<p>The ESO (<strong>Cluster)SecretStore</strong> needs the permission to fetch secrets from Secret Manager.</p>



<p>If you want to use token autentication, you’ll need a token (PAT). You can use the ovhcloud CLI to do that:</p>



<pre class="wp-block-code"><code class="">PAT_TOKEN=$(ovhcloud iam user token create &lt;iam-local-user-name&gt; --name pat-&lt;iam-local-user-name&gt; --description "PAT secret manager for domain &lt;okms-id&gt;" -o json  | jq .details.token |  tr -d '"')<br><br>echo $PAT_TOKEN<br>&lt;your-token&gt;</code></pre>



<p>You should have a result like this:</p>



<pre class="wp-block-code"><code class="">$ PAT_TOKEN=$(ovhcloud iam user token create secretmanager-305db938-331f-454d-83a7-3a0a29291661 --name pat-secretmanager-305db938-331f-454d-83a7-3a0a29291661 --description "PAT secret manager for domain 305db938-331f-454d-83a7-3a0a29291661" -o json  | jq .details.token |  tr -d '"')<br>2026/04/07 14:07:45 Final parameters:<br>{<br> "description": "PAT secret manager for domain 305db938-331f-454d-83a7-3a0a29291661",<br> "name": "pat-secretmanager-305db938-331f-454d-83a7-3a0a29291661"<br>}<br><br>$ echo $PAT_TOKEN<br>eyJhbGciOiJFZERTQSIsImtpZCI6IjgzMkFGNUE5ODg3MzFCMDNGM0EzMTRFMDJFRUJFRjBGNDE5MUY0Q0YiLCJraW5kIjoicGF0IiwidHlwIjoiSldUIn0.eyJ0b2tlbiI6InBBSFh1WE5JdVNHYVpmV3F2OUFzVmJrU3UwR2UySTJrdFU0OGdTZkwyZ1k9In0.-VDbiUf4vNm1KB9qSv7i4sGMCvxs_EuZFAETB-eaOFf3IX8-9m7akN800--ASgXy55_DDFHdy4Z5uSq8lww-Bw</code></pre>



<p>Encode the PAT token in base 64 and save it in an environment variable:</p>



<pre class="wp-block-code"><code class="">export PAT_TOKEN_B64=$(echo -n $PAT_TOKEN | base64)<br>echo $PAT_TOKEN_B64</code></pre>



<h4 class="wp-block-heading">Retrieve and save the KMS information</h4>



<p>List the OKMS domains:</p>



<pre class="wp-block-code"><code class="">$ ovhcloud okms list<br>┌──────────────────────────────────────┬─────────────┐<br>│                  id                  │   region    │<br>├──────────────────────────────────────┼─────────────┤<br>│ 305db938-331f-454d-83a7-3a0a29291661 │ eu-west-par │<br>│ xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx │ eu-west-par │<br>└──────────────────────────────────────┴─────────────┘</code></pre>



<p>Save the KMS endpoint and the OKMS ID in two environment variables. For example:</p>



<pre class="wp-block-code"><code class="">export OKMS_ID="305db938-331f-454d-83a7-3a0a29291661"<br>export KMS_ENDPOINT=$(ovhcloud okms get 305db938-331f-454d-83a7-3a0a29291661 -o json | jq .restEndpoint | xargs)</code></pre>



<h4 class="wp-block-heading">Create a secret in the Secret Manager</h4>



<p>In the<a href="https://www.ovh.com/manager" data-wpel-link="exclude"> OVHcloud Control Panel</a> (UI), go to ‘Secret Manager’ section and click on the <strong>Create a secret</strong> button.</p>



<p>Then in order to create a secret ‘prod/eu-west-par/dockerconfigjson’, in the Europe region (France – Paris) eu-west-par, choose this region:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="695" height="674" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Capture-decran-2026-04-13-a-14.13.25.png" alt="" class="wp-image-31231" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Capture-decran-2026-04-13-a-14.13.25.png 695w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Capture-decran-2026-04-13-a-14.13.25-300x291.png 300w" sizes="auto, (max-width: 695px) 100vw, 695px" /></figure>



<p>Then, choose the OKMS domain and create&#8221;prod/eu-west-par/dockerconfigjson&#8221; in the path and fill the content:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="704" height="718" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Capture-decran-2026-04-13-a-14.13.15.png" alt="" class="wp-image-31232" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Capture-decran-2026-04-13-a-14.13.15.png 704w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Capture-decran-2026-04-13-a-14.13.15-294x300.png 294w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Capture-decran-2026-04-13-a-14.13.15-70x70.png 70w" sizes="auto, (max-width: 704px) 100vw, 704px" /></figure>



<p>Finally, click on the <strong>Create</strong> button to finalise the creation of the new secret.</p>



<h4 class="wp-block-heading">Install or update the ESO</h4>



<p>If you&#8217;d never installed ESO in your Kubernetes cluster, you can install it via Helm:</p>



<pre class="wp-block-code"><code class="">helm repo add external-secrets https://charts.external-secrets.io<br>helm repo update<br><br>helm install external-secrets \<br>   external-secrets/external-secrets \<br>    -n external-secrets \<br>    --create-namespace \<br>    --set installCRDs=true</code></pre>



<p>If you already installed it, now you should update it in order to use this new provider:</p>



<pre class="wp-block-code"><code class="">helm upgrade external-secrets external-secrets/external-secrets -n external-secrets</code></pre>



<p>⚠️ In order to use the OVHcloud provider, you need to have a running instance of ESO equals to version <strong>2.3.0</strong> or more.</p>



<pre class="wp-block-code"><code class="">$ helm list -n external-secrets<br><br>NAME            	NAMESPACE       	REVISION	UPDATED                              	STATUS  	CHART                 	APP VERSION<br>external-secrets	external-secrets	1       	2026-04-13 13:56:29.071329 +0200 CEST	deployed	external-secrets-2.3.0	v2.3.0</code></pre>



<h3 class="wp-block-heading">Let&#8217;s deploy a Secret in Kubernetes using the ESO provider!</h3>



<h4 class="wp-block-heading">Deploy a ClusterSecretStore to connect ESO to Secret Manager</h4>



<p>Set up a <strong>ClusterSecretStore</strong> to manage synchronization with Secret Manager.<br>It will use the OVHcloud provider with token authorization mode, and the OKMS endpoint as the backend.</p>



<p>Create a <strong>clustersecretstore.yaml.template</strong> file with the content below:</p>



<pre class="wp-block-code"><code class="">apiVersion: external-secrets.io/v1<br>kind: ClusterSecretStore<br>metadata:<br>  name: secret-store-ovh<br>spec:<br>  provider:<br>    ovh:<br>      server: "$KMS_ENDPOINT" # for example: "https://eu-west-rbx.okms.ovh.net"<br>      okmsid: "$OKMS_ID" # for example: "734b9b45-8b1a-469c-b140-b10bd6540017"<br>      auth:<br>        token:<br>          tokenSecretRef:<br>            name: ovh-token<br>            namespace: external-secrets<br>            key: token<br>---<br>apiVersion: v1<br>kind: Secret<br>metadata:<br>  name: ovh-token<br>  namespace: external-secrets<br>data:<br>  token: $PAT_TOKEN_B64</code></pre>



<p>Generate the <strong>clustersecretstore.yaml</strong> file from the environment variables you defined:</p>



<pre class="wp-block-code"><code class=""><code>envsubst &lt; clustersecretstore.yaml.template &gt; clustersecretstore.yaml</code></code></pre>



<p>You should obtain a file filled with the OVHcloud KMS information:</p>



<pre class="wp-block-code"><code class="">apiVersion: external-secrets.io/v1<br>kind: ClusterSecretStore<br>metadata:<br>  name: secret-store-ovh<br>spec:<br>  provider:<br>    ovh:<br>      server: "https://eu-west-par.okms.ovh.net" # for example: "https://eu-west-rbx.okms.ovh.net"<br>      okmsid: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" # for example: "734b9b45-8b1a-469c-b140-b10bd6540017"<br>      auth:<br>        token:<br>          tokenSecretRef:<br>            name: ovh-token<br>            namespace: external-secrets<br>            key: token<br>---<br>apiVersion: v1<br>kind: Secret<br>metadata:<br>  name: ovh-token<br>  namespace: external-secrets<br>data:<br>  token: ZXlK...UJ3</code></pre>



<p>Apply it in your Kubernetes cluster:</p>



<pre class="wp-block-code"><code class="">kubectl apply -f clustersecretstore.yaml</code></pre>



<p>Check:</p>



<pre class="wp-block-code"><code class="">$ kubectl get clustersecretstore.external-secrets.io/secret-store-ovh<br><br>NAME               AGE   STATUS   CAPABILITIES   READY<br>secret-store-ovh   7s    Valid    ReadWrite      True</code></pre>



<h3 class="wp-block-heading">Create an ExternalSecret</h3>



<p>Create an <strong>externalsecret.yaml</strong> file with the content below:</p>



<pre class="wp-block-code"><code class="">apiVersion: external-secrets.io/v1<br>kind: ExternalSecret<br>metadata:<br>  name: docker-config-secret<br>  namespace: external-secrets<br>spec:<br>  refreshInterval: 30m<br>  secretStoreRef:<br>    name: secret-store-ovh<br>    kind: ClusterSecretStore<br>  target:<br>    template:<br>      type: kubernetes.io/dockerconfigjson<br>      data:<br>        .dockerconfigjson: "{{ .mysecret | toString }}"<br>    name: ovhregistrycred<br>    creationPolicy: Owner<br>  data:<br>  - secretKey: ovhregistrycred<br>    remoteRef:<br>      key: prod/eu-west-par/dockerconfigjson</code></pre>



<p>Apply it:</p>



<pre class="wp-block-code"><code class="">$ kubectl apply -f externalsecret.yaml<br><br>externalsecret.external-secrets.io/docker-config-secret created</code></pre>



<p>Check:</p>



<pre class="wp-block-code"><code class="">$ kubectl get externalsecret.external-secrets.io/docker-config-secret -n external-secrets <br><br>NAME                   STORETYPE            STORE              REFRESH INTERVAL   STATUS         READY   LAST SYNC<br>docker-config-secret   ClusterSecretStore   secret-store-ovh   30m                SecretSynced   True    4s</code></pre>



<p>After applying this command, it will create a Kubernetes Secret object.</p>



<pre class="wp-block-code"><code class="">$ kubectl get secret ovhregistrycred -n external-secrets<br><br>NAME              TYPE                             DATA   AGE<br>ovhregistrycred   kubernetes.io/dockerconfigjson   1      49s</code></pre>



<p>The Kubernetes <strong>Secret</strong> have been created 🎉</p>



<p>We created a Secret directly from the key, but the OVHcloud ESO provider allows you to fetch the original secret from different parameters (fetch the whole secret, fetch nested values, fetch multiple secrets…), according to your needs.</p>



<h3 class="wp-block-heading">Conclusion</h3>



<p>In this blog, we’ve explained how to create secrets in the OVHcloud Secret Manager and then integrate them directly in your Kubernetes clusters using the new ESO OVHcloud provider.</p>



<p>With this brand new OVHcloud provider, you will have a smoother integration between the Secret Manager and your Kubernetes clusters with ESO.</p>



<p>Our team are working on several other integrations, so stay tuned, and please share your thoughts with us!</p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fdiscover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%25f0%259f%258e%2589%2F&amp;action_name=Discover%20the%20External%20Secret%20Operator%20%28ESO%29%20OVHcloud%20Provider%20to%20manage%20your%20Kubernetes%20secrets%20%20%F0%9F%8E%89&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Wrappers on Linux Workstations</title>
		<link>https://blog.ovhcloud.com/wrappers-on-linux-workstations/</link>
		
		<dc:creator><![CDATA[Isabelle Bauer]]></dc:creator>
		<pubDate>Mon, 13 Apr 2026 14:26:16 +0000</pubDate>
				<category><![CDATA[OVHcloud Engineering]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=31132</guid>

					<description><![CDATA[As Linux Sys Admins, we are sometimes faced with dilemmas regarding what we can or cannot allow on machines. Some functionalities are very important to users for their daily tasks and overall better use of their devices, but they sometimes also come with security concerns.We came up with a way to still allow most of [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fwrappers-on-linux-workstations%2F&amp;action_name=Wrappers%20on%20Linux%20Workstations&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="648" height="419" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-5.png" alt="" class="wp-image-31146" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-5.png 648w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-5-300x194.png 300w" sizes="auto, (max-width: 648px) 100vw, 648px" /></figure>



<p>As Linux Sys Admins, we are sometimes faced with dilemmas regarding what we can or cannot allow on machines.<br><br>Some functionalities are very important to users for their daily tasks and overall better use of their devices, but they sometimes also come with security concerns.<br>We came up with a way to still allow most of these functionalities, while having more control over them, but also their outcome.<br><br>While the Linux user community is technical, their missions are still quite heterogeneous. They can range from developers, sysadmins, network engineers and more&#8230;<br>And they all work with very different workflows (from front-end web to the low-level driver). Sometimes on the laptop, on a docker, on a local VM or remotely on a development VM. Some may even need to hook up via a specific hardware.<br><br>Which leaves us users who are very much used to having access to every aspect of their personal computers rather frustrated when they are too limited.</p>



<p></p>



<h3 class="wp-block-heading"><br>Combining Usability and Security</h3>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="568" height="371" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-4.png" alt="" class="wp-image-31145" style="width:734px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-4.png 568w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-4-300x196.png 300w" sizes="auto, (max-width: 568px) 100vw, 568px" /></figure>



<p>Wrappers are usually used for abstraction and convenience; they often are relied on to simplify command-line workflows, enforce consistent parameters, or adapt legacy tools to modern environments.<br>In the case at hand, they are used a bit more like &#8220;guardrails.&#8221;</p>



<p>Take, as example, package management. Tools like apt are powerful but inherently risky when misused (or maliciously used), and capable of altering a system’s status by removing critical dependencies, etc&#8230;<br>Instead of exposing these tools directly (or completely removing access to them), our team provides a wrapped version that preserves essential functionality, while explicitly blocking operations that could compromise the system’s integrity.</p>



<h3 class="wp-block-heading">Why would our user base need access to apt? Why not just completely remove that option?</h3>



<p>Since our user base is rather technical, and knows their operating system rather well in general, they should be able to install authorized packages, or to update or remove them whenever they like (even though we also have a daily, automatic updates running too).<br>Plus, if they encounter any basic dpkg/apt issue, it makes sense for them to be able to resolve them autonomously.</p>



<p>Here is the list of options we made available:</p>



<pre class="wp-block-code"><code class="">Usage:<br>ovh-apt &lt;install|reinstall|remove|purge&gt; [OPTIONS] &lt;package|package=version&gt; [package...]<br>ovh-apt &lt;update|autoclean|clean&gt;<br>ovh-apt &lt;fix&gt; (this executes apt-get install -f)<br>ovh-apt &lt;fix-dpkg&gt; (this executes dpkg --configure -a)<br>Examples:<br>ovh-apt update<br>ovh-apt install vim<br>ovh-apt install vim=2:8.1.2269-1ubuntu5.17<br>ovh-apt install --only-upgrade bash<br>ovh-apt fix</code></pre>



<p></p>



<p>We also have a list of protected packages, to avoid having very useful ones deleted; firewall configuration, systemd, sudo, etc…<br>Basically, this includes everything that could have an impact on security or system integrity. As well, this wrapper in specific is non-interactive – in order to make sure a root shell is never offered – as can be the case natively with dpkg.</p>



<h3 class="wp-block-heading">How to prevent specific packages from being uninstalled?</h3>



<p>We have a .txt file containing a bunch of package names (one per line).<br>In our ovh-apt script, we look into that file, and if we find a corresponding package, we exit the script.</p>



<pre class="wp-block-code"><code class="">re="^(Purg|Remv) ([^ ]+) "<br>IFS="<br>"<br>protected="$(cat /etc/ovh/ovh-apt/protected.txt)"<br>apt_output=$(cat nohup.out)<br>for line in $apt_output ; do<br>if [[ "$line" =~ $re ]]; then<br>package="${BASH_REMATCH[2]}"<br>if [[ " ${protected[*]} " =~ [[:space:]]${package}[[:space:]] ]]; then<br>echo "Error: Package $package is protected, won't do."<br>cancel=1<br>fi<br>fi<br>done<br>unset IFS</code></pre>



<p></p>



<p></p>



<h3 class="wp-block-heading">There is more</h3>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="453" height="309" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-3.png" alt="" class="wp-image-31144" style="width:737px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-3.png 453w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/image-3-300x205.png 300w" sizes="auto, (max-width: 453px) 100vw, 453px" /></figure>



<p>By default, you would need root access on unix systems to be able to change the keyboard layout. We decided to make a wrapper to allow for some users to set the layout of their choice.<br>This implementation was also heavily requested by Linux users, and very understandably so.</p>



<p>Here&#8217;s how it works:</p>



<pre class="wp-block-code"><code class="">Usage: ovh-keyboard &lt;command&gt; [options]<br>Commands:<br>show -&gt; Show current keyboard configuration.<br>set &lt;layout&gt; -&gt; Update keyboard configuration.<br>Valid options: fr, us, gb, ca, es, it, de, pt</code></pre>



<p>Just for funsies, here is the list of other wrappers we use:<br><br><strong>ovh_backlightctl</strong> Allows user to control the backlight options of their monitors.<br><strong>ovh_snap </strong>Allows users to manage a list of snap packages on their device protected<br><strong>ovh_swapclean</strong> Obviously.<br><strong>ovh-systemctl</strong> Allows specific and unharmful systemctl commands.<br><strong>nmcli_wrapper</strong> Blocks the –show-secrets options with nmcli. ‘Cause we don’t want secrets to be seen (that’s why they’re secret).</p>



<p>We definitely will keep on using wrappers, whether it is for user or security needs, when the use case allows it. We find this way of handling the accessibility / security compromise fits quite well with how we manage the Linux parc so far.</p>



<p></p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fwrappers-on-linux-workstations%2F&amp;action_name=Wrappers%20on%20Linux%20Workstations&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Evolution of our Web Hosting plans: What is changing and why</title>
		<link>https://blog.ovhcloud.com/en-webhosting-2026/</link>
		
		<dc:creator><![CDATA[Sébastien Cavaillé]]></dc:creator>
		<pubDate>Sun, 12 Apr 2026 17:00:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OVHcloud]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=30639</guid>

					<description><![CDATA[From May 1st, 2026, OVHcloud’s Web Hosting plans will evolve in format and execution. Concretely, this means: a new offering structure adapted to your needs, changes in the resources included in your plan, improvements in the way you can access our support, and adjustments to the pricing structure. In this article, you will find information [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fen-webhosting-2026%2F&amp;action_name=Evolution%20of%20our%20Web%20Hosting%20plans%3A%20What%20is%20changing%20and%20why&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<p><strong>From May 1st, 2026, OVHcloud’s Web Hosting plans will evolve in format and execution. Concretely, this means: a new offering structure adapted to your needs, changes in the resources included in your plan, improvements in the way you can access our support, and adjustments to the pricing structure. In this article, you will find information on what is changing, why we are making these decisions, and how it might impact you.</strong></p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="321" src="https://blog.ovhcloud.com/wp-content/uploads/2026/02/image-13-1024x321.png" alt="" class="wp-image-30643" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/02/image-13-1024x321.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/02/image-13-300x94.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/02/image-13-768x240.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/02/image-13-1536x481.png 1536w, https://blog.ovhcloud.com/wp-content/uploads/2026/02/image-13-2048x641.png 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<h2 class="wp-block-heading" id="offers"><strong>1) We are introducing three new Web Hosting ranges</strong></h2>



<p>Our offers will be organized into <strong>three distinct ranges</strong>, each designed to match different needs and usage profiles. Whether you are launching a simple website, running a growing business, or managing multiple client projects, you can now more easily <strong>find the plan that fits your situation</strong>.</p>



<h3 class="wp-block-heading"><strong>Eco range: affordable and straightforward hosting</strong></h3>



<p>This range is designed for professionals looking for a <strong>cost-effective solution</strong>. It focuses on essential features to get a website online quickly and easily, without unnecessary complexity. <strong>All plans include the core services</strong>: disk space, email accounts, a domain name, and built-in security.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1120" height="416" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_eco-range.png" alt="" class="wp-image-31441" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_eco-range.png 1120w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_eco-range-300x111.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_eco-range-1024x380.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_eco-range-768x285.png 768w" sizes="auto, (max-width: 1120px) 100vw, 1120px" /></figure>



<p>It is ideal for simple websites, first projects, portfolios, or small business sites that need to be reliable and easy to manage from day one. You get <strong>everything you need to launch and run your site</strong>, at a price that stays accessible over time.</p>



<p>In short, we provide a straightforward, dependable hosting solution that covers the essentials, so you can focus on your project, not on technical setup.</p>



<p>If you already own a domain name with OVHcloud, you can activate your free hosting right away. <strong>Every domain includes 100 MB of hosting</strong>, so you can get your first web pages online at no additional cost. This free plan comes with one <strong>email account</strong>, the <strong>performance</strong> of our infrastructure, and the same <strong>high level of security</strong> as all our other products.</p>



<h3 class="wp-block-heading"><strong>Business range: performance and flexibility</strong></h3>



<p>The Business range is built for professionals who need more <strong>performance</strong>, <strong>flexibility</strong>, and <strong>resources</strong> to support their growth.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1120" height="577" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_business-range.png" alt="" class="wp-image-31442" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_business-range.png 1120w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_business-range-300x155.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_business-range-1024x528.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_business-range-768x396.png 768w" sizes="auto, (max-width: 1120px) 100vw, 1120px" /></figure>



<p>As your website evolves, so do your requirements: more traffic, more content, more integrations. This range provides <strong>faster loading times, more generous resources</strong> (databases, storage, email accounts), and additional technical capabilities to adapt your environment to your needs.</p>



<p>Whether you are running a business website, an e-commerce platform, or multiple projects, you benefit from a hosting solution <strong>designed to keep up with your growth while giving you more control</strong>.</p>



<p>For more demanding use cases, our Pro and Performance plans provide higher CPU and RAM allocations designed to handle traffic spikes smoothly, ensuring your websites remain responsive even during peak activity.</p>



<p>In short, this is the right balance between performance, flexibility, and cost-efficiency for growing projects.</p>



<h3 class="wp-block-heading"><strong>Agencies range: built for managing multiple clients efficiently</strong></h3>



<p>The Agencies range is designed for <strong>professionals managing several websites</strong> across multiple clients.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1120" height="582" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_agencies-range.png" alt="" class="wp-image-31443" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_agencies-range.png 1120w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_agencies-range-300x156.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_agencies-range-1024x532.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/EN_agencies-range-768x399.png 768w" sizes="auto, (max-width: 1120px) 100vw, 1120px" /></figure>



<p>When you operate multiple projects, efficiency becomes key. This range allows you to host, manage, and scale multiple websites <strong>within a single environment</strong>, helping you <strong>centralize</strong> operations and <strong>reduce costs</strong>.</p>



<p>It is particularly suited for agencies, freelancers, and service providers who need to <strong>deploy, maintain, and monitor many sites</strong> while keeping their workflow simple and scalable.</p>



<p>In short: a solution built to help you manage more projects and clients, more efficiently, while saving both time and costs, without multiplying hosting plans.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="ressources"><strong>2) More capacity to grow your projects</strong></h2>



<p>After a full renewal of our <a href="https://blog.ovhcloud.com/en-webhosting-new-compute/" type="link" id="https://blog.ovhcloud.com/en-webhosting-new-compute/" data-wpel-link="internal">compute infrastructure in 2025</a>, our Web Hosting plans are now <strong>up to 3x faster</strong>, with 2x more compute power allocated.</p>



<p>In 2026, <strong>we are upgrading our storage technology</strong>. All our Web Hosting plans are progressively moving to <strong>SSD storage</strong> to ensure faster access times and better resilience during incidents or maintenance operations. The result: improved service quality and higher availability for your websites.</p>



<p>In addition, we are <strong>increasing both the number of databases and the storage capacity</strong> per database included in our Web Hosting plans.</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="707" height="463" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/speed.png" alt="" class="wp-image-31195" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/speed.png 707w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/speed-300x196.png 300w" sizes="auto, (max-width: 707px) 100vw, 707px" /></figure>



<h3 class="wp-block-heading"><strong>What’s changing</strong></h3>



<p>Many customers begin with a single website, then expand to additional projects such as blogs, landing pages, test environments, or client websites. Because our Web Hosting plans are designed to be multi-site, <strong>you can host multiple projects within a single plan</strong>. As your projects grow, database requirements naturally increase due to additional content, users, plugins, and data.</p>



<p>Our goal is simple: instead of requiring an immediate upgrade to a higher plan, we are including <strong>additional resources directly in your existing plan</strong>. This allows you to group multiple websites under the same hosting account, each with its own database. In practice, <strong>this reduces costs, simplifies management, and gives you the flexibility to scale</strong> your projects without unnecessary complexity.</p>



<h3 class="wp-block-heading"><strong>What this means for you</strong></h3>



<p><strong>Run multiple websites without additional hosting plans</strong><br>You can create and manage several websites under the same account, each with its own database, without needing to upgrade immediately.</p>



<p><strong>Install multiple CMS environments easily</strong><br>Whether you use WordPress, Joomla!, PrestaShop, or another CMS, you can deploy separate projects independently, without database limitations.</p>



<p><strong>Create staging and test environments</strong><br>You can duplicate websites to safely test updates, themes, or plugins before deploying them to production.</p>



<p><strong>Support long-term website growth</strong><br>As your traffic and content increase, larger databases provide additional capacity without the risk of quickly reaching storage limits.</p>



<p>By expanding both database capacity and quantity, we are providing more room for your projects to grow without requiring an immediate plan upgrade.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>3) Pricing update: lower entry price and long-term savings</strong></h2>



<p>As part of this evolution, our pricing structure is also changing. It has been designed with two clear objectives: <strong>maintain a very accessible entry price</strong> for new projects and <strong>deliver stronger overall value for customers choosing longer durations.</strong></p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="707" height="463" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/serenity.png" alt="" class="wp-image-31194" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/serenity.png 707w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/serenity-300x196.png 300w" sizes="auto, (max-width: 707px) 100vw, 707px" /></figure>



<h3 class="wp-block-heading"><strong>A highly competitive first year for new subscriptions</strong></h3>



<p>For any new subscription, the first-year price is intentionally kept very low.</p>



<p>For example, <strong>the Pro plan now starts at €1.99/month for the first year.</strong></p>



<p>This approach makes it easier to launch a new idea, test a concept, or start a business without significant upfront costs. Customers launching new projects benefit from one of the most competitive entry prices available.</p>



<p><strong>All core hosting features remain included</strong>: generous email accounts, a domain name included during the first year, multi-site capability, expanded database resources, and enhanced support services. In short, you keep everything that makes your hosting complete, with additional resources and improved assistance.</p>



<h3 class="wp-block-heading"><strong>Better pricing with longer durations</strong></h3>



<p><strong>We are introducing 24- and 48-month prepaid plans to help you secure the best possible rate!</strong>&nbsp;Most websites are long-term projects that grow in visibility, traffic, and business value, and we want your hosting plan to support that long-term development.</p>



<p>By selecting a longer duration, you can benefit from significant savings:</p>



<ul class="wp-block-list">
<li><strong>Choosing 24 months can represent savings equivalent to 5 to 6 months</strong> compared to annual renewals.</li>



<li><strong>Choosing 48 months can represent savings equivalent to 16 to 18 months</strong> compared to annual renewals.</li>
</ul>



<p>This approach is simple: the longer your duration, the lower your monthly price and the more predictable your hosting budget becomes.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>4) Renew now and keep your current price</strong></h2>



<p>If you are already a customer, we want to ensure your <strong>loyalty continues to be rewarded.</strong> Many of you have trusted us to host your projects for years, and we want to give you the opportunity to maintain your current pricing conditions.</p>



<p><strong>If you wish to retain your existing pricing, you can renew your hosting plan before <strong>1st</strong></strong> <strong>June 2026</strong>. This allows you to secure your current rate while continuing to benefit from all plan improvements. Renewal can be completed in just a few clicks from your Control Panel.</p>



<p>By renewing in advance, you can:</p>



<ul class="wp-block-list">
<li><strong>Lock in your current rate</strong> for the duration you choose</li>



<li>Extend your subscription for <strong>up to 4 additional years</strong></li>



<li>Continue benefiting from <strong>upgraded features</strong>, including additional databases and improved support</li>
</ul>



<p>For long-term projects, renewing now provides cost stability and better visibility on future hosting expenses.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="support"><strong>5) A redesigned and strengthened support experience</strong></h2>



<p>For many of you, <strong>running a website is more than a hobby.</strong> It can generate revenue, support clients, or represent your business online. When an issue occurs, you do not want to simply open a ticket. You expect <strong>clear guidance and fast resolution</strong>. We have listened to this feedback and are strengthening our support services to be easier to reach, faster to respond, and more helpful when you need expert advice.</p>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="707" height="463" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/support.png" alt="" class="wp-image-31192" style="width:707px;height:auto" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/support.png 707w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/support-300x196.png 300w" sizes="auto, (max-width: 707px) 100vw, 707px" /></figure>



<p>Here is how your day-to-day support experience will evolve:</p>



<p><strong>Support whenever you need it</strong><br>We are progressively rolling out 24/7 availability, with expanded contact channels so you can reach us at any time, whether you are launching a new site, managing an urgent issue, or looking for guidance.</p>



<p><strong>Faster responses</strong><br>An improved live chat experience will allow you to connect quickly with our teams and receive clear answers with reduced waiting times.</p>



<p><strong>Simplified human interaction</strong><br>You will be able to call us directly from your browser and request a callback from one of our agents, allowing you to receive assistance in the way that suits you best.</p>



<p><strong>Stronger guidance and follow-up</strong><br>We are adopting a more proactive support approach, focused not only on resolving issues but also on advising you and helping you move your projects forward with confidence.</p>



<p>Our objective is straightforward: make it easier and faster for you to get help when you need it. Whether you are launching a new website, managing updates, or troubleshooting an issue, we are continuously investing to deliver a smoother customer experience.</p>



<p>These improvements reflect our commitment to supporting both beginners and advanced users with reliable and accessible assistance. They are currently being prepared and will be progressively deployed to ensure quality and stability.</p>



<h2 class="wp-block-heading" id="partners"><strong>6) Dedicated offers for Partners and Agencies (coming soon)</strong></h2>



<p>Some customers go beyond managing their own websites. They design, deploy, and resell complete web environments for their clients, including hosting, domain names, email services, and other solutions, sometimes under their own brand. Resellers and agencies often operate across the entire OVHcloud ecosystem and <strong>require solutions adapted to multi-client and multi-service environments</strong>.</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="707" height="463" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/partners.png" alt="" class="wp-image-31198" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/partners.png 707w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/partners-300x196.png 300w" sizes="auto, (max-width: 707px) 100vw, 707px" /></figure>



<p>Managing a Web Cloud portfolio typically involves:</p>



<ul class="wp-block-list">
<li><strong>Coordinating updates</strong> across multiple customer environments</li>



<li><strong>Ensuring availability and performance</strong> across all hosted projects</li>



<li><strong>Responding quickly </strong>when customer services are impacted</li>



<li><strong>Optimizing costs</strong> and margins across service portfolios</li>
</ul>



<p>We are preparing a dedicated offer designed specifically for these use cases.<br>This upcoming partner offering will include:</p>



<ul class="wp-block-list">
<li><strong>Premium and prioritized support</strong> with clearer escalation paths for business-critical situations</li>



<li><strong>Preferential pricing </strong>tailored to multi-product portfolios</li>



<li><strong>Management tools designed for agencies </strong>to simplify deployment, monitoring, and maintenance across multiple services for your multiple customers.&nbsp;</li>
</ul>



<p>More details will be shared soon. We look forward to developing this offer in collaboration with our partner ecosystem.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="roadmap"><strong>7) New features </strong></h2>



<p>We are continuously improving our Web Hosting platform, and several major enhancements are already underway.</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="707" height="463" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/features.png" alt="" class="wp-image-31199" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/features.png 707w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/features-300x196.png 300w" sizes="auto, (max-width: 707px) 100vw, 707px" /></figure>



<p><strong>We have recently completed a full renewal of our compute infrastructure to deliver improved performance and reliability across all hosted websites</strong>. <a href="https://blog.ovhcloud.com/en-webhosting-new-compute/" data-wpel-link="internal">Read more about it on our dedicated blog article</a>.</p>



<p>We are also <strong>currently replacing our storage infrastructure </strong>with the same objective: delivering improved performance, resilience, and long-term data reliability.</p>



<p>These infrastructure upgrades are part of a broader and transparent product roadmap. We openly share our development priorities so you can track ongoing and upcoming improvements.</p>



<p>Beyond infrastructure, upcoming enhancements include:</p>



<ul class="wp-block-list">
<li>Simplified WordPress management through <strong>Managed Hosting for WordPress </strong>(<a href="https://labs.ovhcloud.com/en/managed-wp" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">currently available in beta</a>), providing increased automation and easier daily administration.</li>



<li>Our new <strong>video hosting solution</strong> designed to deliver media content without relying on third-party platforms. <a href="https://labs.ovhcloud.com/en/video-webhosting/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Discover the Video Center!</a></li>



<li><strong>New AI-powered features</strong> to help manage, optimize, and secure your websites</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>Our commitment to you</strong></h2>



<p>Whether you are running a personal website, launching a business, or managing multiple projects, our objective remains unchanged: deliver a powerful, reliable, and cost-efficient platform that supports your growth over time and continuously improve your hosting experience with practical features that simplify daily management while strengthening performance and reliability.&nbsp;</p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fen-webhosting-2026%2F&amp;action_name=Evolution%20of%20our%20Web%20Hosting%20plans%3A%20What%20is%20changing%20and%20why&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
