<?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>Marjorie Darrigade, Author at Clever Cloud</title>
	<atom:link href="https://www.clever.cloud/blog/author/mdarrigade/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>From Code to Product</description>
	<lastBuildDate>Fri, 19 Jun 2026 09:53:26 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://cdn.clever-cloud.com/uploads/2023/03/cropped-cropped-favicon-32x32.png</url>
	<title>Marjorie Darrigade, Author at Clever Cloud</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>K3s vs K8s: What Are the Differences and Which One Should You Choose in 2026?</title>
		<link>https://www.clever.cloud/blog/features/2026/05/28/k3s-vs-k8s-what-are-the-differences-and-which-one-should-you-choose-in-2026/</link>
		
		<dc:creator><![CDATA[Marjorie Darrigade]]></dc:creator>
		<pubDate>Thu, 28 May 2026 07:19:05 +0000</pubDate>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[K3s]]></category>
		<category><![CDATA[K8S]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<guid isPermaLink="false">https://www.clever.cloud/?p=24419</guid>

					<description><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-27-clever-cloud-banniere-blog-k3s-vs-k8s-en.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="K3s vs K8s EN" decoding="async" fetchpriority="high" srcset="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-27-clever-cloud-banniere-blog-k3s-vs-k8s-en.png 800w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-27-clever-cloud-banniere-blog-k3s-vs-k8s-en-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-27-clever-cloud-banniere-blog-k3s-vs-k8s-en-768x341.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>In short: K3s is a CNCF-certified Kubernetes distribution optimized for constrained environments (edge, IoT, labs). K8s refers to the original Kubernetes project, designed for large-scale production clusters. The choice depends on your available resources, deployment context, and operational workload.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">K8s: Standard Kubernetes for Enterprise Environments</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K8s is the abbreviation of Kubernetes, with the “8” representing the eight letters between the “K” and the “s”. It is the original open-source project maintained by the Cloud Native Computing Foundation (CNCF) and initially developed by Google.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Kubernetes is designed for <strong>large-scale production environments</strong>: multi-node clusters, high availability, integration with public clouds (AWS, GCP, Azure), or on-premises datacenters. Its control plane includes several separate components: API server, scheduler, controller manager, etcd, deployed independently, which provides maximum flexibility but requires significant operational expertise.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>Typical requirements for a production control plane node</strong>: at least 2 vCPUs and 2 GB of RAM for Kubernetes components alone, excluding etcd and application workloads.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">K3s: A CNCF-Certified Kubernetes Distribution, Not a Fork</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3s is a certified Kubernetes distribution, not an unofficial lightweight version or a fork. Created by Rancher Labs, it was <a href="https://thenewstack.io/ranchers-k3s-joins-cncf-sandbox-as-first-kubernetes-distribution/" target="_blank" rel="noreferrer noopener">donated to the CNCF in June 2020</a> and passes the same Sonobuoy conformance tests as all certified distributions. Any valid Kubernetes manifest works on K3s.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Its main goal is to <strong>drastically reduce the resources required </strong>to run Kubernetes in constrained environments (edge, IoT, CI/CD, labs) without giving up API compatibility.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">What K3s Changes Compared to K8s</h3>
<!-- /wp:heading -->

<!-- wp:list -->
<ul class="wp-block-list"></ul>
<!-- /wp:list -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li><a href="https://k3s.io/" target="_blank" rel="noreferrer noopener">A single binary under 70 MB</a>  (supporting x86, ARM64, ARMv7, and S390X), including the containerd runtime, Flannel CNI, a Traefik ingress controller, and a Klipper load balancer.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li><strong>SQLite as the default datastore</strong> in single-node mode instead of etcd. In high-availability configurations (minimum three server nodes), K3s can use <strong>embedded etcd </strong>or an external datastore (MySQL, PostgreSQL, external etcd).</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li><strong>Alpha and beta components removed </strong>to reduce the attack surface and memory footprint.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p><strong>Important point</strong>: K3s does not remove etcd; it makes it optional. In single-node mode, SQLite is sufficient. In high availability, embedded or external etcd is supported - although the latter is not officially supported by the K3s team.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Resource Footprint</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3s can run with as little as <strong>512 MB of RAM</strong> on an agent node. According to <a href="https://docs.k3s.io/installation/requirements" target="_blank" rel="noreferrer noopener">the official documentation</a> (updated May 2026), a server node (control plane) requires 2 GB of RAM and 2 CPU cores, excluding application workloads. A load-tested profile is available in the <a href="https://docs.k3s.io/reference/resource-profiling" target="_blank" rel="noreferrer noopener">K3s resource profiling guide</a>. It is worth noting that tests on hardware with 1 GB of total RAM showed instability across K3s, k0s, and MicroK8s when deploying real application workloads (even a lightweight Kubernetes cluster still consumes non-negligible control-plane resources).</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Key Technical Differences</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Datastore</h3>
<!-- /wp:heading -->

<!-- wp:spacer {"height":"25px"} -->
<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:html -->
<style>
  .cc-table-wrap { overflow-x: auto; }
  .cc-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 17px;
    font-family: "Plus Jakarta Sans","PlusJakartaSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    color: #111827;
  }
  .cc-table th,
  .cc-table td {
    text-align: left;
    padding: 12px 16px;
    vertical-align: top;
    line-height: 1.6;
  }
  .cc-table tbody tr + tr td,
  .cc-table tbody tr:first-child td {
    border-top: 1px solid #deddee;
  }
  .cc-table th + th,
  .cc-table td + td {
    border-left: 1px solid #deddee;
  }
  .cc-table thead th {
    font-weight: 700;
    text-align: center;
  }
  .cc-table th:nth-child(1),
  .cc-table td:nth-child(1) { width: 28%; }
  .cc-table th:nth-child(2),
  .cc-table td:nth-child(2) { width: 36%; }
  .cc-table th:nth-child(3),
  .cc-table td:nth-child(3) { width: 36%; }
</style>

<div class="cc-table-wrap">
  <table class="cc-table">
    <thead>
      <tr>
        <th>Scenario</th>
        <th>K8s</th>
        <th>K3s</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Single-node</td>
        <td>etcd required</td>
        <td>SQLite by default</td>
      </tr>
      <tr>
        <td>Multi-node High Availability</td>
        <td>etcd</td>
        <td>Embedded or external etcd (MySQL, PostgreSQL)</td>
      </tr>
    </tbody>
  </table>
</div>
<!-- /wp:html -->

<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Runtime and packaging</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K8s no longer provides a default runtime since the removal of dockershim (v1.24, 2022). Starting with Kubernetes 1.24, you must install a CRI-compatible runtime (containerd or CRI-O). K3s embeds containerd directly into its binary.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Control Plane Architecture</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>In K8s, control plane components (API server, scheduler, controller manager) are separate processes. In K3s, they are merged into a single binary, which reduces overhead but limits some advanced isolation configurations.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Scalability</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3s is suitable for moderately sized clusters. In high-availability configurations (3 server nodes, 4 vCPU / 8 GB RAM), <a href="https://docs.k3s.io/installation/requirements" target="_blank" rel="noreferrer noopener">the official documentation</a> indicates a capacity of around 1,200 agents. For very large clusters (several thousand nodes), K8s remains the reference.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">K3s vs K8s Comparison Table</h2>
<!-- /wp:heading -->

<!-- wp:spacer {"height":"35px"} -->
<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:html -->
<style>
  .cc-table-wrap { overflow-x: auto; }
  .cc-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 17px;
    font-family: "Plus Jakarta Sans","PlusJakartaSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    color: #111827;
  }
  .cc-table th,
  .cc-table td {
    text-align: left;
    padding: 12px 16px;
    vertical-align: top;
    line-height: 1.6;
  }
  .cc-table tbody tr + tr td,
  .cc-table tbody tr:first-child td {
    border-top: 1px solid #deddee;
  }
  .cc-table th + th,
  .cc-table td + td {
    border-left: 1px solid #deddee;
  }
  .cc-table thead th {
    font-weight: 700;
    text-align: center;
  }
  .cc-table tbody td:first-child {
    font-weight: 600;
  }
  .cc-table th:nth-child(1),
  .cc-table td:nth-child(1) { width: 28%; }
  .cc-table th:nth-child(2),
  .cc-table td:nth-child(2) { width: 36%; }
  .cc-table th:nth-child(3),
  .cc-table td:nth-child(3) { width: 36%; }
</style>

<div class="cc-table-wrap">
  <table class="cc-table">
    <thead>
      <tr>
        <th>Criterion</th>
        <th>K3s</th>
        <th>K8s</th>
      </tr>
    </thead>
    <tbody>
      <tr><td>CNCF certification</td><td>Yes (certified distribution)</td><td>Yes (original project)</td></tr>
      <tr><td>Binary size</td><td>&lt; 100 MB</td><td>Not applicable (separate components)</td></tr>
      <tr><td>Default datastore</td><td>SQLite (single-node) / etcd (high availability)</td><td>etcd</td></tr>
      <tr><td>Embedded runtime</td><td>containerd</td><td>No (to be installed separately)</td></tr>
      <tr><td>ARM support</td><td>Yes (ARM64, ARMv7)</td><td>Yes (depends on the distribution)</td></tr>
      <tr><td>Default ingress</td><td>Traefik (included)</td><td>No (to be deployed separately)</td></tr>
      <tr><td>API compatibility</td><td>Required APIs certified by the CNCF</td><td>Reference implementation (original project)</td></tr>
      <tr><td>Documented max scalability</td><td>~1200 agents (High Availability 3 servers)</td><td>Several thousand nodes</td></tr>
      <tr><td>Main use case</td><td>Edge, IoT, lab, CI/CD</td><td>Enterprise, cloud, datacenters</td></tr>
      <tr><td>Operational complexity</td><td>Low</td><td>High</td></tr>
      <tr><td>Alpha/beta components</td><td>Removed</td><td>Included</td></tr>
    </tbody>
  </table>
</div>
<!-- /wp:html -->

<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Use Cases: Which One Should You Choose?</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Choose K3s if:</h3>
<!-- /wp:heading -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>You deploy on <strong>constrained hardware</strong> (Raspberry Pi, industrial appliances, edge servers with limited RAM).</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>You manage remote <strong>IoT or edge clusters</strong>, potentially in disconnected environments.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>You need a <strong>development or CI cluster</strong> that starts quickly, including on modest hardware.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>You want an operational cluster with <strong>minimal initial configuration</strong>.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Choose K8s (or an enterprise distribution) if:</h3>
<!-- /wp:heading -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>You orchestrate <strong>hundreds or thousands of production nodes</strong>.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Your workloads require <strong>advanced cloud-native integrations</strong> (storage, load balancers, IAM) provided by hyperscalers.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>You need <strong>alpha or beta API components</strong> unavailable in K3s.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Your organization has a <strong>dedicated SRE team</strong> operating clusters.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Hybrid Use Cases: K3s and K8s Together</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3s and K8s are not mutually exclusive. Several hybrid architectures are documented in production:</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Fleet Management with Rancher</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Edge K3s clusters are managed from a central control plane running on K8s or RKE2. The Home Depot (large American retailer with more than 2,300 stores) <a href="https://www.datacenterknowledge.com/data-center-site-selection/home-depot-upgrades-2-300-retail-edge-locations-using-suse-rancher-k3s" target="_blank" rel="noreferrer noopener">manages its sites using K3s supervised through Rancher</a>.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">K3s for Dev and Staging, K8s for Production</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>API compatibility guarantees that manifests and Helm charts tested on K3s work in production on an enterprise cluster. This parity reduces surprises when promoting environments.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">CI/CD</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Test pipelines run on K3s (low cost, fast startup) while production environments use managed K8s clusters.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Managed Kubernetes: A Third Path</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Neither K3s nor K8s solves the question of <strong>daily operations</strong>: updates, certificates, control plane monitoring, or failure management. This is precisely what managed Kubernetes solutions cover.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Hyperscalers (EKS, GKE, AKS) provide this management within their own clouds. But managed solutions also exist outside these ecosystems, especially for organizations that want to retain control over their data and choose sovereign Kubernetes, or even French-operated Kubernetes.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><a href="https://www.clever.cloud/product/kubernetes/">Clever Kubernetes Engine (CKE)</a> is Clever Cloud’s managed Kubernetes service, designed for teams already using Kubernetes and wanting to delegate control plane management (updates, high availability, monitoring) without being constrained to a single hyperscaler. CKE explicitly targets teams that are not fully covered by the traditional  <a href="https://www.clever.cloud/clever-cloud-paas/">PaaS</a> model (multi-runtime use cases, non-twelve-factor workloads, or the need for granular resource control).</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"150px"} -->
<div style="height:150px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading {"textAlign":"center","level":1} -->
<h1 class="wp-block-heading has-text-align-center">FAQ</h1>
<!-- /wp:heading -->

<!-- wp:html -->
<div style="height: 1px; background-color: #DEDDEE; margin: 30px auto; width: 100%;"></div>
<!-- /wp:html -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Is K3s a Kubernetes fork?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>No. K3s is a CNCF-certified Kubernetes distribution. It passes Sonobuoy conformance tests and supports the same APIs as K8s. It is not maintained separately from Kubernetes: it follows upstream Kubernetes releases.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Can K3s Be Used in Production?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Yes, with some nuances. K3s is documented for production workloads in constrained environments (edge, IoT). For large-scale clusters or critical workloads with high SLA requirements, K8s (or an enterprise distribution such as RKE2) is more appropriate.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Does K3s Support Helm?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Yes. K3s includes an integrated Helm controller and is compatible with any valid Helm chart.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">What Is the Difference Between K3s and K3d?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3d is a tool that runs K3s inside Docker containers. It further simplifies the creation of local K3s clusters for development, but it is not intended for production use.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Does K3s Run on ARM?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Yes. ARM64 and ARMv7 are natively supported, which explains its popularity on Raspberry Pi devices and industrial appliances.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Managed Kubernetes vs Self-Hosted K3s: Which One Should You Choose?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Self-hosted K3s gives you full control but makes you responsible for operations (updates, security, high availability). Managed Kubernetes delegates this responsibility to an operator, at the cost of dependency on that provider. The choice depends on your operational resources and control requirements.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"90px"} -->
<div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->]]></description>
										<content:encoded><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-27-clever-cloud-banniere-blog-k3s-vs-k8s-en.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="K3s vs K8s EN" decoding="async" srcset="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-27-clever-cloud-banniere-blog-k3s-vs-k8s-en.png 800w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-27-clever-cloud-banniere-blog-k3s-vs-k8s-en-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-27-clever-cloud-banniere-blog-k3s-vs-k8s-en-768x341.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>In short: K3s is a CNCF-certified Kubernetes distribution optimized for constrained environments (edge, IoT, labs). K8s refers to the original Kubernetes project, designed for large-scale production clusters. The choice depends on your available resources, deployment context, and operational workload.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">K8s: Standard Kubernetes for Enterprise Environments</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K8s is the abbreviation of Kubernetes, with the “8” representing the eight letters between the “K” and the “s”. It is the original open-source project maintained by the Cloud Native Computing Foundation (CNCF) and initially developed by Google.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Kubernetes is designed for <strong>large-scale production environments</strong>: multi-node clusters, high availability, integration with public clouds (AWS, GCP, Azure), or on-premises datacenters. Its control plane includes several separate components: API server, scheduler, controller manager, etcd, deployed independently, which provides maximum flexibility but requires significant operational expertise.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>Typical requirements for a production control plane node</strong>: at least 2 vCPUs and 2 GB of RAM for Kubernetes components alone, excluding etcd and application workloads.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">K3s: A CNCF-Certified Kubernetes Distribution, Not a Fork</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3s is a certified Kubernetes distribution, not an unofficial lightweight version or a fork. Created by Rancher Labs, it was <a href="https://thenewstack.io/ranchers-k3s-joins-cncf-sandbox-as-first-kubernetes-distribution/" target="_blank" rel="noreferrer noopener">donated to the CNCF in June 2020</a> and passes the same Sonobuoy conformance tests as all certified distributions. Any valid Kubernetes manifest works on K3s.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Its main goal is to <strong>drastically reduce the resources required </strong>to run Kubernetes in constrained environments (edge, IoT, CI/CD, labs) without giving up API compatibility.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">What K3s Changes Compared to K8s</h3>
<!-- /wp:heading -->

<!-- wp:list -->
<ul class="wp-block-list"></ul>
<!-- /wp:list -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li><a href="https://k3s.io/" target="_blank" rel="noreferrer noopener">A single binary under 70 MB</a>  (supporting x86, ARM64, ARMv7, and S390X), including the containerd runtime, Flannel CNI, a Traefik ingress controller, and a Klipper load balancer.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li><strong>SQLite as the default datastore</strong> in single-node mode instead of etcd. In high-availability configurations (minimum three server nodes), K3s can use <strong>embedded etcd </strong>or an external datastore (MySQL, PostgreSQL, external etcd).</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li><strong>Alpha and beta components removed </strong>to reduce the attack surface and memory footprint.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p><strong>Important point</strong>: K3s does not remove etcd; it makes it optional. In single-node mode, SQLite is sufficient. In high availability, embedded or external etcd is supported - although the latter is not officially supported by the K3s team.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Resource Footprint</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3s can run with as little as <strong>512 MB of RAM</strong> on an agent node. According to <a href="https://docs.k3s.io/installation/requirements" target="_blank" rel="noreferrer noopener">the official documentation</a> (updated May 2026), a server node (control plane) requires 2 GB of RAM and 2 CPU cores, excluding application workloads. A load-tested profile is available in the <a href="https://docs.k3s.io/reference/resource-profiling" target="_blank" rel="noreferrer noopener">K3s resource profiling guide</a>. It is worth noting that tests on hardware with 1 GB of total RAM showed instability across K3s, k0s, and MicroK8s when deploying real application workloads (even a lightweight Kubernetes cluster still consumes non-negligible control-plane resources).</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Key Technical Differences</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Datastore</h3>
<!-- /wp:heading -->

<!-- wp:spacer {"height":"25px"} -->
<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:html -->
<style>
  .cc-table-wrap { overflow-x: auto; }
  .cc-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 17px;
    font-family: "Plus Jakarta Sans","PlusJakartaSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    color: #111827;
  }
  .cc-table th,
  .cc-table td {
    text-align: left;
    padding: 12px 16px;
    vertical-align: top;
    line-height: 1.6;
  }
  .cc-table tbody tr + tr td,
  .cc-table tbody tr:first-child td {
    border-top: 1px solid #deddee;
  }
  .cc-table th + th,
  .cc-table td + td {
    border-left: 1px solid #deddee;
  }
  .cc-table thead th {
    font-weight: 700;
    text-align: center;
  }
  .cc-table th:nth-child(1),
  .cc-table td:nth-child(1) { width: 28%; }
  .cc-table th:nth-child(2),
  .cc-table td:nth-child(2) { width: 36%; }
  .cc-table th:nth-child(3),
  .cc-table td:nth-child(3) { width: 36%; }
</style>

<div class="cc-table-wrap">
  <table class="cc-table">
    <thead>
      <tr>
        <th>Scenario</th>
        <th>K8s</th>
        <th>K3s</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Single-node</td>
        <td>etcd required</td>
        <td>SQLite by default</td>
      </tr>
      <tr>
        <td>Multi-node High Availability</td>
        <td>etcd</td>
        <td>Embedded or external etcd (MySQL, PostgreSQL)</td>
      </tr>
    </tbody>
  </table>
</div>
<!-- /wp:html -->

<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Runtime and packaging</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K8s no longer provides a default runtime since the removal of dockershim (v1.24, 2022). Starting with Kubernetes 1.24, you must install a CRI-compatible runtime (containerd or CRI-O). K3s embeds containerd directly into its binary.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Control Plane Architecture</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>In K8s, control plane components (API server, scheduler, controller manager) are separate processes. In K3s, they are merged into a single binary, which reduces overhead but limits some advanced isolation configurations.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Scalability</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3s is suitable for moderately sized clusters. In high-availability configurations (3 server nodes, 4 vCPU / 8 GB RAM), <a href="https://docs.k3s.io/installation/requirements" target="_blank" rel="noreferrer noopener">the official documentation</a> indicates a capacity of around 1,200 agents. For very large clusters (several thousand nodes), K8s remains the reference.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">K3s vs K8s Comparison Table</h2>
<!-- /wp:heading -->

<!-- wp:spacer {"height":"35px"} -->
<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:html -->
<style>
  .cc-table-wrap { overflow-x: auto; }
  .cc-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 17px;
    font-family: "Plus Jakarta Sans","PlusJakartaSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    color: #111827;
  }
  .cc-table th,
  .cc-table td {
    text-align: left;
    padding: 12px 16px;
    vertical-align: top;
    line-height: 1.6;
  }
  .cc-table tbody tr + tr td,
  .cc-table tbody tr:first-child td {
    border-top: 1px solid #deddee;
  }
  .cc-table th + th,
  .cc-table td + td {
    border-left: 1px solid #deddee;
  }
  .cc-table thead th {
    font-weight: 700;
    text-align: center;
  }
  .cc-table tbody td:first-child {
    font-weight: 600;
  }
  .cc-table th:nth-child(1),
  .cc-table td:nth-child(1) { width: 28%; }
  .cc-table th:nth-child(2),
  .cc-table td:nth-child(2) { width: 36%; }
  .cc-table th:nth-child(3),
  .cc-table td:nth-child(3) { width: 36%; }
</style>

<div class="cc-table-wrap">
  <table class="cc-table">
    <thead>
      <tr>
        <th>Criterion</th>
        <th>K3s</th>
        <th>K8s</th>
      </tr>
    </thead>
    <tbody>
      <tr><td>CNCF certification</td><td>Yes (certified distribution)</td><td>Yes (original project)</td></tr>
      <tr><td>Binary size</td><td>&lt; 100 MB</td><td>Not applicable (separate components)</td></tr>
      <tr><td>Default datastore</td><td>SQLite (single-node) / etcd (high availability)</td><td>etcd</td></tr>
      <tr><td>Embedded runtime</td><td>containerd</td><td>No (to be installed separately)</td></tr>
      <tr><td>ARM support</td><td>Yes (ARM64, ARMv7)</td><td>Yes (depends on the distribution)</td></tr>
      <tr><td>Default ingress</td><td>Traefik (included)</td><td>No (to be deployed separately)</td></tr>
      <tr><td>API compatibility</td><td>Required APIs certified by the CNCF</td><td>Reference implementation (original project)</td></tr>
      <tr><td>Documented max scalability</td><td>~1200 agents (High Availability 3 servers)</td><td>Several thousand nodes</td></tr>
      <tr><td>Main use case</td><td>Edge, IoT, lab, CI/CD</td><td>Enterprise, cloud, datacenters</td></tr>
      <tr><td>Operational complexity</td><td>Low</td><td>High</td></tr>
      <tr><td>Alpha/beta components</td><td>Removed</td><td>Included</td></tr>
    </tbody>
  </table>
</div>
<!-- /wp:html -->

<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Use Cases: Which One Should You Choose?</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Choose K3s if:</h3>
<!-- /wp:heading -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>You deploy on <strong>constrained hardware</strong> (Raspberry Pi, industrial appliances, edge servers with limited RAM).</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>You manage remote <strong>IoT or edge clusters</strong>, potentially in disconnected environments.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>You need a <strong>development or CI cluster</strong> that starts quickly, including on modest hardware.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>You want an operational cluster with <strong>minimal initial configuration</strong>.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Choose K8s (or an enterprise distribution) if:</h3>
<!-- /wp:heading -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>You orchestrate <strong>hundreds or thousands of production nodes</strong>.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Your workloads require <strong>advanced cloud-native integrations</strong> (storage, load balancers, IAM) provided by hyperscalers.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>You need <strong>alpha or beta API components</strong> unavailable in K3s.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Your organization has a <strong>dedicated SRE team</strong> operating clusters.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Hybrid Use Cases: K3s and K8s Together</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3s and K8s are not mutually exclusive. Several hybrid architectures are documented in production:</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Fleet Management with Rancher</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Edge K3s clusters are managed from a central control plane running on K8s or RKE2. The Home Depot (large American retailer with more than 2,300 stores) <a href="https://www.datacenterknowledge.com/data-center-site-selection/home-depot-upgrades-2-300-retail-edge-locations-using-suse-rancher-k3s" target="_blank" rel="noreferrer noopener">manages its sites using K3s supervised through Rancher</a>.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">K3s for Dev and Staging, K8s for Production</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>API compatibility guarantees that manifests and Helm charts tested on K3s work in production on an enterprise cluster. This parity reduces surprises when promoting environments.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">CI/CD</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Test pipelines run on K3s (low cost, fast startup) while production environments use managed K8s clusters.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Managed Kubernetes: A Third Path</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Neither K3s nor K8s solves the question of <strong>daily operations</strong>: updates, certificates, control plane monitoring, or failure management. This is precisely what managed Kubernetes solutions cover.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Hyperscalers (EKS, GKE, AKS) provide this management within their own clouds. But managed solutions also exist outside these ecosystems, especially for organizations that want to retain control over their data and choose sovereign Kubernetes, or even French-operated Kubernetes.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><a href="https://www.clever.cloud/product/kubernetes/">Clever Kubernetes Engine (CKE)</a> is Clever Cloud’s managed Kubernetes service, designed for teams already using Kubernetes and wanting to delegate control plane management (updates, high availability, monitoring) without being constrained to a single hyperscaler. CKE explicitly targets teams that are not fully covered by the traditional  <a href="https://www.clever.cloud/clever-cloud-paas/">PaaS</a> model (multi-runtime use cases, non-twelve-factor workloads, or the need for granular resource control).</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"150px"} -->
<div style="height:150px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading {"textAlign":"center","level":1} -->
<h1 class="wp-block-heading has-text-align-center">FAQ</h1>
<!-- /wp:heading -->

<!-- wp:html -->
<div style="height: 1px; background-color: #DEDDEE; margin: 30px auto; width: 100%;"></div>
<!-- /wp:html -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Is K3s a Kubernetes fork?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>No. K3s is a CNCF-certified Kubernetes distribution. It passes Sonobuoy conformance tests and supports the same APIs as K8s. It is not maintained separately from Kubernetes: it follows upstream Kubernetes releases.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Can K3s Be Used in Production?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Yes, with some nuances. K3s is documented for production workloads in constrained environments (edge, IoT). For large-scale clusters or critical workloads with high SLA requirements, K8s (or an enterprise distribution such as RKE2) is more appropriate.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Does K3s Support Helm?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Yes. K3s includes an integrated Helm controller and is compatible with any valid Helm chart.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">What Is the Difference Between K3s and K3d?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3d is a tool that runs K3s inside Docker containers. It further simplifies the creation of local K3s clusters for development, but it is not intended for production use.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Does K3s Run on ARM?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Yes. ARM64 and ARMv7 are natively supported, which explains its popularity on Raspberry Pi devices and industrial appliances.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Managed Kubernetes vs Self-Hosted K3s: Which One Should You Choose?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Self-hosted K3s gives you full control but makes you responsible for operations (updates, security, high availability). Managed Kubernetes delegates this responsibility to an operator, at the cost of dependency on that provider. The choice depends on your operational resources and control requirements.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"90px"} -->
<div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Kubernetes vs Docker : Differences and When to Use Them</title>
		<link>https://www.clever.cloud/blog/features/2026/05/22/kubernetes-vs-docker-differences-and-when-to-use-them/</link>
		
		<dc:creator><![CDATA[Marjorie Darrigade]]></dc:creator>
		<pubDate>Fri, 22 May 2026 20:31:53 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[K8S]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<guid isPermaLink="false">https://www.clever.cloud/?p=24363</guid>

					<description><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-22-clever-cloud-banniere-blog-k8s-vs-docker-eng.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="K8s vs Docker ENG" decoding="async" srcset="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-22-clever-cloud-banniere-blog-k8s-vs-docker-eng.png 800w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-22-clever-cloud-banniere-blog-k8s-vs-docker-eng-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-22-clever-cloud-banniere-blog-k8s-vs-docker-eng-768x341.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>The <a href="https://www.clever.cloud/blog/engineering/2026/05/19/k8s-kubernetes-definition-standard/">Kubernetes</a> vs Docker question deserves a precise answer, because the two technologies do not solve the same problem.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Docker is mainly used to build and run containers. Kubernetes is used to orchestrate those containers once the infrastructure becomes more complex. The two technologies are therefore often complementary, even though they are frequently- and incorrectly - presented as opposites.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Understanding this distinction helps clarify when Docker alone is enough, when Kubernetes becomes relevant, and why not every application actually needs a Kubernetes cluster.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Docker : Standardizing Application Execution</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Docker popularized modern containerization. Its goal is simple: make applications run the same way regardless of the environment in which they are executed.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Before Docker, it was common for an application to work perfectly on a developer’s machine but fail once deployed to a server. Differences in system versions, missing dependencies, or inconsistent configurations made deployments significantly more difficult.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Docker largely solved this problem by packaging an application and its dependencies into an isolated container. In practice, the container includes the application itself, its libraries, dependencies, and some system components required for execution.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The environment becomes portable and reproducible. A Docker image can run on any compatible machine with predictable behavior. This standardization explains Docker’s massive adoption across CI/CD pipelines, development environments, and modern architectures.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Docker Is Not Just About “Running Containers”</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>In many teams, Docker has become an everyday tool. A developer can locally run a Node.js API, a PostgreSQL database, Redis, or an Nginx service without manually installing each component on their machine. Everything runs inside isolated containers.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This approach greatly simplifies local development, testing, demo environments, continuous integration, and application deployments.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For relatively simple applications, Docker alone may be sufficient. This is especially true when a team manages only a few services, operates a limited infrastructure, has low scalability requirements, or needs little operational automation. In such situations, adding Kubernetes may actually introduce unnecessary complexity.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Where Docker Reaches Its Limits</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Docker works extremely well for running containers. However, it does not automatically solve large-scale orchestration challenges.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>As the number of services grows, several questions quickly emerge:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>How do you distribute containers across multiple servers?</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>How do you automatically restart a failed service?</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>How do you perform updates without downtime?</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>How do you automatically absorb traffic spikes?</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>How do you monitor dozens or hundreds of distributed workloads?</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>Docker was not designed to handle this level of operational complexity on its own. That is precisely the role of container orchestration, where Kubernetes has become the most widely adopted standard.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Kubernetes: Automating Container Operations</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Kubernetes is a container orchestrator. Its goal is not to replace Docker for image creation or containerization logic. Kubernetes operates at a higher level: infrastructure automation and operations management.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>It can automatically deploy applications, distribute workloads across multiple machines, restart failed containers, manage high availability, perform auto-scaling, and orchestrate distributed architectures.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In other words, Docker runs containers. Kubernetes organizes their global behavior. That distinction is essential.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">A Practical Example: Docker Alone vs Kubernetes</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Consider a modern e-commerce platform. Initially, the application may remain relatively simple: a backend, a frontend, and a database. Docker is often enough to run this stack.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>But over time, the architecture evolves: multiple microservices appear, some components need to scale independently, message queues are introduced, several environments must remain synchronized, availability becomes critical.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>At that point, manually managing every container quickly becomes difficult. Kubernetes introduces automation mechanisms such as automatic workload recovery, load distribution, service replication, rolling deployments, and automatic reconciliation of the desired cluster state.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This is why Kubernetes has become the de facto standard for cloud-native orchestration.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Kubernetes vs Docker: Does One Replace the Other?</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>This is one of the most common questions, and the answer is clear: Kubernetes does not replace Docker.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For many years, Kubernetes used Docker as its container runtime. That is no longer the default behavior. Starting with version 1.20 (December 2020), Kubernetes deprecated direct Docker support through the “dockershim” component. This support was fully removed in Kubernetes 1.24, released in May 2022.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Since then, Kubernetes has relied on CRI-compatible runtimes (Container Runtime Interface) such as containerd or CRI-O.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This change has little impact on developers in day-to-day workflows. Docker-built images comply with the OCI (Open Container Initiative) standard and remain fully compatible with Kubernetes. The image format itself did not change: only the runtime layer inside Kubernetes clusters evolved.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In practice, Docker and Kubernetes still work together in many environments. Docker is used to build and test images locally. Kubernetes deploys and orchestrates them in production.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The confusion often comes from the fact that Docker historically existed at both stages. That is no longer true on the Kubernetes runtime side, but Docker remains heavily used for builds and development.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The Kubernetes vs Docker distinction is therefore not about replacement, but about roles: each technology operates at a different stage of the containerized application lifecycle.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">When to Use Docker Without Kubernetes</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Docker alone remains highly relevant in many situations. It is often the right choice for simple projects, internal applications, development environments, prototypes, small web platforms, or infrastructures with limited operational requirements.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In these scenarios, Kubernetes may represent significant operational overhead compared to the actual needs. In some cases, a lightweight distribution such as K3S may also be more appropriate than a full Kubernetes cluster.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Kubernetes is not automatically the best answer for every application, a position explicitly acknowledged at&nbsp; Clever Cloud, including in the context of the launch of&nbsp; <a href="https://www.clever.cloud/product/kubernetes/">Clever Kubernetes Engine (CKE)</a>, a managed Kubernetes platform developed and operated by Clever Cloud.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">When Kubernetes Actually Becomes Useful</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Kubernetes becomes valuable when an architecture requires advanced orchestration capabilities. This is especially true when multiple services must be coordinated, when deployments become frequent, when resilience becomes critical, when workloads fluctuate significantly, when teams already use GitOps practices, or when infrastructure becomes distributed or hybrid.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Some organizations also use Kubernetes to standardize deployments across multiple environments or cloud providers. In this context, choosing a managed Kubernetes platform often becomes central to reducing operational burden.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This is precisely the type of use case behind solutions such as&nbsp;<a href="https://www.clever.cloud/blog/company/2026/04/27/cke-in-public-beta-managed-sovereign-and-properly-integrated-kubernetes/">CKE</a>, designed to remain compatible with standard Kubernetes ecosystem tools while integrating with the broader Clever Cloud platform.&nbsp;</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Kubernetes or PaaS: It Is Not Always a Duel</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Another common misconception is that Kubernetes necessarily replaces a PaaS (Platform as a Service). In practice, many applications run perfectly well on a traditional PaaS with less operational overhead and less complexity.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Even within the context of CKE, the positioning is explicit: Kubernetes does not replace the <a href="https://www.clever.cloud/clever-cloud-paas/">PaaS</a>. The two address different operational models, not different levels of complexity: the PaaS takes care of operations, Kubernetes gives you control over them. Both run serious production workloads. The goal is therefore not to move every application onto Kubernetes, but to use it when it provides real technical or operational value.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Docker vs Kubernetes: Key Differences to Remember</h2>
<!-- /wp:heading -->

<!-- wp:spacer {"height":"35px"} -->
<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:html -->
<style>
  .cc-table-wrap { overflow-x: auto; }
  .cc-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 17px;
    font-family: "Plus Jakarta Sans","PlusJakartaSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    color: #111827;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  .cc-table th,
  .cc-table td {
    text-align: left;
    padding: 12px 16px;
    vertical-align: top;
    line-height: 1.6;
  }

  /* Internal horizontal lines only */
  .cc-table tbody tr + tr td,
  .cc-table tbody tr:first-child td {
    border-top: 1px solid #deddee;
  }

  /* Internal vertical lines only */
  .cc-table th + th,
  .cc-table td + td {
    border-left: 1px solid #deddee;
  }

  .cc-table thead th {
    font-weight: 700;
    text-align: center;
  }

  .cc-table tbody td:first-child {
    font-weight: 600;
  }

  /* Column widths */
  .cc-table th:nth-child(1),
  .cc-table td:nth-child(1) { width: 25%; }

  .cc-table th:nth-child(2),
  .cc-table td:nth-child(2) { width: 37.5%; }

  .cc-table th:nth-child(3),
  .cc-table td:nth-child(3) { width: 37.5%; }
</style>

<div class="cc-table-wrap">
  <table class="cc-table">
    <thead>
      <tr>
        <th></th>
        <th>Docker</th>
        <th>Kubernetes</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Main purpose</td>
        <td>Create and run containers</td>
        <td>Orchestrate containers</td>
      </tr>
      <tr>
        <td>Target environments</td>
        <td>Development, simple projects</td>
        <td>Distributed infrastructures</td>
      </tr>
      <tr>
        <td>Complexity</td>
        <td>Easier to get started with</td>
        <td>More complex to operate, designed for advanced orchestration</td>
      </tr>
      <tr>
        <td>Typical use cases</td>
        <td>CI/CD, local environments, prototypes</td>
        <td>Advanced cloud-native architectures</td>
      </tr>
      <tr>
        <td>Automation</td>
        <td>Limited to execution</td>
        <td>Auto-scaling, auto-healing, high availability</td>
      </tr>
    </tbody>
  </table>
</div>
<!-- /wp:html -->

<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Docker and Kubernetes Are Not Competing Technologies</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The Kubernetes vs Docker question is not really about choosing one over the other: each addresses a different need at a different stage of the application lifecycle.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Docker simplified the creation and execution of containerized applications. Kubernetes automated their operation at scale.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Not every application needs Kubernetes. In many cases, Docker alone is enough. And to fully delegate operations, a PaaS takes over, including for distributed architectures and high resilience requirements. Kubernetes, for its part, becomes relevant when you need explicit control over orchestration, integration with the CNCF ecosystem, or multi-cloud portability on open standards. It is a choice of operational model and team needs, not a level of application complexity.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The real challenge is therefore not choosing "Docker or Kubernetes," but recognizing the point at which your orchestration needs make Kubernetes genuinely worthwhile.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading {"textAlign":"center","level":1} -->
<h1 class="wp-block-heading has-text-align-center">FAQ</h1>
<!-- /wp:heading -->

<!-- wp:html -->
<div style="height: 1px; background-color: #DEDDEE; margin: 30px auto; width: 100%;"></div>
<!-- /wp:html -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Are Docker and Kubernetes competitors?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>No. Docker and Kubernetes address different needs. Docker is mainly used to build and run containers, while Kubernetes orchestrates them at scale.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Does Kubernetes replace Docker?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>No. Since Kubernetes version 1.24 (May 2022), Docker is no longer used as the cluster’s internal runtime. Kubernetes now relies on CRI-compatible runtimes such as containerd or CRI-O. However, Docker images, which comply with the OCI standard, remain fully compatible with Kubernetes.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Why Has Kubernetes Become a Standard?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Kubernetes became the dominant standard thanks to its declarative model, portability across environments, and the cloud-native ecosystem built around the CNCF, where it has been a graduated project since 2016. Its ecosystem includes tools such as Helm, Prometheus, and Argo CD.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">What Is the Difference Between K3S and Standard Kubernetes?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3S is a lightweight Kubernetes distribution designed for edge environments, IoT, development, or small clusters, with lower resource consumption than standard Kubernetes.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Is Managed Kubernetes Better?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>In many organizations, yes. Managed Kubernetes reduces the operational burden associated with the control plane, updates, security, and cluster resilience. This is the approach taken by&nbsp; <a href="https://www.clever.cloud/product/kubernetes/">Clever Kubernetes Engine (CKE)</a>.</p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-22-clever-cloud-banniere-blog-k8s-vs-docker-eng.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="K8s vs Docker ENG" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-22-clever-cloud-banniere-blog-k8s-vs-docker-eng.png 800w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-22-clever-cloud-banniere-blog-k8s-vs-docker-eng-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-22-clever-cloud-banniere-blog-k8s-vs-docker-eng-768x341.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>The <a href="https://www.clever.cloud/blog/engineering/2026/05/19/k8s-kubernetes-definition-standard/">Kubernetes</a> vs Docker question deserves a precise answer, because the two technologies do not solve the same problem.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Docker is mainly used to build and run containers. Kubernetes is used to orchestrate those containers once the infrastructure becomes more complex. The two technologies are therefore often complementary, even though they are frequently- and incorrectly - presented as opposites.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Understanding this distinction helps clarify when Docker alone is enough, when Kubernetes becomes relevant, and why not every application actually needs a Kubernetes cluster.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Docker : Standardizing Application Execution</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Docker popularized modern containerization. Its goal is simple: make applications run the same way regardless of the environment in which they are executed.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Before Docker, it was common for an application to work perfectly on a developer’s machine but fail once deployed to a server. Differences in system versions, missing dependencies, or inconsistent configurations made deployments significantly more difficult.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Docker largely solved this problem by packaging an application and its dependencies into an isolated container. In practice, the container includes the application itself, its libraries, dependencies, and some system components required for execution.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The environment becomes portable and reproducible. A Docker image can run on any compatible machine with predictable behavior. This standardization explains Docker’s massive adoption across CI/CD pipelines, development environments, and modern architectures.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Docker Is Not Just About “Running Containers”</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>In many teams, Docker has become an everyday tool. A developer can locally run a Node.js API, a PostgreSQL database, Redis, or an Nginx service without manually installing each component on their machine. Everything runs inside isolated containers.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This approach greatly simplifies local development, testing, demo environments, continuous integration, and application deployments.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For relatively simple applications, Docker alone may be sufficient. This is especially true when a team manages only a few services, operates a limited infrastructure, has low scalability requirements, or needs little operational automation. In such situations, adding Kubernetes may actually introduce unnecessary complexity.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Where Docker Reaches Its Limits</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Docker works extremely well for running containers. However, it does not automatically solve large-scale orchestration challenges.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>As the number of services grows, several questions quickly emerge:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>How do you distribute containers across multiple servers?</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>How do you automatically restart a failed service?</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>How do you perform updates without downtime?</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>How do you automatically absorb traffic spikes?</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>How do you monitor dozens or hundreds of distributed workloads?</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>Docker was not designed to handle this level of operational complexity on its own. That is precisely the role of container orchestration, where Kubernetes has become the most widely adopted standard.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Kubernetes: Automating Container Operations</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Kubernetes is a container orchestrator. Its goal is not to replace Docker for image creation or containerization logic. Kubernetes operates at a higher level: infrastructure automation and operations management.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>It can automatically deploy applications, distribute workloads across multiple machines, restart failed containers, manage high availability, perform auto-scaling, and orchestrate distributed architectures.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In other words, Docker runs containers. Kubernetes organizes their global behavior. That distinction is essential.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">A Practical Example: Docker Alone vs Kubernetes</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Consider a modern e-commerce platform. Initially, the application may remain relatively simple: a backend, a frontend, and a database. Docker is often enough to run this stack.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>But over time, the architecture evolves: multiple microservices appear, some components need to scale independently, message queues are introduced, several environments must remain synchronized, availability becomes critical.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>At that point, manually managing every container quickly becomes difficult. Kubernetes introduces automation mechanisms such as automatic workload recovery, load distribution, service replication, rolling deployments, and automatic reconciliation of the desired cluster state.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This is why Kubernetes has become the de facto standard for cloud-native orchestration.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Kubernetes vs Docker: Does One Replace the Other?</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>This is one of the most common questions, and the answer is clear: Kubernetes does not replace Docker.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For many years, Kubernetes used Docker as its container runtime. That is no longer the default behavior. Starting with version 1.20 (December 2020), Kubernetes deprecated direct Docker support through the “dockershim” component. This support was fully removed in Kubernetes 1.24, released in May 2022.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Since then, Kubernetes has relied on CRI-compatible runtimes (Container Runtime Interface) such as containerd or CRI-O.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This change has little impact on developers in day-to-day workflows. Docker-built images comply with the OCI (Open Container Initiative) standard and remain fully compatible with Kubernetes. The image format itself did not change: only the runtime layer inside Kubernetes clusters evolved.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In practice, Docker and Kubernetes still work together in many environments. Docker is used to build and test images locally. Kubernetes deploys and orchestrates them in production.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The confusion often comes from the fact that Docker historically existed at both stages. That is no longer true on the Kubernetes runtime side, but Docker remains heavily used for builds and development.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The Kubernetes vs Docker distinction is therefore not about replacement, but about roles: each technology operates at a different stage of the containerized application lifecycle.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">When to Use Docker Without Kubernetes</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Docker alone remains highly relevant in many situations. It is often the right choice for simple projects, internal applications, development environments, prototypes, small web platforms, or infrastructures with limited operational requirements.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In these scenarios, Kubernetes may represent significant operational overhead compared to the actual needs. In some cases, a lightweight distribution such as K3S may also be more appropriate than a full Kubernetes cluster.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Kubernetes is not automatically the best answer for every application, a position explicitly acknowledged at&nbsp; Clever Cloud, including in the context of the launch of&nbsp; <a href="https://www.clever.cloud/product/kubernetes/">Clever Kubernetes Engine (CKE)</a>, a managed Kubernetes platform developed and operated by Clever Cloud.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">When Kubernetes Actually Becomes Useful</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Kubernetes becomes valuable when an architecture requires advanced orchestration capabilities. This is especially true when multiple services must be coordinated, when deployments become frequent, when resilience becomes critical, when workloads fluctuate significantly, when teams already use GitOps practices, or when infrastructure becomes distributed or hybrid.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Some organizations also use Kubernetes to standardize deployments across multiple environments or cloud providers. In this context, choosing a managed Kubernetes platform often becomes central to reducing operational burden.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This is precisely the type of use case behind solutions such as&nbsp;<a href="https://www.clever.cloud/blog/company/2026/04/27/cke-in-public-beta-managed-sovereign-and-properly-integrated-kubernetes/">CKE</a>, designed to remain compatible with standard Kubernetes ecosystem tools while integrating with the broader Clever Cloud platform.&nbsp;</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Kubernetes or PaaS: It Is Not Always a Duel</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Another common misconception is that Kubernetes necessarily replaces a PaaS (Platform as a Service). In practice, many applications run perfectly well on a traditional PaaS with less operational overhead and less complexity.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Even within the context of CKE, the positioning is explicit: Kubernetes does not replace the <a href="https://www.clever.cloud/clever-cloud-paas/">PaaS</a>. The two address different operational models, not different levels of complexity: the PaaS takes care of operations, Kubernetes gives you control over them. Both run serious production workloads. The goal is therefore not to move every application onto Kubernetes, but to use it when it provides real technical or operational value.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Docker vs Kubernetes: Key Differences to Remember</h2>
<!-- /wp:heading -->

<!-- wp:spacer {"height":"35px"} -->
<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:html -->
<style>
  .cc-table-wrap { overflow-x: auto; }
  .cc-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 17px;
    font-family: "Plus Jakarta Sans","PlusJakartaSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    color: #111827;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  .cc-table th,
  .cc-table td {
    text-align: left;
    padding: 12px 16px;
    vertical-align: top;
    line-height: 1.6;
  }

  /* Internal horizontal lines only */
  .cc-table tbody tr + tr td,
  .cc-table tbody tr:first-child td {
    border-top: 1px solid #deddee;
  }

  /* Internal vertical lines only */
  .cc-table th + th,
  .cc-table td + td {
    border-left: 1px solid #deddee;
  }

  .cc-table thead th {
    font-weight: 700;
    text-align: center;
  }

  .cc-table tbody td:first-child {
    font-weight: 600;
  }

  /* Column widths */
  .cc-table th:nth-child(1),
  .cc-table td:nth-child(1) { width: 25%; }

  .cc-table th:nth-child(2),
  .cc-table td:nth-child(2) { width: 37.5%; }

  .cc-table th:nth-child(3),
  .cc-table td:nth-child(3) { width: 37.5%; }
</style>

<div class="cc-table-wrap">
  <table class="cc-table">
    <thead>
      <tr>
        <th></th>
        <th>Docker</th>
        <th>Kubernetes</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Main purpose</td>
        <td>Create and run containers</td>
        <td>Orchestrate containers</td>
      </tr>
      <tr>
        <td>Target environments</td>
        <td>Development, simple projects</td>
        <td>Distributed infrastructures</td>
      </tr>
      <tr>
        <td>Complexity</td>
        <td>Easier to get started with</td>
        <td>More complex to operate, designed for advanced orchestration</td>
      </tr>
      <tr>
        <td>Typical use cases</td>
        <td>CI/CD, local environments, prototypes</td>
        <td>Advanced cloud-native architectures</td>
      </tr>
      <tr>
        <td>Automation</td>
        <td>Limited to execution</td>
        <td>Auto-scaling, auto-healing, high availability</td>
      </tr>
    </tbody>
  </table>
</div>
<!-- /wp:html -->

<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Docker and Kubernetes Are Not Competing Technologies</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The Kubernetes vs Docker question is not really about choosing one over the other: each addresses a different need at a different stage of the application lifecycle.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Docker simplified the creation and execution of containerized applications. Kubernetes automated their operation at scale.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Not every application needs Kubernetes. In many cases, Docker alone is enough. And to fully delegate operations, a PaaS takes over, including for distributed architectures and high resilience requirements. Kubernetes, for its part, becomes relevant when you need explicit control over orchestration, integration with the CNCF ecosystem, or multi-cloud portability on open standards. It is a choice of operational model and team needs, not a level of application complexity.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The real challenge is therefore not choosing "Docker or Kubernetes," but recognizing the point at which your orchestration needs make Kubernetes genuinely worthwhile.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading {"textAlign":"center","level":1} -->
<h1 class="wp-block-heading has-text-align-center">FAQ</h1>
<!-- /wp:heading -->

<!-- wp:html -->
<div style="height: 1px; background-color: #DEDDEE; margin: 30px auto; width: 100%;"></div>
<!-- /wp:html -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Are Docker and Kubernetes competitors?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>No. Docker and Kubernetes address different needs. Docker is mainly used to build and run containers, while Kubernetes orchestrates them at scale.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Does Kubernetes replace Docker?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>No. Since Kubernetes version 1.24 (May 2022), Docker is no longer used as the cluster’s internal runtime. Kubernetes now relies on CRI-compatible runtimes such as containerd or CRI-O. However, Docker images, which comply with the OCI standard, remain fully compatible with Kubernetes.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Why Has Kubernetes Become a Standard?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Kubernetes became the dominant standard thanks to its declarative model, portability across environments, and the cloud-native ecosystem built around the CNCF, where it has been a graduated project since 2016. Its ecosystem includes tools such as Helm, Prometheus, and Argo CD.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">What Is the Difference Between K3S and Standard Kubernetes?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>K3S is a lightweight Kubernetes distribution designed for edge environments, IoT, development, or small clusters, with lower resource consumption than standard Kubernetes.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Is Managed Kubernetes Better?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>In many organizations, yes. Managed Kubernetes reduces the operational burden associated with the control plane, updates, security, and cluster resilience. This is the approach taken by&nbsp; <a href="https://www.clever.cloud/product/kubernetes/">Clever Kubernetes Engine (CKE)</a>.</p>
<!-- /wp:paragraph -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Cloud modernisation: how to align governance and operations without adding complexity</title>
		<link>https://www.clever.cloud/blog/engineering/2026/04/21/cloud-modernisation-how-to-align-governance-and-operations-without-adding-complexity/</link>
		
		<dc:creator><![CDATA[Marjorie Darrigade]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 15:18:47 +0000</pubDate>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Guests]]></category>
		<category><![CDATA[webinar]]></category>
		<guid isPermaLink="false">https://www.clever.cloud/?p=24180</guid>

					<description><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2026/04/2026-04-20-webinaire-ccxcycloid-en-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Webinaire CCxCycloid" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2026/04/2026-04-20-webinaire-ccxcycloid-en-1.png 800w, https://cdn.clever-cloud.com/uploads/2026/04/2026-04-20-webinaire-ccxcycloid-en-1-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2026/04/2026-04-20-webinaire-ccxcycloid-en-1-768x341.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>In this context, the question is no longer whether to migrate, but how to structure what already exists, maintain control over day-to-day operations, and retain ownership of environments and data.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>On Tuesday 28 April at 11:30 AM, Clever Cloud and <a href="https://www.cycloid.io/">Cycloid</a> are hosting a webinar to address these challenges.</p>
<!-- /wp:paragraph -->

<!-- wp:image {"lightbox":{"enabled":false},"id":24153,"sizeSlug":"large","linkDestination":"custom"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2026/04/2026-04-20-webinaire-ccxcycloid-en-1024x427.png" alt="Webinaire CCxCycloid" class="wp-image-24153"/></figure>
<!-- /wp:image -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://app.livestorm.co/clevercloud/clever-cloud-et-cycloid-modernisation-cloud-en-europe">Register now</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong><strong>Two complementary perspectives on a shared challenge</strong></strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>We are offering a cross-functional discussion to provide concrete insight into these topics.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Cycloid covers the structuring and governance of environments through a unified internal developer platform and portal. Clever Cloud addresses managed operations, operational maintenance (MCO) and operational sovereignty.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Join Florent Perreux (Chief Sales Officer @ Clever Cloud), Steven Le Roux (CTO @ Clever Cloud), Alexandre Blin (Business Director SEMEA @ Cycloid) and Olivier de Turckheim (Solution Architect @ Cycloid) to understand how to align governance and operations without adding complexity.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>Agenda</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>🔹 Why cloud modernisation goes beyond migration;plus à une migration;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 Structuring and governance challenges in multi-cloud environments;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 Operational challenges related to operations and maintenance;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 How to align governance and operations without multiplying complexity;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 A live Q&amp;A session to ask your questions directly.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>Why attend?</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>✅ Understand the root causes of complexity in cloud projects;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>✅ Identify the levers to structure your usage and reduce vendor dependency;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>✅ Gain a clearer understanding of operational and sovereignty challenges;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>✅ Benefit from concrete real-world experience;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>✅ Engage directly with experts.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>Register now</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>🗓️ Tuesday 28 April 2026</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>⏰ 11:30 AM – 12:00 PM</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>💻 Online webinar on Livestorm</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"21px"} -->
<div style="height:21px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Facing these challenges? Join us on 28 April!</p>
<!-- /wp:paragraph -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://app.livestorm.co/clevercloud/clever-cloud-et-cycloid-modernisation-cloud-en-europe">Register now</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->]]></description>
										<content:encoded><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2026/04/2026-04-20-webinaire-ccxcycloid-en-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Webinaire CCxCycloid" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2026/04/2026-04-20-webinaire-ccxcycloid-en-1.png 800w, https://cdn.clever-cloud.com/uploads/2026/04/2026-04-20-webinaire-ccxcycloid-en-1-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2026/04/2026-04-20-webinaire-ccxcycloid-en-1-768x341.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>In this context, the question is no longer whether to migrate, but how to structure what already exists, maintain control over day-to-day operations, and retain ownership of environments and data.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>On Tuesday 28 April at 11:30 AM, Clever Cloud and <a href="https://www.cycloid.io/">Cycloid</a> are hosting a webinar to address these challenges.</p>
<!-- /wp:paragraph -->

<!-- wp:image {"lightbox":{"enabled":false},"id":24153,"sizeSlug":"large","linkDestination":"custom"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2026/04/2026-04-20-webinaire-ccxcycloid-en-1024x427.png" alt="Webinaire CCxCycloid" class="wp-image-24153"/></figure>
<!-- /wp:image -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://app.livestorm.co/clevercloud/clever-cloud-et-cycloid-modernisation-cloud-en-europe">Register now</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong><strong>Two complementary perspectives on a shared challenge</strong></strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>We are offering a cross-functional discussion to provide concrete insight into these topics.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Cycloid covers the structuring and governance of environments through a unified internal developer platform and portal. Clever Cloud addresses managed operations, operational maintenance (MCO) and operational sovereignty.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Join Florent Perreux (Chief Sales Officer @ Clever Cloud), Steven Le Roux (CTO @ Clever Cloud), Alexandre Blin (Business Director SEMEA @ Cycloid) and Olivier de Turckheim (Solution Architect @ Cycloid) to understand how to align governance and operations without adding complexity.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>Agenda</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>🔹 Why cloud modernisation goes beyond migration;plus à une migration;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 Structuring and governance challenges in multi-cloud environments;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 Operational challenges related to operations and maintenance;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 How to align governance and operations without multiplying complexity;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 A live Q&amp;A session to ask your questions directly.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>Why attend?</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>✅ Understand the root causes of complexity in cloud projects;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>✅ Identify the levers to structure your usage and reduce vendor dependency;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>✅ Gain a clearer understanding of operational and sovereignty challenges;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>✅ Benefit from concrete real-world experience;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>✅ Engage directly with experts.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>Register now</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>🗓️ Tuesday 28 April 2026</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>⏰ 11:30 AM – 12:00 PM</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>💻 Online webinar on Livestorm</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"21px"} -->
<div style="height:21px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Facing these challenges? Join us on 28 April!</p>
<!-- /wp:paragraph -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://app.livestorm.co/clevercloud/clever-cloud-et-cycloid-modernisation-cloud-en-europe">Register now</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>When choose a PaaS for a public sector project</title>
		<link>https://www.clever.cloud/blog/features/2026/03/18/when-choose-a-paas-for-a-public-sector-project/</link>
		
		<dc:creator><![CDATA[Marjorie Darrigade]]></dc:creator>
		<pubDate>Wed, 18 Mar 2026 10:53:34 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Public sector PaaS]]></category>
		<guid isPermaLink="false">https://www.clever.cloud/?p=23889</guid>

					<description><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2026/03/2026-03-18-clever-cloud-banniere-blog-paas-secteur-public-eng.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2026 03 18 clever cloud banniere blog paas secteur public eng" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2026/03/2026-03-18-clever-cloud-banniere-blog-paas-secteur-public-eng.png 800w, https://cdn.clever-cloud.com/uploads/2026/03/2026-03-18-clever-cloud-banniere-blog-paas-secteur-public-eng-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2026/03/2026-03-18-clever-cloud-banniere-blog-paas-secteur-public-eng-768x341.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>This transformation is taking place within a context of cost reduction, rationalization of existing infrastructures, and the pooling of IT resources.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In this constrained environment, the question is not only which provider or technology to choose, but which application execution model is best suited to the project at hand. PaaS (Platform as a Service) is one of the available options, provided its benefits, limitations, and applicable frameworks are clearly understood.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Challenges and issues specific to the public sector</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Public organizations face structural constraints that directly influence their technical decisions. <strong>Budget pressure </strong>is constant, with explicit objectives to control or even reduce IT operating costs. Technical teams are often understaffed, with <strong>recruitment challenges for specialized roles </strong>such as system administrators, developers, cybersecurity experts, and cloud or DevOps engineers.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In addition, public organizations often rely on a <strong>heterogeneous and sometimes aging application landscape</strong>, built on technologies or <strong>environments that are no longer maintained </strong>or are difficult to evolve. Security, availability, and regulatory compliance requirements are high, while project timelines must remain <strong>aligned</strong> with the operational needs of administrations, local authorities, and public institutions.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">How PaaS can address these challenges in the public sector</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Using a cloud platform can address part of these challenges, without being a universal solution. One of its main benefits is the <strong>reduction of operational workload</strong>. In practice, this means that operating systems, application runtimes, deployment processes, restarts, and monitoring mechanisms are managed at the platform level. Technical teams no longer need to handle day-to-day infrastructure management and can focus on developing, improving, and maintaining applications.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>From a security and update perspective, an application hosting solution also helps maintain technical environments more consistently up to date. In the public sector, where <strong>legacy management </strong>is a key concern, this reduces risks associated with obsolete systems, unmaintained dependencies, and delayed security patching. While this approach does not eliminate existing legacy systems, it helps structure their operation and supports gradual modernization without requiring a full overhaul of the information system.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In this context, a PaaS for public services can be a relevant lever, provided it is selected for clearly identified use cases.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Not all public projects fall under the same deployment framework</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Public sector digital projects vary widely. An internal business application, a citizen-facing digital service, a data platform, or a research project do not involve the same constraints or levels of requirements.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Some contexts, particularly those related to <strong>defense or the processing of sensitive information</strong>, require enhanced guarantees in terms of security, control, and sovereignty. In such cases, specific qualification frameworks such as <strong>SecNumCloud</strong> may be required, limiting the available technical options. PaaS is therefore not suitable for all scenarios, and its use must be assessed based on data sensitivity and applicable regulatory requirements.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Existing public frameworks for deploying PaaS</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Contrary to common belief, public sector organizations already have operational frameworks to access compliant cloud and application hosting services.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For administrations and public institutions, using <a href="https://www.ugap.fr/" target="_blank" rel="noreferrer noopener"><strong>UGAP</strong></a> provides access to a national purchasing body with pooled and legally secure contracts.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>At a regional level, initiatives such as <a href="https://www.clever.cloud/fr/blog/presse/2025/09/11/clever-cloud-rejoint-la-fabrique-ia-territoriale-en-pays-de-la-loire/" target="_blank" rel="noreferrer noopener"><strong>La Fabrique IA Territoriale</strong></a>, led by <a href="https://gigalis.org/" target="_blank" rel="noreferrer noopener"><strong>GIGALIS</strong></a><strong>,</strong> offer local authorities and institutions in the Pays de la Loire region a structured framework to access digital and cloud services, with a focus on mutualization and support.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In the healthcare sector, hospitals can rely on <strong><a href="https://resah.fr/" target="_blank" rel="noreferrer noopener">Resah</a></strong>, which references solutions tailored to the specific requirements of healthcare environments.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>These frameworks do not define technical use cases but provide concrete access points to services compliant with public procurement regulations.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">When PaaS is particularly relevant</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>A managed cloud model is especially well suited when the goal is to <strong>build a new application without the need to handle system administration</strong>. It is also relevant for modernizing or refactoring existing applications, where the main objective is to simplify operations while improving reliability and security.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For application projects requiring fast deployment cycles, better cost predictability, and reduced administrative overhead, a cloud offering for public sector organizations can be a consistent choice, provided the functional and regulatory scope is clearly defined.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Key considerations before making this choice</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Before choosing a PaaS, several factors must be carefully evaluated: the actual scope of platform responsibility, reversibility conditions, data location and protection, and alignment between data sensitivity and the guarantees provided. These elements determine whether the model is appropriate and sustainable over time.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Are you working on an application project within a public service and wondering whether a PaaS model is relevant in your context?</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Identifying the right contractual framework helps save time and ensures compliance with public sector digital projects.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/contact/" target="_blank" rel="noreferrer noopener">Contact our team</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:spacer {"height":"25px"} -->
<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Or access Clever Cloud directly via public platforms:<br><strong>UGAP</strong> for administrations and public institutions, <strong>La Fabrique IA Territoriale</strong> for organizations in the Pays de la Loire region, and <strong>Resah</strong> for healthcare institutions.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><br></p>
<!-- /wp:paragraph -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2026/03/2026-03-18-clever-cloud-banniere-blog-paas-secteur-public-eng.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2026 03 18 clever cloud banniere blog paas secteur public eng" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2026/03/2026-03-18-clever-cloud-banniere-blog-paas-secteur-public-eng.png 800w, https://cdn.clever-cloud.com/uploads/2026/03/2026-03-18-clever-cloud-banniere-blog-paas-secteur-public-eng-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2026/03/2026-03-18-clever-cloud-banniere-blog-paas-secteur-public-eng-768x341.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>This transformation is taking place within a context of cost reduction, rationalization of existing infrastructures, and the pooling of IT resources.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In this constrained environment, the question is not only which provider or technology to choose, but which application execution model is best suited to the project at hand. PaaS (Platform as a Service) is one of the available options, provided its benefits, limitations, and applicable frameworks are clearly understood.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Challenges and issues specific to the public sector</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Public organizations face structural constraints that directly influence their technical decisions. <strong>Budget pressure </strong>is constant, with explicit objectives to control or even reduce IT operating costs. Technical teams are often understaffed, with <strong>recruitment challenges for specialized roles </strong>such as system administrators, developers, cybersecurity experts, and cloud or DevOps engineers.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In addition, public organizations often rely on a <strong>heterogeneous and sometimes aging application landscape</strong>, built on technologies or <strong>environments that are no longer maintained </strong>or are difficult to evolve. Security, availability, and regulatory compliance requirements are high, while project timelines must remain <strong>aligned</strong> with the operational needs of administrations, local authorities, and public institutions.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">How PaaS can address these challenges in the public sector</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Using a cloud platform can address part of these challenges, without being a universal solution. One of its main benefits is the <strong>reduction of operational workload</strong>. In practice, this means that operating systems, application runtimes, deployment processes, restarts, and monitoring mechanisms are managed at the platform level. Technical teams no longer need to handle day-to-day infrastructure management and can focus on developing, improving, and maintaining applications.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>From a security and update perspective, an application hosting solution also helps maintain technical environments more consistently up to date. In the public sector, where <strong>legacy management </strong>is a key concern, this reduces risks associated with obsolete systems, unmaintained dependencies, and delayed security patching. While this approach does not eliminate existing legacy systems, it helps structure their operation and supports gradual modernization without requiring a full overhaul of the information system.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In this context, a PaaS for public services can be a relevant lever, provided it is selected for clearly identified use cases.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Not all public projects fall under the same deployment framework</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Public sector digital projects vary widely. An internal business application, a citizen-facing digital service, a data platform, or a research project do not involve the same constraints or levels of requirements.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Some contexts, particularly those related to <strong>defense or the processing of sensitive information</strong>, require enhanced guarantees in terms of security, control, and sovereignty. In such cases, specific qualification frameworks such as <strong>SecNumCloud</strong> may be required, limiting the available technical options. PaaS is therefore not suitable for all scenarios, and its use must be assessed based on data sensitivity and applicable regulatory requirements.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Existing public frameworks for deploying PaaS</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Contrary to common belief, public sector organizations already have operational frameworks to access compliant cloud and application hosting services.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For administrations and public institutions, using <a href="https://www.ugap.fr/" target="_blank" rel="noreferrer noopener"><strong>UGAP</strong></a> provides access to a national purchasing body with pooled and legally secure contracts.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>At a regional level, initiatives such as <a href="https://www.clever.cloud/fr/blog/presse/2025/09/11/clever-cloud-rejoint-la-fabrique-ia-territoriale-en-pays-de-la-loire/" target="_blank" rel="noreferrer noopener"><strong>La Fabrique IA Territoriale</strong></a>, led by <a href="https://gigalis.org/" target="_blank" rel="noreferrer noopener"><strong>GIGALIS</strong></a><strong>,</strong> offer local authorities and institutions in the Pays de la Loire region a structured framework to access digital and cloud services, with a focus on mutualization and support.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In the healthcare sector, hospitals can rely on <strong><a href="https://resah.fr/" target="_blank" rel="noreferrer noopener">Resah</a></strong>, which references solutions tailored to the specific requirements of healthcare environments.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>These frameworks do not define technical use cases but provide concrete access points to services compliant with public procurement regulations.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">When PaaS is particularly relevant</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>A managed cloud model is especially well suited when the goal is to <strong>build a new application without the need to handle system administration</strong>. It is also relevant for modernizing or refactoring existing applications, where the main objective is to simplify operations while improving reliability and security.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For application projects requiring fast deployment cycles, better cost predictability, and reduced administrative overhead, a cloud offering for public sector organizations can be a consistent choice, provided the functional and regulatory scope is clearly defined.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Key considerations before making this choice</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Before choosing a PaaS, several factors must be carefully evaluated: the actual scope of platform responsibility, reversibility conditions, data location and protection, and alignment between data sensitivity and the guarantees provided. These elements determine whether the model is appropriate and sustainable over time.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Are you working on an application project within a public service and wondering whether a PaaS model is relevant in your context?</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Identifying the right contractual framework helps save time and ensures compliance with public sector digital projects.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/contact/" target="_blank" rel="noreferrer noopener">Contact our team</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:spacer {"height":"25px"} -->
<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Or access Clever Cloud directly via public platforms:<br><strong>UGAP</strong> for administrations and public institutions, <strong>La Fabrique IA Territoriale</strong> for organizations in the Pays de la Loire region, and <strong>Resah</strong> for healthcare institutions.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><br></p>
<!-- /wp:paragraph -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to choose a secure cloud solution for public administrations</title>
		<link>https://www.clever.cloud/blog/features/2025/12/18/how-to-choose-a-secure-cloud-solution-for-public-administrations/</link>
		
		<dc:creator><![CDATA[Marjorie Darrigade]]></dc:creator>
		<pubDate>Thu, 18 Dec 2025 13:00:04 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Public administrations]]></category>
		<category><![CDATA[public services]]></category>
		<guid isPermaLink="false">https://www.clever.cloud/?p=22906</guid>

					<description><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2025/12/2025-12-18-cloud-admin-publiques-en.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2025 12 18 cloud admin publiques en" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/12/2025-12-18-cloud-admin-publiques-en.png 800w, https://cdn.clever-cloud.com/uploads/2025/12/2025-12-18-cloud-admin-publiques-en-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2025/12/2025-12-18-cloud-admin-publiques-en-768x341.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>At the same time, in its&nbsp; <a href="https://www.cert.ssi.gouv.fr/uploads/CERTFR-2025-CTI-002.pdf">summary</a> published earlier this year, the cybersecurity body <a href="https://www.cert.ssi.gouv.fr/about-cert-fr/" target="_blank" rel="noreferrer noopener">CERT-FR</a>, operated by the French National Cybersecurity Agency (<a href="https://cyber.gouv.fr/">ANSSI</a>), reports that 218 cyber incidents were handled in 2024 involving local authorities. In its <a href="https://cyber.gouv.fr/sites/default/files/document/rapport_activite_ANSSI_2024.pdf">2024 activity report</a>, <br>ANSSI also describes the cyber threat as <strong>“systemic”</strong> for the public and social sectors.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In this context, choosing a secure cloud solution for public administrations has become a central concern for CIOs, CISOs, and digital project managers.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The objective is not simply to select a high-performance infrastructure, but to ensure that the chosen cloud solution meets the <strong>legal</strong>, <strong>regulatory</strong>, <strong>technical</strong>, and <strong>operational</strong> requirements specific to the public sector.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Understanding what cloud security means in the public sector</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The data handled by public administrations — personal data, health data, financial information, and sensitive data related to public infrastructures — are subject to strict regulatory frameworks, notably enforced by the <a href="https://cnil.fr/fr">CNIL</a> and the GDPR. In addition, the public sector is expected to rely on recognised security certifications, such as <strong>ISO/IEC 27001</strong>, <strong>HDS</strong> for health data, and, for the most critical environments, <strong>SecNumCloud</strong>.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>These requirements demonstrate that a secure cloud goes far beyond firewalls or encryption alone. It requires a comprehensive, structured, and auditable approach to security.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Digital sovereignty: a criterion that has become essential</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>For a public administration, it is essential to know <strong>where</strong> data is hosted and <strong>under which jurisdiction</strong> it falls, in order to comply with the GDPR and to properly govern any potential data transfers outside the European Union.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>A sovereign cloud implies not only that data is hosted within the European Union, but also that it is not subject to extraterritorial legislation, such as the <strong>US Cloud Act</strong> (2018), which allows a foreign government to request access to data stored by a provider under its jurisdiction.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Digital sovereignty also contributes to the resilience of information systems. By limiting technical, contractual, or legal dependencies on a single provider, public administrations retain the ability to react quickly when constraints arise—for example, by changing providers or relocating a service when regulatory, operational, or strategic conditions require it. This margin of manoeuvre is an important factor in maintaining control and ensuring the long-term sustainability of public digital services.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Sovereignty is therefore a key differentiating criterion when choosing between a European provider and a US-based provider.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:acf/avantages {"name":"acf/avantages","data":{"title":"Certifications, compliance, and auditability: a mandatory foundation","_title":"field_63878c81ae569","content":"Public administrations must be able to demonstrate that the cloud solution they use complies with clearly defined standards and reference frameworks.","_content":"field_63878c9cae56a","main_picture":"","_main_picture":"field_63878cd5ae56b","advantages_collection_0_picto":21896,"_advantages_collection_0_picto":"field_6397417cac52f","advantages_collection_0_title":"ISO/IEC 27001 certification","_advantages_collection_0_title":"field_63878d1aae56d","advantages_collection_0_content":"ISO/IEC 27001 ensures that an information security management system is in place, documented, and subject to regular controls.","_advantages_collection_0_content":"field_63878d4dae56e","advantages_collection_0_link":{"title":"","url":"https://www.iso.org/standard/27001","target":"_blank"},"_advantages_collection_0_link":"field_63878d66ae56f","advantages_collection_1_picto":22802,"_advantages_collection_1_picto":"field_6397417cac52f","advantages_collection_1_title":"Health Data Hosting (HDS) certification","_advantages_collection_1_title":"field_63878d1aae56d","advantages_collection_1_content":"The HDS certification, governed by the French Ministry of Health, is mandatory whenever health data is hosted. It defines strict requirements for hosting providers handling personal health data.","_advantages_collection_1_content":"field_63878d4dae56e","advantages_collection_1_link":{"title":"","url":"https://esante.gouv.fr/produits-services/hds","target":"_blank"},"_advantages_collection_1_link":"field_63878d66ae56f","advantages_collection_2_picto":22799,"_advantages_collection_2_picto":"field_6397417cac52f","advantages_collection_2_title":"General Data Protection Regulation (GDPR)","_advantages_collection_2_title":"field_63878d1aae56d","advantages_collection_2_content":"GDPR compliance requires strict governance over the protection of personal data, including data processing, access control, and accountability mechanisms.","_advantages_collection_2_content":"field_63878d4dae56e","advantages_collection_2_link":{"title":"","url":"https://www.cnil.fr/en","target":"_blank"},"_advantages_collection_2_link":"field_63878d66ae56f","advantages_collection_3_picto":20244,"_advantages_collection_3_picto":"field_6397417cac52f","advantages_collection_3_title":"SecNumCloud qualification","_advantages_collection_3_title":"field_63878d1aae56d","advantages_collection_3_content":"Defined by the French National Cybersecurity Agency (ANSSI), the SecNumCloud qualification is intended for organisations requiring a very high level of security. It involves full transparency across the entire value chain and strict control over infrastructure, operations, and governance.","_advantages_collection_3_content":"field_63878d4dae56e","advantages_collection_3_link":{"title":"","url":"https://cyber.gouv.fr/enjeux-technologiques/cloud/","target":"_blank"},"_advantages_collection_3_link":"field_63878d66ae56f","advantages_collection":4,"_advantages_collection":"field_63878cecae56c"},"mode":"auto"} /-->

<!-- wp:heading -->
<h2 class="wp-block-heading">Beyond compliance: essential technical requirements</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>To ensure a level of security appropriate for the public sector, a cloud solution must provide strong isolation between environments, systematic encryption of data in transit and at rest, host hardening, as well as continuous monitoring mechanisms (logs, metrics, alerts).</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Identity and access management (IAM), multi-factor authentication, and the application of the principle of least privilege are part of a <strong>Zero</strong> <strong>Trust</strong> approach, now recommended by ANSSI to reduce the attack surface.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Security also relies on operational resilience: service continuity, recovery capabilities, high availability, and fault-tolerant architectures.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">The role of automation in risk reduction</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Automation is often seen as a convenience for developers; in the public sector, it is above all a lever for <strong>reducing human-related risks</strong>.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Automated deployments, automatic scalability, and self-healing mechanisms help limit operational errors, which account for a significant proportion of security incidents.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>By reducing the number of manual operations, organisations lower the risk of misconfiguration and improve the overall availability of services.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Total cost of ownership and governance</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Choosing a secure cloud is not just a matter of comparing list prices.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Public sector organisations must take into account the notion of total cost of ownership (TCO):</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>Infrastructure costs,</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Internal staffing costs,</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Operational complexity,</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Maintenance,</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Time spent handling incidents,</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Effort required to migrate a service or ensure its reversibility.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>A platform that automates most operational tasks and enables reproducible environments can significantly reduce internal workload, and therefore the overall cost.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">How to objectively assess market solutions</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>To evaluate a cloud solution intended for the public sector, it is essential to rely on factual criteria: the level of sovereignty, available certifications, technical capabilities, reversibility, the availability of private cloud or on-premise options, the existence of air-gapped environments, the quality of support, and compatibility with existing tools.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The most common mistakes include choosing a provider out of habit, focusing solely on price, or confusing data localisation with legal sovereignty.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Another recurring mistake is overestimating the complexity of migration. In many cases, a test or a Proof of Concept is sufficient to validate feasibility.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">A simple method for choosing the right cloud solution</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The most effective approach consists in:</p>
<!-- /wp:paragraph -->

<!-- wp:acf/arguments {"name":"acf/arguments","data":{"items_0_title":"","_items_0_title":"field_638a066e4d2ec","items_0_short_description":"Identify the nature of the data and the associated regulatory constraints","_items_0_short_description":"field_638a068d4d2ed","items_0_full_description":"","_items_0_full_description":"field_638a06af4d2ee","items_1_title":"","_items_1_title":"field_638a066e4d2ec","items_1_short_description":"Verify sovereignty and the required certifications","_items_1_short_description":"field_638a068d4d2ed","items_1_full_description":"","_items_1_full_description":"field_638a06af4d2ee","items_2_title":"","_items_2_title":"field_638a066e4d2ec","items_2_short_description":"Assess technical security and operational resilience","_items_2_short_description":"field_638a068d4d2ed","items_2_full_description":"","_items_2_full_description":"field_638a06af4d2ee","items_3_title":"","_items_3_title":"field_638a066e4d2ec","items_3_short_description":"Evaluate the real total cost of ownership (TCO), not just list prices","_items_3_short_description":"field_638a068d4d2ed","items_3_full_description":"","_items_3_full_description":"field_638a06af4d2ee","items_4_title":"","_items_4_title":"field_638a066e4d2ec","items_4_short_description":"Ensure reversibility","_items_4_short_description":"field_638a068d4d2ed","items_4_full_description":"","_items_4_full_description":"field_638a06af4d2ee","items_5_title":"","_items_5_title":"field_638a066e4d2ec","items_5_short_description":"Test the platform through a concrete business use case before committing","_items_5_short_description":"field_638a068d4d2ed","items_5_full_description":"","_items_5_full_description":"field_638a06af4d2ee","items":6,"_items":"field_638a065a4d2eb"},"mode":"auto"} /-->

<!-- wp:paragraph -->
<p>This approach provides a balanced view of security, compliance, performance, and sustainability.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">What Clever Cloud brings to these challenges</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Clever Cloud is a European hosting provider certified <a href="https://www.clever.cloud/iso-27001-security-by-default-at-clever-cloud/">ISO/IEC 27001:2022</a> and <a href="https://www.clever.cloud/health-data-hosting/">HDS</a>, offering public cloud, private cloud, <a href="https://www.clever.cloud/clever-cloud-on-premises-3/">on-premise</a> and <a href="https://www.clever.cloud/clever-cloud-airgap/">air-gapped</a> environments. For highly regulated requirements, a zone already qualified <a href="https://www.clever.cloud/fr/secnumcloud-cloud-de-confiance/">SecNumCloud</a> is available on request through our partnership with Cloud Temple. This makes it possible to meet “trusted cloud” requirements while benefiting from the Clever Cloud platform.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The platform follows a security-by-design approach based on environment isolation, system hardening, strong authentication, and built-in observability.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/security/">Learn more</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:spacer {"height":"30px"} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Automated deployments, automatic scaling (auto-scaling), and self-healing mechanisms reduce operational effort and limit human error.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/automated-and-flexible-deployment/">Learn more</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:spacer {"height":"30px"} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Data remains hosted in Europe, and data portability is ensured, with no proprietary lock-in.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/interoperability/">Learn more</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:spacer {"height":"30px"} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Support is human-led and provided from France.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"30px"} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Finally, for public organisations that rely on pooled public procurement frameworks, it is worth noting that Clever Cloud is listed on the “<a href="https://www.nuagepublic.fr/">Nuage Public</a>” (UGAP) framework. Public administrations can therefore subscribe to our services within an already validated public purchasing framework, simplifying administrative procedures and accelerating service deployment.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/fr/ugap/">Learn more</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Towards a secure, sovereign, and sustainable public cloud</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>For a public administration, choosing a secure cloud solution means finding the right balance between sovereignty, compliance, technical security, productivity, and cost control.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>By relying on clear criteria and official reference frameworks (ANSSI, ISO, GDPR, HDS), it becomes possible to select a solution genuinely suited to the needs of the public sector—one that can ensure both service continuity and the protection of citizens’ data.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:media-text {"mediaId":18375,"mediaLink":"https://www.clever.cloud/?attachment_id=18375","mediaType":"image","mediaWidth":30,"isStackedOnMobile":false,"metadata":{"name":"Disponibilité et accès"}} -->
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/07/hexagone-lines.png" alt="déploiement automatisé cloud" class="wp-image-18375 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":4} -->
<h4 class="wp-block-heading"><strong>Would you like to evaluate a sovereign and automated cloud platform?</strong></h4>
<!-- /wp:heading -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/contact/">Contact us</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div></div>
<!-- /wp:media-text -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->]]></description>
										<content:encoded><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2025/12/2025-12-18-cloud-admin-publiques-en.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2025 12 18 cloud admin publiques en" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/12/2025-12-18-cloud-admin-publiques-en.png 800w, https://cdn.clever-cloud.com/uploads/2025/12/2025-12-18-cloud-admin-publiques-en-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2025/12/2025-12-18-cloud-admin-publiques-en-768x341.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>At the same time, in its&nbsp; <a href="https://www.cert.ssi.gouv.fr/uploads/CERTFR-2025-CTI-002.pdf">summary</a> published earlier this year, the cybersecurity body <a href="https://www.cert.ssi.gouv.fr/about-cert-fr/" target="_blank" rel="noreferrer noopener">CERT-FR</a>, operated by the French National Cybersecurity Agency (<a href="https://cyber.gouv.fr/">ANSSI</a>), reports that 218 cyber incidents were handled in 2024 involving local authorities. In its <a href="https://cyber.gouv.fr/sites/default/files/document/rapport_activite_ANSSI_2024.pdf">2024 activity report</a>, <br>ANSSI also describes the cyber threat as <strong>“systemic”</strong> for the public and social sectors.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In this context, choosing a secure cloud solution for public administrations has become a central concern for CIOs, CISOs, and digital project managers.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The objective is not simply to select a high-performance infrastructure, but to ensure that the chosen cloud solution meets the <strong>legal</strong>, <strong>regulatory</strong>, <strong>technical</strong>, and <strong>operational</strong> requirements specific to the public sector.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Understanding what cloud security means in the public sector</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The data handled by public administrations — personal data, health data, financial information, and sensitive data related to public infrastructures — are subject to strict regulatory frameworks, notably enforced by the <a href="https://cnil.fr/fr">CNIL</a> and the GDPR. In addition, the public sector is expected to rely on recognised security certifications, such as <strong>ISO/IEC 27001</strong>, <strong>HDS</strong> for health data, and, for the most critical environments, <strong>SecNumCloud</strong>.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>These requirements demonstrate that a secure cloud goes far beyond firewalls or encryption alone. It requires a comprehensive, structured, and auditable approach to security.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Digital sovereignty: a criterion that has become essential</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>For a public administration, it is essential to know <strong>where</strong> data is hosted and <strong>under which jurisdiction</strong> it falls, in order to comply with the GDPR and to properly govern any potential data transfers outside the European Union.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>A sovereign cloud implies not only that data is hosted within the European Union, but also that it is not subject to extraterritorial legislation, such as the <strong>US Cloud Act</strong> (2018), which allows a foreign government to request access to data stored by a provider under its jurisdiction.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Digital sovereignty also contributes to the resilience of information systems. By limiting technical, contractual, or legal dependencies on a single provider, public administrations retain the ability to react quickly when constraints arise—for example, by changing providers or relocating a service when regulatory, operational, or strategic conditions require it. This margin of manoeuvre is an important factor in maintaining control and ensuring the long-term sustainability of public digital services.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Sovereignty is therefore a key differentiating criterion when choosing between a European provider and a US-based provider.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:acf/avantages {"name":"acf/avantages","data":{"title":"Certifications, compliance, and auditability: a mandatory foundation","_title":"field_63878c81ae569","content":"Public administrations must be able to demonstrate that the cloud solution they use complies with clearly defined standards and reference frameworks.","_content":"field_63878c9cae56a","main_picture":"","_main_picture":"field_63878cd5ae56b","advantages_collection_0_picto":21896,"_advantages_collection_0_picto":"field_6397417cac52f","advantages_collection_0_title":"ISO/IEC 27001 certification","_advantages_collection_0_title":"field_63878d1aae56d","advantages_collection_0_content":"ISO/IEC 27001 ensures that an information security management system is in place, documented, and subject to regular controls.","_advantages_collection_0_content":"field_63878d4dae56e","advantages_collection_0_link":{"title":"","url":"https://www.iso.org/standard/27001","target":"_blank"},"_advantages_collection_0_link":"field_63878d66ae56f","advantages_collection_1_picto":22802,"_advantages_collection_1_picto":"field_6397417cac52f","advantages_collection_1_title":"Health Data Hosting (HDS) certification","_advantages_collection_1_title":"field_63878d1aae56d","advantages_collection_1_content":"The HDS certification, governed by the French Ministry of Health, is mandatory whenever health data is hosted. It defines strict requirements for hosting providers handling personal health data.","_advantages_collection_1_content":"field_63878d4dae56e","advantages_collection_1_link":{"title":"","url":"https://esante.gouv.fr/produits-services/hds","target":"_blank"},"_advantages_collection_1_link":"field_63878d66ae56f","advantages_collection_2_picto":22799,"_advantages_collection_2_picto":"field_6397417cac52f","advantages_collection_2_title":"General Data Protection Regulation (GDPR)","_advantages_collection_2_title":"field_63878d1aae56d","advantages_collection_2_content":"GDPR compliance requires strict governance over the protection of personal data, including data processing, access control, and accountability mechanisms.","_advantages_collection_2_content":"field_63878d4dae56e","advantages_collection_2_link":{"title":"","url":"https://www.cnil.fr/en","target":"_blank"},"_advantages_collection_2_link":"field_63878d66ae56f","advantages_collection_3_picto":20244,"_advantages_collection_3_picto":"field_6397417cac52f","advantages_collection_3_title":"SecNumCloud qualification","_advantages_collection_3_title":"field_63878d1aae56d","advantages_collection_3_content":"Defined by the French National Cybersecurity Agency (ANSSI), the SecNumCloud qualification is intended for organisations requiring a very high level of security. It involves full transparency across the entire value chain and strict control over infrastructure, operations, and governance.","_advantages_collection_3_content":"field_63878d4dae56e","advantages_collection_3_link":{"title":"","url":"https://cyber.gouv.fr/enjeux-technologiques/cloud/","target":"_blank"},"_advantages_collection_3_link":"field_63878d66ae56f","advantages_collection":4,"_advantages_collection":"field_63878cecae56c"},"mode":"auto"} /-->

<!-- wp:heading -->
<h2 class="wp-block-heading">Beyond compliance: essential technical requirements</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>To ensure a level of security appropriate for the public sector, a cloud solution must provide strong isolation between environments, systematic encryption of data in transit and at rest, host hardening, as well as continuous monitoring mechanisms (logs, metrics, alerts).</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Identity and access management (IAM), multi-factor authentication, and the application of the principle of least privilege are part of a <strong>Zero</strong> <strong>Trust</strong> approach, now recommended by ANSSI to reduce the attack surface.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Security also relies on operational resilience: service continuity, recovery capabilities, high availability, and fault-tolerant architectures.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">The role of automation in risk reduction</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Automation is often seen as a convenience for developers; in the public sector, it is above all a lever for <strong>reducing human-related risks</strong>.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Automated deployments, automatic scalability, and self-healing mechanisms help limit operational errors, which account for a significant proportion of security incidents.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>By reducing the number of manual operations, organisations lower the risk of misconfiguration and improve the overall availability of services.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Total cost of ownership and governance</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Choosing a secure cloud is not just a matter of comparing list prices.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Public sector organisations must take into account the notion of total cost of ownership (TCO):</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>Infrastructure costs,</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Internal staffing costs,</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Operational complexity,</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Maintenance,</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Time spent handling incidents,</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Effort required to migrate a service or ensure its reversibility.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>A platform that automates most operational tasks and enables reproducible environments can significantly reduce internal workload, and therefore the overall cost.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">How to objectively assess market solutions</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>To evaluate a cloud solution intended for the public sector, it is essential to rely on factual criteria: the level of sovereignty, available certifications, technical capabilities, reversibility, the availability of private cloud or on-premise options, the existence of air-gapped environments, the quality of support, and compatibility with existing tools.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The most common mistakes include choosing a provider out of habit, focusing solely on price, or confusing data localisation with legal sovereignty.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Another recurring mistake is overestimating the complexity of migration. In many cases, a test or a Proof of Concept is sufficient to validate feasibility.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">A simple method for choosing the right cloud solution</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The most effective approach consists in:</p>
<!-- /wp:paragraph -->

<!-- wp:acf/arguments {"name":"acf/arguments","data":{"items_0_title":"","_items_0_title":"field_638a066e4d2ec","items_0_short_description":"Identify the nature of the data and the associated regulatory constraints","_items_0_short_description":"field_638a068d4d2ed","items_0_full_description":"","_items_0_full_description":"field_638a06af4d2ee","items_1_title":"","_items_1_title":"field_638a066e4d2ec","items_1_short_description":"Verify sovereignty and the required certifications","_items_1_short_description":"field_638a068d4d2ed","items_1_full_description":"","_items_1_full_description":"field_638a06af4d2ee","items_2_title":"","_items_2_title":"field_638a066e4d2ec","items_2_short_description":"Assess technical security and operational resilience","_items_2_short_description":"field_638a068d4d2ed","items_2_full_description":"","_items_2_full_description":"field_638a06af4d2ee","items_3_title":"","_items_3_title":"field_638a066e4d2ec","items_3_short_description":"Evaluate the real total cost of ownership (TCO), not just list prices","_items_3_short_description":"field_638a068d4d2ed","items_3_full_description":"","_items_3_full_description":"field_638a06af4d2ee","items_4_title":"","_items_4_title":"field_638a066e4d2ec","items_4_short_description":"Ensure reversibility","_items_4_short_description":"field_638a068d4d2ed","items_4_full_description":"","_items_4_full_description":"field_638a06af4d2ee","items_5_title":"","_items_5_title":"field_638a066e4d2ec","items_5_short_description":"Test the platform through a concrete business use case before committing","_items_5_short_description":"field_638a068d4d2ed","items_5_full_description":"","_items_5_full_description":"field_638a06af4d2ee","items":6,"_items":"field_638a065a4d2eb"},"mode":"auto"} /-->

<!-- wp:paragraph -->
<p>This approach provides a balanced view of security, compliance, performance, and sustainability.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">What Clever Cloud brings to these challenges</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Clever Cloud is a European hosting provider certified <a href="https://www.clever.cloud/iso-27001-security-by-default-at-clever-cloud/">ISO/IEC 27001:2022</a> and <a href="https://www.clever.cloud/health-data-hosting/">HDS</a>, offering public cloud, private cloud, <a href="https://www.clever.cloud/clever-cloud-on-premises-3/">on-premise</a> and <a href="https://www.clever.cloud/clever-cloud-airgap/">air-gapped</a> environments. For highly regulated requirements, a zone already qualified <a href="https://www.clever.cloud/fr/secnumcloud-cloud-de-confiance/">SecNumCloud</a> is available on request through our partnership with Cloud Temple. This makes it possible to meet “trusted cloud” requirements while benefiting from the Clever Cloud platform.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The platform follows a security-by-design approach based on environment isolation, system hardening, strong authentication, and built-in observability.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/security/">Learn more</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:spacer {"height":"30px"} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Automated deployments, automatic scaling (auto-scaling), and self-healing mechanisms reduce operational effort and limit human error.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/automated-and-flexible-deployment/">Learn more</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:spacer {"height":"30px"} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Data remains hosted in Europe, and data portability is ensured, with no proprietary lock-in.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/interoperability/">Learn more</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:spacer {"height":"30px"} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Support is human-led and provided from France.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"30px"} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>Finally, for public organisations that rely on pooled public procurement frameworks, it is worth noting that Clever Cloud is listed on the “<a href="https://www.nuagepublic.fr/">Nuage Public</a>” (UGAP) framework. Public administrations can therefore subscribe to our services within an already validated public purchasing framework, simplifying administrative procedures and accelerating service deployment.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/fr/ugap/">Learn more</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Towards a secure, sovereign, and sustainable public cloud</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>For a public administration, choosing a secure cloud solution means finding the right balance between sovereignty, compliance, technical security, productivity, and cost control.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>By relying on clear criteria and official reference frameworks (ANSSI, ISO, GDPR, HDS), it becomes possible to select a solution genuinely suited to the needs of the public sector—one that can ensure both service continuity and the protection of citizens’ data.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:media-text {"mediaId":18375,"mediaLink":"https://www.clever.cloud/?attachment_id=18375","mediaType":"image","mediaWidth":30,"isStackedOnMobile":false,"metadata":{"name":"Disponibilité et accès"}} -->
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/07/hexagone-lines.png" alt="déploiement automatisé cloud" class="wp-image-18375 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":4} -->
<h4 class="wp-block-heading"><strong>Would you like to evaluate a sovereign and automated cloud platform?</strong></h4>
<!-- /wp:heading -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/contact/">Contact us</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div></div>
<!-- /wp:media-text -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>UP Program: Discover the 7 startups of the third cohort</title>
		<link>https://www.clever.cloud/blog/company/2025/09/12/up-program-discover-the-7-startups-of-the-third-cohort/</link>
		
		<dc:creator><![CDATA[Marjorie Darrigade]]></dc:creator>
		<pubDate>Fri, 12 Sep 2025 11:14:34 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[company]]></category>
		<category><![CDATA[startup program]]></category>
		<guid isPermaLink="false">https://www.clever-cloud.com/?p=19890</guid>

					<description><![CDATA[<p><img width="1200" height="533" src="https://cdn.clever-cloud.com/uploads/2025/09/2025-09-10-up3-banniere-eng.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2025 09 10 up3 banniere eng" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/09/2025-09-10-up3-banniere-eng.png 1200w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-10-up3-banniere-eng-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-10-up3-banniere-eng-1024x455.png 1024w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-10-up3-banniere-eng-768x341.png 768w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></p><!-- wp:paragraph -->
<p>In addition to <strong>cloud</strong> <strong>credits</strong>, the selected startups benefit from personalised <strong>onboarding</strong> with our engineers, <strong>coaching</strong>, access to <strong>workshops</strong> and <strong>masterclasses</strong>, as well as <strong>visibility</strong> across our media channels and events.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The objective is clear: to enable them to focus on their core business while relying on a reliable, automated and sovereign cloud infrastructure.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong><br><br><strong>The new startups of the 3rd UP cohort</strong></strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><br>This year, seven innovative young companies are joining the <a href="https://www.clever.cloud/up-program/">UP program</a>. They cover a wide range of sectors – e-commerce, finance, health, energy and data – with one thing in common: using technology to tackle concrete challenges.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>Chaynon: fighting against refund fraud</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19875,"mediaLink":"https://www.clever.cloud/?attachment_id=19875","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/chaynon.png" alt="startup program" class="wp-image-19875 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://chaynon.com/">Chaynon</a> offers a decision-support tool for marketplaces and e-merchants to combat refund fraud. Their solution detects suspicious behaviours, helping to reduce losses linked to abuse while protecting merchants’ margins.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>Klafuti: automating accounting data</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19876,"mediaLink":"https://www.clever.cloud/?attachment_id=19876","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/klafuti.png" alt="startup program" class="wp-image-19876 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.klafuti.com/">Klafuti</a> has designed a SaaS platform for accounting professionals (accountancy firms, chartered accountants, etc.) that automates the extraction, transformation and integration of accounting data. This approach simplifies the day-to-day work of experts and frees up time for strategic advisory.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong><strong>Wattflow</strong> :<strong> <strong>optimising energy in professional buildings</strong></strong></strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19877,"mediaLink":"https://www.clever.cloud/?attachment_id=19877","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/wattflow.png" alt="startup program" class="wp-image-19877 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.wattflow.ai/">Wattflow</a> orchestrates the heating, ventilation and air conditioning systems of office and commercial buildings by communicating directly with the machines. The result: up to 40% savings on energy and associated costs, along with improved comfort for occupants. By directly connecting to technical equipment, Wattflow combines energy efficiency with enhanced user experience.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>thaink²: simplifying Data &amp; AI projects</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19878,"mediaLink":"https://www.clever.cloud/?attachment_id=19878","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/thaink2.png" alt="startup program" class="wp-image-19878 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.thaink2.com/">thaink² Analytics</a> is the Data &amp; AI platform that simplifies your projects end to end. A no-code SaaS, intuitive and designed by experts. No more unstable data pipelines or ML/AI models stuck at the POC stage. The goal: to make AI operational and accessible to all companies, without technical complexity.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>LiteoMED: a digital ecosystem for oncology</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19888,"mediaLink":"https://www.clever.cloud/?attachment_id=19888","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/liteomed.png" alt="startup program" class="wp-image-19888 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.liteomed.com/fr">LiteoMED</a> provides a comprehensive platform dedicated to oncologists. It combines precision medicine with a patient-centred approach, allowing practitioners to save time while improving care delivery and patient follow-up.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>Kocliko: reducing energy costs and carbon in collective housing</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19882,"mediaLink":"https://www.clever.cloud/?attachment_id=19882","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/kocliko.png" alt="startup program" class="wp-image-19882 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.kocliko.co/">Kocliko</a> deploys a unique deeptech solution for intelligent control of collective heating, combining AI, certified sensors and a digital twin to sustainably reduce consumption, emissions and tenants’ charges.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>Cloud Data Engine: securing distributed data exchanges</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19885,"mediaLink":"https://www.clever.cloud/?attachment_id=19885","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/clouddatae.png" alt="startup program" class="wp-image-19885 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.clouddataengine.io/">Cloud Data Engine</a> specialises in the operational management of data spaces and the automation of compliance for decentralised data ecosystems (dataspaces, catalogues, marketplaces, etc.).</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><br><br><strong>Why join the UP program?</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The program is designed as a real springboard for startups. By joining UP, they gain access to high-level <strong>technical</strong> <strong>support</strong>, <strong>mentoring</strong> sessions, and <strong>increased</strong> <strong>visibility</strong> within our network and among our partners.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>At Clever Cloud, we believe the cloud should be an accelerator, not a barrier, in the entrepreneurial journey. That’s why we invest in these promising young companies and give them the means to grow faster.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"30px"} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><strong>Are you a startup looking to join the UP program?</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Apply now to be part of the next cohort!</p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<div class="pipedriveWebForms" data-pd-webforms="https://webforms.pipedrive.com/f/5YZeqbJSivCiax7aBDrMnPq4NbZuHWLKrnku4ZmAxBlzz0RhqFF0s7RLtpbHZF"><script src="https://webforms.pipedrive.com/f/loader"></script></div>
<!-- /wp:html -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="1200" height="533" src="https://cdn.clever-cloud.com/uploads/2025/09/2025-09-10-up3-banniere-eng.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2025 09 10 up3 banniere eng" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/09/2025-09-10-up3-banniere-eng.png 1200w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-10-up3-banniere-eng-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-10-up3-banniere-eng-1024x455.png 1024w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-10-up3-banniere-eng-768x341.png 768w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></p><!-- wp:paragraph -->
<p>In addition to <strong>cloud</strong> <strong>credits</strong>, the selected startups benefit from personalised <strong>onboarding</strong> with our engineers, <strong>coaching</strong>, access to <strong>workshops</strong> and <strong>masterclasses</strong>, as well as <strong>visibility</strong> across our media channels and events.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The objective is clear: to enable them to focus on their core business while relying on a reliable, automated and sovereign cloud infrastructure.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong><br><br><strong>The new startups of the 3rd UP cohort</strong></strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><br>This year, seven innovative young companies are joining the <a href="https://www.clever.cloud/up-program/">UP program</a>. They cover a wide range of sectors – e-commerce, finance, health, energy and data – with one thing in common: using technology to tackle concrete challenges.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>Chaynon: fighting against refund fraud</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19875,"mediaLink":"https://www.clever.cloud/?attachment_id=19875","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/chaynon.png" alt="startup program" class="wp-image-19875 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://chaynon.com/">Chaynon</a> offers a decision-support tool for marketplaces and e-merchants to combat refund fraud. Their solution detects suspicious behaviours, helping to reduce losses linked to abuse while protecting merchants’ margins.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>Klafuti: automating accounting data</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19876,"mediaLink":"https://www.clever.cloud/?attachment_id=19876","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/klafuti.png" alt="startup program" class="wp-image-19876 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.klafuti.com/">Klafuti</a> has designed a SaaS platform for accounting professionals (accountancy firms, chartered accountants, etc.) that automates the extraction, transformation and integration of accounting data. This approach simplifies the day-to-day work of experts and frees up time for strategic advisory.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong><strong>Wattflow</strong> :<strong> <strong>optimising energy in professional buildings</strong></strong></strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19877,"mediaLink":"https://www.clever.cloud/?attachment_id=19877","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/wattflow.png" alt="startup program" class="wp-image-19877 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.wattflow.ai/">Wattflow</a> orchestrates the heating, ventilation and air conditioning systems of office and commercial buildings by communicating directly with the machines. The result: up to 40% savings on energy and associated costs, along with improved comfort for occupants. By directly connecting to technical equipment, Wattflow combines energy efficiency with enhanced user experience.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>thaink²: simplifying Data &amp; AI projects</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19878,"mediaLink":"https://www.clever.cloud/?attachment_id=19878","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/thaink2.png" alt="startup program" class="wp-image-19878 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.thaink2.com/">thaink² Analytics</a> is the Data &amp; AI platform that simplifies your projects end to end. A no-code SaaS, intuitive and designed by experts. No more unstable data pipelines or ML/AI models stuck at the POC stage. The goal: to make AI operational and accessible to all companies, without technical complexity.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>LiteoMED: a digital ecosystem for oncology</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19888,"mediaLink":"https://www.clever.cloud/?attachment_id=19888","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/liteomed.png" alt="startup program" class="wp-image-19888 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.liteomed.com/fr">LiteoMED</a> provides a comprehensive platform dedicated to oncologists. It combines precision medicine with a patient-centred approach, allowing practitioners to save time while improving care delivery and patient follow-up.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>Kocliko: reducing energy costs and carbon in collective housing</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19882,"mediaLink":"https://www.clever.cloud/?attachment_id=19882","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/kocliko.png" alt="startup program" class="wp-image-19882 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.kocliko.co/">Kocliko</a> deploys a unique deeptech solution for intelligent control of collective heating, combining AI, certified sensors and a digital twin to sustainably reduce consumption, emissions and tenants’ charges.</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><br><strong>Cloud Data Engine: securing distributed data exchanges</strong></h3>
<!-- /wp:heading -->

<!-- wp:media-text {"mediaId":19885,"mediaLink":"https://www.clever.cloud/?attachment_id=19885","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/09/clouddatae.png" alt="startup program" class="wp-image-19885 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…"} -->
<p><a href="https://www.clouddataengine.io/">Cloud Data Engine</a> specialises in the operational management of data spaces and the automation of compliance for decentralised data ecosystems (dataspaces, catalogues, marketplaces, etc.).</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><br><br><strong>Why join the UP program?</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The program is designed as a real springboard for startups. By joining UP, they gain access to high-level <strong>technical</strong> <strong>support</strong>, <strong>mentoring</strong> sessions, and <strong>increased</strong> <strong>visibility</strong> within our network and among our partners.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>At Clever Cloud, we believe the cloud should be an accelerator, not a barrier, in the entrepreneurial journey. That’s why we invest in these promising young companies and give them the means to grow faster.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"30px"} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><br><strong>Are you a startup looking to join the UP program?</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Apply now to be part of the next cohort!</p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<div class="pipedriveWebForms" data-pd-webforms="https://webforms.pipedrive.com/f/5YZeqbJSivCiax7aBDrMnPq4NbZuHWLKrnku4ZmAxBlzz0RhqFF0s7RLtpbHZF"><script src="https://webforms.pipedrive.com/f/loader"></script></div>
<!-- /wp:html -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Clever Cloud joins the Fabrique IA Territoriale in Pays de la Loire</title>
		<link>https://www.clever.cloud/blog/company/2025/09/11/clever-cloud-joins-the-fabrique-ia-territoriale-in-pays-de-la-loire/</link>
		
		<dc:creator><![CDATA[Marjorie Darrigade]]></dc:creator>
		<pubDate>Thu, 11 Sep 2025 10:13:37 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[digital sovereignty]]></category>
		<category><![CDATA[fabrique ia territoriale]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[public sector]]></category>
		<guid isPermaLink="false">https://www.clever-cloud.com/?p=19916</guid>

					<description><![CDATA[<p><img width="1400" height="621" src="https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2025 09 11 gigalis banniere eng" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng.png 1400w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng-1024x454.png 1024w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng-768x341.png 768w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng-1368x607.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p><!-- wp:heading -->
<h2 class="wp-block-heading" id="newpaas">An unprecedented initiative led by Gigalis</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><br>Created in 2000 by the Pays de la Loire Regional Council,&nbsp;<a href="https://gigalis.org/">Gigalis</a> has established itself as a key player in public digital services. Transformed into a Public Interest Group (GIP) in January 2025, it now supports regional authorities and institutions with sovereign services in connectivity, cybersecurity, cloud, and the pooling of digital procurement. It is within this dynamic that, on September 1st, the <strong>Fabrique IA Territoriale</strong> was officially launched — a unique initiative in France bringing together public actors and private companies to address the challenges of artificial intelligence and open source.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"13px"} -->
<div style="height:13px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading" id="cleverai">Three complementary lots to structure the AI ecosystem</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The framework agreement designed by Gigalis has been divided into three lots, covering the entire lifecycle of AI projects.</p>
<!-- /wp:paragraph -->

<!-- wp:list {"ordered":true} -->
<ol class="wp-block-list"><!-- wp:list-item -->
<li>The first focuses on <strong>consulting and raising awareness around artificial intelligence</strong>, and was awarded to a group of national and regional players including <a href="https://linagora.com/">Linagora</a>, <a href="https://www.groupeonepoint.com/fr/">Onepoint</a>, <a href="https://www.pyxis-support.com/">Pyxis support</a>, <a href="https://www.synchrone.fr/fr/">Synchrone</a> et <a href="https://www.wavestone.com/fr/">Wavestone</a>.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>The second, dedicated to <strong>community integration</strong>, brings together <a href="https://atos.net/fr/">Atos</a>, <a href="https://www.dri.fr/">DRI</a>, <a href="https://metapolis.fr/">Metapolis</a>, <a href="https://www.beewant.com/landing">Beewant</a>,<a href="https://www.linkedin.com/company/reel-it/"> Reel IT, </a><a href="https://www.crossdata.tech/">Cross Data</a><a href="https://www.linkedin.com/company/reel-it/">, </a><a href="https://parthema.fr/">PARTHEMA</a><a href="https://www.linkedin.com/company/reel-it/">, </a><a href="https://www.data-inceptio.ai/">DATA INCEPTIO.AI </a>et <a href="https://www.valeuriad.fr/">Valeuriad</a>.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Finally, the third lot, centered on<strong> infrastructure, hosting, deployment, and operations using open source technologies</strong>, was awarded to <strong>Clever Cloud, </strong>Linagora, DRI, <a href="https://www.siium.fr/">Siium</a> et Reel IT.</li>
<!-- /wp:list-item --></ol>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>This organization ensures strong complementarity and makes it possible to provide public sector actors with a coherent, sovereign, and tailored offering that fully meets their needs.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading" id="faas">Clever Cloud’s expertise for Lot 3</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Clever Cloud’s participation in the Fabrique IA Territoriale is fully aligned with our mission: providing a European, secure cloud that frees public organizations from technical constraints. In practice, our approach relies on proven <strong>open source technologies</strong>, integrated into an <strong>automated infrastructure </strong>to ensure <strong>interoperability</strong>, <strong>performance</strong>, and <strong>security</strong>. At the same time, we guarantee high <strong>availability</strong>, continuous <strong>monitoring</strong>, and <strong>measurable</strong> commitments through transparent quality indicators.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Beyond the technical aspects, our contribution also consists in transferring knowledge to gradually make beneficiaries autonomous. This transfer of expertise lies at the heart of our approach: <strong>supporting, securing, and sustaining digital projects without creating dependency on external providers</strong>.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading" id="kubernetes">A commitment to digital sovereignty in the region</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The <strong>Fabrique IA Territoriale</strong> is more than just a framework agreement: it embodies a collective vision of trusted digital services, designed for local territories. By joining this initiative, Clever Cloud strengthens its <strong>commitment to offering a credible European alternative</strong> to major international providers. This approach enables local authorities to benefit from modern, resilient infrastructures while supporting the regional digital ecosystem.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For Clever Cloud, this participation illustrates the convergence between our values and those promoted by Gigalis: sovereignty, cooperation, and sustainability. We believe that an ethical and responsible digital environment must be built on open, secure, and accessible solutions for all public sector actors.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Conclusion and outlook</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Our role within the<strong> Fabrique IA Territoriale</strong> reaffirms our determination to support the digital transformation of public services, giving them the means to manage their projects with efficiency and transparency. Alongside committed partners, we put automation, security, and sovereignty at the service of collective intelligence and local innovation.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:media-text {"mediaId":18375,"mediaLink":"https://www.clever.cloud/?attachment_id=18375","mediaType":"image","mediaWidth":30,"isStackedOnMobile":false,"metadata":{"name":"Disponibilité et accès"}} -->
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/07/hexagone-lines.png" alt="déploiement automatisé cloud" class="wp-image-18375 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":4} -->
<h4 class="wp-block-heading"><br><strong>To learn more about how Clever Cloud can support your public sector or territorial projects:</strong></h4>
<!-- /wp:heading -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/contact/" target="_blank" rel="noreferrer noopener">Contact us</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div></div>
<!-- /wp:media-text -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="621" src="https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2025 09 11 gigalis banniere eng" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng.png 1400w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng-1024x454.png 1024w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng-768x341.png 768w, https://cdn.clever-cloud.com/uploads/2025/09/2025-09-11-gigalis-banniere-eng-1368x607.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p><!-- wp:heading -->
<h2 class="wp-block-heading" id="newpaas">An unprecedented initiative led by Gigalis</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><br>Created in 2000 by the Pays de la Loire Regional Council,&nbsp;<a href="https://gigalis.org/">Gigalis</a> has established itself as a key player in public digital services. Transformed into a Public Interest Group (GIP) in January 2025, it now supports regional authorities and institutions with sovereign services in connectivity, cybersecurity, cloud, and the pooling of digital procurement. It is within this dynamic that, on September 1st, the <strong>Fabrique IA Territoriale</strong> was officially launched — a unique initiative in France bringing together public actors and private companies to address the challenges of artificial intelligence and open source.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"13px"} -->
<div style="height:13px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading" id="cleverai">Three complementary lots to structure the AI ecosystem</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The framework agreement designed by Gigalis has been divided into three lots, covering the entire lifecycle of AI projects.</p>
<!-- /wp:paragraph -->

<!-- wp:list {"ordered":true} -->
<ol class="wp-block-list"><!-- wp:list-item -->
<li>The first focuses on <strong>consulting and raising awareness around artificial intelligence</strong>, and was awarded to a group of national and regional players including <a href="https://linagora.com/">Linagora</a>, <a href="https://www.groupeonepoint.com/fr/">Onepoint</a>, <a href="https://www.pyxis-support.com/">Pyxis support</a>, <a href="https://www.synchrone.fr/fr/">Synchrone</a> et <a href="https://www.wavestone.com/fr/">Wavestone</a>.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>The second, dedicated to <strong>community integration</strong>, brings together <a href="https://atos.net/fr/">Atos</a>, <a href="https://www.dri.fr/">DRI</a>, <a href="https://metapolis.fr/">Metapolis</a>, <a href="https://www.beewant.com/landing">Beewant</a>,<a href="https://www.linkedin.com/company/reel-it/"> Reel IT, </a><a href="https://www.crossdata.tech/">Cross Data</a><a href="https://www.linkedin.com/company/reel-it/">, </a><a href="https://parthema.fr/">PARTHEMA</a><a href="https://www.linkedin.com/company/reel-it/">, </a><a href="https://www.data-inceptio.ai/">DATA INCEPTIO.AI </a>et <a href="https://www.valeuriad.fr/">Valeuriad</a>.</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Finally, the third lot, centered on<strong> infrastructure, hosting, deployment, and operations using open source technologies</strong>, was awarded to <strong>Clever Cloud, </strong>Linagora, DRI, <a href="https://www.siium.fr/">Siium</a> et Reel IT.</li>
<!-- /wp:list-item --></ol>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>This organization ensures strong complementarity and makes it possible to provide public sector actors with a coherent, sovereign, and tailored offering that fully meets their needs.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading" id="faas">Clever Cloud’s expertise for Lot 3</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Clever Cloud’s participation in the Fabrique IA Territoriale is fully aligned with our mission: providing a European, secure cloud that frees public organizations from technical constraints. In practice, our approach relies on proven <strong>open source technologies</strong>, integrated into an <strong>automated infrastructure </strong>to ensure <strong>interoperability</strong>, <strong>performance</strong>, and <strong>security</strong>. At the same time, we guarantee high <strong>availability</strong>, continuous <strong>monitoring</strong>, and <strong>measurable</strong> commitments through transparent quality indicators.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Beyond the technical aspects, our contribution also consists in transferring knowledge to gradually make beneficiaries autonomous. This transfer of expertise lies at the heart of our approach: <strong>supporting, securing, and sustaining digital projects without creating dependency on external providers</strong>.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading" id="kubernetes">A commitment to digital sovereignty in the region</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The <strong>Fabrique IA Territoriale</strong> is more than just a framework agreement: it embodies a collective vision of trusted digital services, designed for local territories. By joining this initiative, Clever Cloud strengthens its <strong>commitment to offering a credible European alternative</strong> to major international providers. This approach enables local authorities to benefit from modern, resilient infrastructures while supporting the regional digital ecosystem.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For Clever Cloud, this participation illustrates the convergence between our values and those promoted by Gigalis: sovereignty, cooperation, and sustainability. We believe that an ethical and responsible digital environment must be built on open, secure, and accessible solutions for all public sector actors.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Conclusion and outlook</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Our role within the<strong> Fabrique IA Territoriale</strong> reaffirms our determination to support the digital transformation of public services, giving them the means to manage their projects with efficiency and transparency. Alongside committed partners, we put automation, security, and sovereignty at the service of collective intelligence and local innovation.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:media-text {"mediaId":18375,"mediaLink":"https://www.clever.cloud/?attachment_id=18375","mediaType":"image","mediaWidth":30,"isStackedOnMobile":false,"metadata":{"name":"Disponibilité et accès"}} -->
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/07/hexagone-lines.png" alt="déploiement automatisé cloud" class="wp-image-18375 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":4} -->
<h4 class="wp-block-heading"><br><strong>To learn more about how Clever Cloud can support your public sector or territorial projects:</strong></h4>
<!-- /wp:heading -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/contact/" target="_blank" rel="noreferrer noopener">Contact us</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div></div>
<!-- /wp:media-text -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Madietenligne simplified its HDS compliance with a certified PaaS</title>
		<link>https://www.clever.cloud/blog/testimonial/2025/05/27/how-madietenligne-simplified-its-hds-compliance-with-a-certified-paas/</link>
		
		<dc:creator><![CDATA[Marjorie Darrigade]]></dc:creator>
		<pubDate>Tue, 27 May 2025 14:39:40 +0000</pubDate>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[Guests]]></category>
		<category><![CDATA[Testimonial]]></category>
		<category><![CDATA[webinar]]></category>
		<guid isPermaLink="false">https://www.clever-cloud.com/?p=17747</guid>

					<description><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2025/05/2025-05-27-clever-cloud-banniere-blog-webinar-hds-eng.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2025 05 27 clever cloud banniere blog webinar hds eng" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/05/2025-05-27-clever-cloud-banniere-blog-webinar-hds-eng.png 800w, https://cdn.clever-cloud.com/uploads/2025/05/2025-05-27-clever-cloud-banniere-blog-webinar-hds-eng-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2025/05/2025-05-27-clever-cloud-banniere-blog-webinar-hds-eng-768x341.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p><br><br>For <a href="https://www.madietenligne.fr/"><strong>Madietenligne</strong></a>, a platform that supports over 2,500 dieticians in managing their business, ensuring compliance was becoming more and more complex... until they migrated to <a href="https://www.clever.cloud/fr/hebergement-donnees-de-sante/"><strong>Clever Cloud's HDS-certified PaaS</strong></a>.<br><br>On <strong>Tuesday June 17, 2025 at 11:30 a.m.</strong>, Madietenligne looks back at this strategic shift during an <strong>HDS-certified webinar</strong>.</p>
<!-- /wp:paragraph -->

<!-- wp:image {"lightbox":{"enabled":false},"id":17750,"sizeSlug":"large","linkDestination":"custom"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2025/05/2025-05-27-webinar-hds-1024x427.png" alt="" class="wp-image-17750"/></figure>
<!-- /wp:image -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://app.livestorm.co/clevercloud/certification-hds-comment-clever-cloud-accompagne-les-acteurs-de-la-sante?s=7140a740-c785-4b2a-9fae-b8654f1b74c1">Register now!</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong><strong>Why an HDS compliance webinar?</strong></strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>As a <strong><a href="https://www.clever.cloud/blog/press/2025/01/15/clever-cloud-obtains-hds-certification/">certified healthcare data host for the 6 activities</a></strong> covered by the standard, Clever Cloud supports editors who want to focus on their core business, without sacrificing security or sovereignty.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In this webinar, we will discuss:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>A clear overview of <strong>HDS</strong> obligations and their practical impact on your solution;</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>HDS compliance “fast-track”: benefit immediately from a <a href="https://www.clever.cloud/blog/features/2025/03/19/hds-cloud-secure-hosting-of-healthcare-data-with-clever-cloud/"><strong>certified</strong></a>, <strong><a href="https://www.clever.cloud/sovereign-cloud/">sovereign</a></strong> cloud, with no regulatory or administrative formalities to deal with;</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Behind the scenes of <strong>Madietenligne</strong>'s &lt; 3 week migration, and the gains observed (security, scalability, sovereignty);</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Any points you'd like to clarify, through a live <strong>Q&amp;A</strong> session.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>The program</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Join Florent Perreux (Chief Sales Officer @ Clever Cloud) and Eddy Montus (Co-founder @ MaDietEnLigne) as they explore, step by step, the challenges and rewards of migrating to a sovereign, HDS-compliant cloud.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>On the agenda:</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 The challenges of HDS compliance for companies processing healthcare data ;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 The concrete benefits of an HDS-certified PaaS ;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 The experience of a customer committed to security and sovereignty issues ;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 A Q&amp;A session to ask your questions.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>Why participate?</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>🔖 <strong>Understand</strong> HDS obligations and how to meet them;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🎯 <strong>Discover</strong> a real-life case study from a committed SaaS healthcare publisher;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>👑 <strong>Explore</strong> a sovereign, scalable and compliant cloud solution;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>❓ <strong>Chat</strong> live with our speakers.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"16px"} -->
<div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>🗣️ "In less than three weeks, we migrated our dev and prod environments.  And most importantly, I'm more than satisfied with the service and excellent support!"— Eddy Montus, Co-founder @ Madietenligne</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>Register now</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>📅 Tuesday, June 17, 2025</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>⏰ 11:30 AM - 12h00 PM</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>💻 Livestorm online webinar</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"21px"} -->
<div style="height:21px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>You code, <strong>we guarantee HDS compliance</strong>, combined with sovereign, scalable and automated hosting. Join us on June 17 to find out how! 🚀</p>
<!-- /wp:paragraph -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://app.livestorm.co/clevercloud/certification-hds-comment-clever-cloud-accompagne-les-acteurs-de-la-sante?s=7140a740-c785-4b2a-9fae-b8654f1b74c1"><strong>Register now</strong></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->]]></description>
										<content:encoded><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2025/05/2025-05-27-clever-cloud-banniere-blog-webinar-hds-eng.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2025 05 27 clever cloud banniere blog webinar hds eng" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/05/2025-05-27-clever-cloud-banniere-blog-webinar-hds-eng.png 800w, https://cdn.clever-cloud.com/uploads/2025/05/2025-05-27-clever-cloud-banniere-blog-webinar-hds-eng-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2025/05/2025-05-27-clever-cloud-banniere-blog-webinar-hds-eng-768x341.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p><br><br>For <a href="https://www.madietenligne.fr/"><strong>Madietenligne</strong></a>, a platform that supports over 2,500 dieticians in managing their business, ensuring compliance was becoming more and more complex... until they migrated to <a href="https://www.clever.cloud/fr/hebergement-donnees-de-sante/"><strong>Clever Cloud's HDS-certified PaaS</strong></a>.<br><br>On <strong>Tuesday June 17, 2025 at 11:30 a.m.</strong>, Madietenligne looks back at this strategic shift during an <strong>HDS-certified webinar</strong>.</p>
<!-- /wp:paragraph -->

<!-- wp:image {"lightbox":{"enabled":false},"id":17750,"sizeSlug":"large","linkDestination":"custom"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2025/05/2025-05-27-webinar-hds-1024x427.png" alt="" class="wp-image-17750"/></figure>
<!-- /wp:image -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://app.livestorm.co/clevercloud/certification-hds-comment-clever-cloud-accompagne-les-acteurs-de-la-sante?s=7140a740-c785-4b2a-9fae-b8654f1b74c1">Register now!</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong><strong>Why an HDS compliance webinar?</strong></strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>As a <strong><a href="https://www.clever.cloud/blog/press/2025/01/15/clever-cloud-obtains-hds-certification/">certified healthcare data host for the 6 activities</a></strong> covered by the standard, Clever Cloud supports editors who want to focus on their core business, without sacrificing security or sovereignty.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In this webinar, we will discuss:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>A clear overview of <strong>HDS</strong> obligations and their practical impact on your solution;</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>HDS compliance “fast-track”: benefit immediately from a <a href="https://www.clever.cloud/blog/features/2025/03/19/hds-cloud-secure-hosting-of-healthcare-data-with-clever-cloud/"><strong>certified</strong></a>, <strong><a href="https://www.clever.cloud/sovereign-cloud/">sovereign</a></strong> cloud, with no regulatory or administrative formalities to deal with;</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Behind the scenes of <strong>Madietenligne</strong>'s &lt; 3 week migration, and the gains observed (security, scalability, sovereignty);</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Any points you'd like to clarify, through a live <strong>Q&amp;A</strong> session.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>The program</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Join Florent Perreux (Chief Sales Officer @ Clever Cloud) and Eddy Montus (Co-founder @ MaDietEnLigne) as they explore, step by step, the challenges and rewards of migrating to a sovereign, HDS-compliant cloud.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>On the agenda:</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 The challenges of HDS compliance for companies processing healthcare data ;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 The concrete benefits of an HDS-certified PaaS ;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 The experience of a customer committed to security and sovereignty issues ;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🔹 A Q&amp;A session to ask your questions.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>Why participate?</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>🔖 <strong>Understand</strong> HDS obligations and how to meet them;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>🎯 <strong>Discover</strong> a real-life case study from a committed SaaS healthcare publisher;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>👑 <strong>Explore</strong> a sovereign, scalable and compliant cloud solution;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>❓ <strong>Chat</strong> live with our speakers.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"16px"} -->
<div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>🗣️ "In less than three weeks, we migrated our dev and prod environments.  And most importantly, I'm more than satisfied with the service and excellent support!"— Eddy Montus, Co-founder @ Madietenligne</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><strong>Register now</strong></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>📅 Tuesday, June 17, 2025</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>⏰ 11:30 AM - 12h00 PM</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>💻 Livestorm online webinar</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"21px"} -->
<div style="height:21px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph -->
<p>You code, <strong>we guarantee HDS compliance</strong>, combined with sovereign, scalable and automated hosting. Join us on June 17 to find out how! 🚀</p>
<!-- /wp:paragraph -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://app.livestorm.co/clevercloud/certification-hds-comment-clever-cloud-accompagne-les-acteurs-de-la-sante?s=7140a740-c785-4b2a-9fae-b8654f1b74c1"><strong>Register now</strong></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>HDS cloud: Secure hosting of healthcare data with Clever Cloud</title>
		<link>https://www.clever.cloud/blog/features/2025/03/19/hds-cloud-secure-hosting-of-healthcare-data-with-clever-cloud/</link>
		
		<dc:creator><![CDATA[Marjorie Darrigade]]></dc:creator>
		<pubDate>Wed, 19 Mar 2025 13:21:27 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[HDS cloud]]></category>
		<category><![CDATA[health data host]]></category>
		<guid isPermaLink="false">https://www.clever-cloud.com/?p=16728</guid>

					<description><![CDATA[<p><img width="1200" height="533" src="https://cdn.clever-cloud.com/uploads/2025/03/2025-09-17-cloud-hds-banniere-en.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2025 09 17 cloud hds banniere en" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/03/2025-09-17-cloud-hds-banniere-en.png 1200w, https://cdn.clever-cloud.com/uploads/2025/03/2025-09-17-cloud-hds-banniere-en-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2025/03/2025-09-17-cloud-hds-banniere-en-1024x455.png 1024w, https://cdn.clever-cloud.com/uploads/2025/03/2025-09-17-cloud-hds-banniere-en-768x341.png 768w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></p><!-- wp:paragraph -->
<p><br>The <strong>protection of health data</strong> now concerns many sectors of activity. Software publishers, healthcare establishments, public services, laboratories… More and more players need to <strong>guarantee secure hosting </strong>for this sensitive data.</p>
<!-- /wp:paragraph -->

<!-- wp:media-text {"mediaId":20181,"mediaLink":"https://www.clever.cloud/blog/features/2025/03/19/hds-cloud-secure-hosting-of-healthcare-data-with-clever-cloud/attachment/cloud-hds-imgii/","mediaType":"image","imageFill":false} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/03/cloud-hds-imgii.png" alt="" class="wp-image-20181 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"align":"center","placeholder":"Content…"} -->
<p class="has-text-align-center">Ready to secure and optimise your data hosting? Contact our teams to find out more!</p>
<!-- /wp:paragraph -->

<!-- wp:columns {"verticalAlignment":"top"} -->
<div class="wp-block-columns are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","width":"100%"} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:100%"><!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button {"className":"is-style-outline"} -->
<div class="wp-block-button is-style-outline"><a class="wp-block-button__link wp-element-button" href="https://calendar.clever-cloud.com/team/sales/rdv-hds-15min" target="_blank" rel="noreferrer noopener">Make an appointment now!</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div></div>
<!-- /wp:media-text -->

<!-- wp:spacer {"height":"50px"} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading" id="newpaas">Understanding Health Data Hosting ("Hébergement des Données de Santé" - HDS) cloud certification</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">What is health data?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Any information that makes it possible to identify a person and learn about their state of health, whether <strong>physical or mental</strong>, is <strong>health data (information collected during medical monitoring, results of medical examinations, information relating to an illness, allergy, treatment or disability, etc.)</strong>.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">What is HDS certification?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><a href="https://www.clever.cloud/health-data-hosting/">HDS (<strong>Health Data Hosting</strong>) certification</a> aims to enhance the <strong>security</strong> and <strong>confidentiality of personal health data</strong>, thereby guaranteeing a <strong>trusted environment</strong> for e-health and patient monitoring. To meet these high standards, it is based on <strong>ISO</strong>-compliant standards and the <strong>RGPD</strong>. Issued by an accredited independent body, it covers <strong>six areas of activity</strong>: the provision and maintenance in operational and security conditions of <strong>physical sites</strong>, the <strong>hardware infrastructure</strong>, the <strong>virtual infrastructure</strong>, the <strong>platform for hosting IS applications</strong> processing personal health data, as well as the <strong>administration and operation of the IS</strong> and the <strong>backup</strong> of personal health data.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"50px"} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Why choose an HDS cloud?</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">A legal obligation for players in the healthcare sector</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>All players (public or private) who <strong>host, use or store health data</strong> for a third party (with the exception of IT archiving services, which are not affected by these obligations) must be <strong>HDS-certified</strong>. Only health establishments that manage their own information systems are exempt (L.1111-8 of the Public Health Code).</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Data security and confidentiality</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Unlike an on-premise infrastructure, where the company would have to manage data hosting, operation and security itself, <strong>a Platform as a Service HDS cloud </strong>like Clever Cloud enables these critical aspects to be automated. This guarantees <strong>rapid deployment</strong>, <strong>automatic scalability</strong>, <strong>one-click database control</strong>, <strong>advanced security</strong> (encryption, service continuity, anonymisation) and <strong>effortless maintenance</strong>, all in a certified way.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>By choosing an <strong>HDS cloud</strong>, you can concentrate on your core business, while ensuring that your infrastructure complies with the highest standards of healthcare data protection.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"50px"} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:acf/avantages {"name":"acf/avantages","data":{"title":"\u003cb\u003eWhy\u003c/b\u003e choose Clever Cloud?","_title":"field_63878c81ae569","content":"Clever Cloud is \u003cstrong\u003eHDS certified\u003c/strong\u003e for all 6 activities, in the updated version in force since 16 May 2024, guaranteeing \u003cstrong\u003efull compliance\u003c/strong\u003e for the hosting and management of healthcare data.\r\n\r\n\u0026nbsp;\r\n\r\nBut beyond this certification, our platform offers much more:","_content":"field_63878c9cae56a","main_picture":"","_main_picture":"field_63878cd5ae56b","advantages_collection_0_picto":19563,"_advantages_collection_0_picto":"field_6397417cac52f","advantages_collection_0_title":"Clever Cloud is a \u003ca href=\u0022https://www.clever.cloud/sovereign-cloud/\u0022\u003esovereign cloud\u003c/a\u003e, designed in France","_advantages_collection_0_title":"field_63878d1aae56d","advantages_collection_0_content":"At Clever Cloud, we firmly believe that Europe’s \u003cb\u003estrategic autonomy\u003c/b\u003e depends on relying on \u003cb\u003eits own infrastructures and on its own software technologies\u003c/b\u003e for hosting data and applications. This enables companies and public administrations \u003cb\u003eto avoid relying on non-European solutions\u003c/b\u003e.","_advantages_collection_0_content":"field_63878d4dae56e","advantages_collection_0_link":{"title":"","url":"https://www.clever.cloud/sovereign-cloud/","target":"_blank"},"_advantages_collection_0_link":"field_63878d66ae56f","advantages_collection_1_picto":20157,"_advantages_collection_1_picto":"field_6397417cac52f","advantages_collection_1_title":"A secure, immutable cloud based on the zero trust security model","_advantages_collection_1_title":"field_63878d1aae56d","advantages_collection_1_content":"Thanks to \u003cb\u003eautomatic updates\u003c/b\u003e, vulnerabilities are corrected as soon as they are identified. What’s more, our approach is based on an \u003cb\u003eimmutable infrastructure\u003c/b\u003e: any code deployed on Clever Cloud runs in an ephemeral, reproducible environment. In the event of a compromise, any malicious modification to the code is automatically eliminated the next time it is deployed. We also \u003cb\u003eavoid trusted networks\u003c/b\u003e. At Clever Cloud, every element of the network is \u003cb\u003eidentified, authenticated and communicates in encrypted form\u003c/b\u003e, preventing any attempt at intrusion or data exfiltration.","_advantages_collection_1_content":"field_63878d4dae56e","advantages_collection_1_link":{"title":"","url":"https://www.clever.cloud/security/","target":"_blank"},"_advantages_collection_1_link":"field_63878d66ae56f","advantages_collection_2_picto":20158,"_advantages_collection_2_picto":"field_6397417cac52f","advantages_collection_2_title":"A resilient cloud","_advantages_collection_2_title":"field_63878d1aae56d","advantages_collection_2_content":"Our solution is scalable, secure and \u003cb\u003eresilient\u003c/b\u003e. With Clever Cloud, everything is \u003cb\u003efully automated\u003c/b\u003e, freeing you from technical constraints and allowing you to concentrate on what’s essential. No infrastructure to manage, no server updates to perform, no orchestrators to maintain: \u003cb\u003esimply deploy your code on Clever Cloud, and it works without interruption\u003c/b\u003e.","_advantages_collection_2_content":"field_63878d4dae56e","advantages_collection_2_link":"","_advantages_collection_2_link":"field_63878d66ae56f","advantages_collection_3_picto":20159,"_advantages_collection_3_picto":"field_6397417cac52f","advantages_collection_3_title":"Performance, cost control and speed to market","_advantages_collection_3_title":"field_63878d1aae56d","advantages_collection_3_content":"On average, a client migrating to Clever Cloud sees their \u003cb\u003ebill reduced by 30% — while accelerating their time-to-market by up to 7x\u003c/b\u003e. What’s more, our transparent pricing is based on a self-scaling model: you define the resources you need and the maximum budget you want to commit. Per-second billing ensures optimised use, with no extra costs or waste. \u003cb\u003eYou only pay for what you use, in line with your needs\u003c/b\u003e.","_advantages_collection_3_content":"field_63878d4dae56e","advantages_collection_3_link":"","_advantages_collection_3_link":"field_63878d66ae56f","advantages_collection_4_picto":20164,"_advantages_collection_4_picto":"field_6397417cac52f","advantages_collection_4_title":"A modular solution, with no adaptation constraints","_advantages_collection_4_title":"field_63878d1aae56d","advantages_collection_4_content":"Our Clever offering lets you \u003cb\u003eround out your experience with various add-ons, available on our marketplace\u003c/b\u003e, such as an SSO identity manager, \u003cb\u003ea single portal that connects all your services\u003c/b\u003e: a single identifier and a single password for all services. We offer this solution via the open source identity and access management (IAM) integrator \u003cb\u003eKeycloak\u003c/b\u003e (an industry standard). This Keycloak fits perfectly into our HDS cloud and can be customised by adding plugins such as the federator of healthcare identity providers, \u003ca href=\u0022https://esante.gouv.fr/produits-services/pro-sante-connect\u0022\u003e\u003cb\u003ePro Santé Connect\u003c/b\u003e\u003c/a\u003e, a free standard service (OpenID protocol) developed and maintained by the \u003cb\u003eANS\u003c/b\u003e (\u0022Agence du Numérique en Santé\u0022).\r\n\u003cbr\u003e\r\nIn short, our solution integrates naturally into your environment, according to your needs, \u003cb\u003ewithout the need for complex adaptations\u003c/b\u003e, while guaranteeing you an experience that meets the requirements of the healthcare sector.","_advantages_collection_4_content":"field_63878d4dae56e","advantages_collection_4_link":{"title":"","url":"https://api.clever-cloud.com/v2/sessions/login?fromAuthorize=true\u0026partner_id=01907806-284e-1b4d-029a-20b9ebfcb8c0","target":"_blank"},"_advantages_collection_4_link":"field_63878d66ae56f","advantages_collection_5_picto":20163,"_advantages_collection_5_picto":"field_6397417cac52f","advantages_collection_5_title":"Guidance and support","_advantages_collection_5_title":"field_63878d1aae56d","advantages_collection_5_content":"Our \u003cb\u003eresponsive support team\u003c/b\u003e is made up of French engineers, available to meet your needs and help you \u003cb\u003eget the most out of our platform\u003c/b\u003e. You benefit from personalised support, guaranteeing \u003cb\u003eperformance, compliance and peace of mind\u003c/b\u003e when it comes to hosting your healthcare data.","_advantages_collection_5_content":"field_63878d4dae56e","advantages_collection_5_link":"","_advantages_collection_5_link":"field_63878d66ae56f","advantages_collection":6,"_advantages_collection":"field_63878cecae56c"},"mode":"auto"} /-->

<!-- wp:spacer {"height":"50px"} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:media-text {"mediaId":18375,"mediaLink":"https://www.clever.cloud/?attachment_id=18375","mediaType":"image","mediaWidth":30,"metadata":{"name":"Disponibilité et accès"}} -->
<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/07/hexagone-lines.png" alt="déploiement automatisé cloud" class="wp-image-18375 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Rely on Clever Cloud for HDS hosting of your sensitive data</h3>
<!-- /wp:heading -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/contact-hds/">Contact our teams!</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div></div>
<!-- /wp:media-text -->

<!-- wp:spacer {"height":"140px"} -->
<div style="height:140px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:html -->
<div style="height: 1px; background-color: #DEDDEE; margin: 30px auto; width: 100%;"></div>
<!-- /wp:html -->

<!-- wp:acf/use-cases {"name":"acf/use-cases","data":{"title":"FAQ","_title":"field_63888f01be79a","content":"I need an HDS-certified host. Who should I choose?","_content":"field_63888f12be79b","use_cases_collection_0_cat":"General","_use_cases_collection_0_cat":"field_63888f3abe79d","use_cases_collection_0_uses_cases_0_title":"What is healthcare data hosting (HDS)?","_use_cases_collection_0_uses_cases_0_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_0_content":"Healthcare data hosting (HDS) is a French regulatory framework that requires companies handling healthcare data to store it with an HDS-certified host. This certification guarantees a high level of security and compliance for the protection of medical information.","_use_cases_collection_0_uses_cases_0_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_0_tags":"","_use_cases_collection_0_uses_cases_0_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_0_link":"","_use_cases_collection_0_uses_cases_0_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases_1_title":"Why is it compulsory to use an HDS-certified hosting provider to store healthcare data?","_use_cases_collection_0_uses_cases_1_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_1_content":"The main objective is to ensure the confidentiality, integrity and availability of healthcare data. By requiring HDS certification, the regulations protect patients and ensure that their information is not lost or accessed by unauthorised third parties.","_use_cases_collection_0_uses_cases_1_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_1_tags":"","_use_cases_collection_0_uses_cases_1_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_1_link":"","_use_cases_collection_0_uses_cases_1_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases_2_title":"What data is covered by HDS regulations?","_use_cases_collection_0_uses_cases_2_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_2_content":"Any data directly or indirectly enabling a person to be identified and relating to their physical or mental health is concerned. This includes medical records, prescriptions, examination reports, but also less obvious information such as food allergies in school canteens.","_use_cases_collection_0_uses_cases_2_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_2_tags":"","_use_cases_collection_0_uses_cases_2_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_2_link":"","_use_cases_collection_0_uses_cases_2_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases_3_title":"I'm a SaaS publisher, which cloud should I choose?","_use_cases_collection_0_uses_cases_3_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_3_content":"Clever Cloud has been designed to meet the needs of publishers. Concentrate on your code, we'll take care of the rest!","_use_cases_collection_0_uses_cases_3_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_3_tags":"","_use_cases_collection_0_uses_cases_3_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_3_link":"","_use_cases_collection_0_uses_cases_3_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases_4_title":"Who is affected by the regulations on health data?","_use_cases_collection_0_uses_cases_4_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_4_content":"Any company or organisation that stores, processes or transmits health data must comply with these regulations. This includes hospitals, laboratories, health software publishers, insurance companies and mutual insurers, public services, and any structure handling medical information.","_use_cases_collection_0_uses_cases_4_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_4_tags":"","_use_cases_collection_0_uses_cases_4_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_4_link":"","_use_cases_collection_0_uses_cases_4_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases_5_title":"How is HDS certification different from other security standards such as ISO 27001?","_use_cases_collection_0_uses_cases_5_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_5_content":"ISO 27001 is an international standard for information security in the broadest sense, while HDS certification is a French standard specific to healthcare data. It imposes additional requirements in terms of access management, traceability and physical security.","_use_cases_collection_0_uses_cases_5_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_5_tags":"","_use_cases_collection_0_uses_cases_5_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_5_link":"","_use_cases_collection_0_uses_cases_5_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases":6,"_use_cases_collection_0_uses_cases":"field_63888f53be79e","use_cases_collection_1_cat":"HDS Clever Cloud","_use_cases_collection_1_cat":"field_63888f3abe79d","use_cases_collection_1_uses_cases_0_title":"What requirements are covered by HDS certification?","_use_cases_collection_1_uses_cases_0_title":"field_63888f8bbe79f","use_cases_collection_1_uses_cases_0_content":"HDS certification covers six key areas, from the physical management of infrastructures to the administration of systems and applications.","_use_cases_collection_1_uses_cases_0_content":"field_63888f95be7a0","use_cases_collection_1_uses_cases_0_tags":"","_use_cases_collection_1_uses_cases_0_tags":"field_63888facbe7a1","use_cases_collection_1_uses_cases_0_link":"","_use_cases_collection_1_uses_cases_0_link":"field_63888fcbbe7a3","use_cases_collection_1_uses_cases_1_title":"Is Clever Cloud certified for all HDS areas of activity?","_use_cases_collection_1_uses_cases_1_title":"field_63888f8bbe79f","use_cases_collection_1_uses_cases_1_content":"Yes, we are certified for all six HDS activity areas, in the updated version in force since 16 May 2024, which means we can offer a hosting service covering all the needs associated with health data.","_use_cases_collection_1_uses_cases_1_content":"field_63888f95be7a0","use_cases_collection_1_uses_cases_1_tags":"","_use_cases_collection_1_uses_cases_1_tags":"field_63888facbe7a1","use_cases_collection_1_uses_cases_1_link":{"title":"See our certification","url":"https://cdn.clever-cloud.com/uploads/2025/01/clever-cloud-24357609-hds-certificate.pdf","target":"_blank"},"_use_cases_collection_1_uses_cases_1_link":"field_63888fcbbe7a3","use_cases_collection_1_uses_cases_2_title":"Why choose Clever Cloud to host healthcare data?","_use_cases_collection_1_uses_cases_2_title":"field_63888f8bbe79f","use_cases_collection_1_uses_cases_2_content":"Clever Cloud combines compliance, performance and ease of use. Our infrastructure enables rapid deployment, automatic scalability, advanced security (encryption, continuity of service, anonymisation) and effortless maintenance, all in an HDS-certified environment.","_use_cases_collection_1_uses_cases_2_content":"field_63888f95be7a0","use_cases_collection_1_uses_cases_2_tags":"","_use_cases_collection_1_uses_cases_2_tags":"field_63888facbe7a1","use_cases_collection_1_uses_cases_2_link":"","_use_cases_collection_1_uses_cases_2_link":"field_63888fcbbe7a3","use_cases_collection_1_uses_cases_3_title":"What are the advantages of Clever Cloud over other HDS-certified hosting providers?","_use_cases_collection_1_uses_cases_3_title":"field_63888f8bbe79f","use_cases_collection_1_uses_cases_3_content":"Unlike most traditional hosting providers, we offer all the benefits of an HDS-certified Platform as a Service (PaaS), as well as a Database as a Service (DBaaS) solution and additional certified services, via our marketplace.\r\n\u003cbr\u003eAs a PaaS provider, we offer:\r\n\u003cul\u003e\r\n\u003cli\u003eSignificantly reduced time to market;\u003c/li\u003e\r\n\u003cli\u003eIncreased security with automatic updates;\u003c/li\u003e\r\n\u003cli\u003eCost is often lower than with other hosting providers.\u003c/li\u003e\r\n\u003c/ul\u003e\r\nPlus:\r\n\u003cul\u003e\r\n\u003cli\u003eFast, effortless production start-up;\u003c/li\u003e\r\n\u003cli\u003eAn elastic infrastructure that automatically adapts to needs;\u003c/li\u003e\r\n\u003cli\u003eInstant deployment of managed databases;\u003c/li\u003e\r\n\u003cli\u003eA platform that adapts easily to your technical environment.\u003c/li\u003e\r\n\u003c/ul\u003e","_use_cases_collection_1_uses_cases_3_content":"field_63888f95be7a0","use_cases_collection_1_uses_cases_3_tags":"","_use_cases_collection_1_uses_cases_3_tags":"field_63888facbe7a1","use_cases_collection_1_uses_cases_3_link":"","_use_cases_collection_1_uses_cases_3_link":"field_63888fcbbe7a3","use_cases_collection_1_uses_cases":4,"_use_cases_collection_1_uses_cases":"field_63888f53be79e","use_cases_collection_2_cat":"Security","_use_cases_collection_2_cat":"field_63888f3abe79d","use_cases_collection_2_uses_cases_0_title":"How does Clever Cloud ensure the protection of health data?","_use_cases_collection_2_uses_cases_0_title":"field_63888f8bbe79f","use_cases_collection_2_uses_cases_0_content":"We apply cybersecurity best practices:\r\n\u003cul\u003e\r\n\u003cli\u003eAn unchanging infrastructure;\u003c/li\u003e\r\n\u003cli\u003eAvoidance of trusted networks (‘zero trust security model’);\u003c/li\u003e\r\n\u003cli\u003eRegular audits of our infrastructure;\u003c/li\u003e\r\n\u003cli\u003eProactive detection and correction of security vulnerabilities;\u003c/li\u003e\r\n\u003cli\u003eYou retain control of your data at all times, and can retrieve it whenever you want.\u003c/li\u003e\r\n\u003c/ul\u003e","_use_cases_collection_2_uses_cases_0_content":"field_63888f95be7a0","use_cases_collection_2_uses_cases_0_tags":"","_use_cases_collection_2_uses_cases_0_tags":"field_63888facbe7a1","use_cases_collection_2_uses_cases_0_link":{"title":"","url":"https://www.clever.cloud/security/","target":"_blank"},"_use_cases_collection_2_uses_cases_0_link":"field_63888fcbbe7a3","use_cases_collection_2_uses_cases_1_title":"What are your service level agreements (SLAs)?","_use_cases_collection_2_uses_cases_1_title":"field_63888f8bbe79f","use_cases_collection_2_uses_cases_1_content":"At Clever Cloud, we guarantee an availability rate of 99.9% per year for a standard contract, and 99.99% per year for customers with a Premium option.","_use_cases_collection_2_uses_cases_1_content":"field_63888f95be7a0","use_cases_collection_2_uses_cases_1_tags":"","_use_cases_collection_2_uses_cases_1_tags":"field_63888facbe7a1","use_cases_collection_2_uses_cases_1_link":"","_use_cases_collection_2_uses_cases_1_link":"field_63888fcbbe7a3","use_cases_collection_2_uses_cases_2_title":"Who can access the data stored on Clever Cloud?","_use_cases_collection_2_uses_cases_2_title":"field_63888f8bbe79f","use_cases_collection_2_uses_cases_2_content":"Only the owners of the data and persons authorised by them may access it. Clever Cloud does not process or exploit its customers' data.","_use_cases_collection_2_uses_cases_2_content":"field_63888f95be7a0","use_cases_collection_2_uses_cases_2_tags":"","_use_cases_collection_2_uses_cases_2_tags":"field_63888facbe7a1","use_cases_collection_2_uses_cases_2_link":"","_use_cases_collection_2_uses_cases_2_link":"field_63888fcbbe7a3","use_cases_collection_2_uses_cases_3_title":"What happens in the event of a security breach?","_use_cases_collection_2_uses_cases_3_title":"field_63888f8bbe79f","use_cases_collection_2_uses_cases_3_content":"As soon as a security vulnerability is announced, Clever Cloud applies the necessary patch to its images automatically and extensively, so that remedial action can be taken as quickly as possible.","_use_cases_collection_2_uses_cases_3_content":"field_63888f95be7a0","use_cases_collection_2_uses_cases_3_tags":"","_use_cases_collection_2_uses_cases_3_tags":"field_63888facbe7a1","use_cases_collection_2_uses_cases_3_link":"","_use_cases_collection_2_uses_cases_3_link":"field_63888fcbbe7a3","use_cases_collection_2_uses_cases":4,"_use_cases_collection_2_uses_cases":"field_63888f53be79e","use_cases_collection_3_cat":"Deployment and operation","_use_cases_collection_3_cat":"field_63888f3abe79d","use_cases_collection_3_uses_cases_0_title":"How do I migrate healthcare data to Clever Cloud?","_use_cases_collection_3_uses_cases_0_title":"field_63888f8bbe79f","use_cases_collection_3_uses_cases_0_content":"Migration is simple: just log in, import your code, choose your databases and the servers on which you want to be hosted, and with a single command you can deploy your application.","_use_cases_collection_3_uses_cases_0_content":"field_63888f95be7a0","use_cases_collection_3_uses_cases_0_tags":"","_use_cases_collection_3_uses_cases_0_tags":"field_63888facbe7a1","use_cases_collection_3_uses_cases_0_link":"","_use_cases_collection_3_uses_cases_0_link":"field_63888fcbbe7a3","use_cases_collection_3_uses_cases_1_title":"Does HDS hosting at Clever Cloud require any technical adaptations?","_use_cases_collection_3_uses_cases_1_title":"field_63888f8bbe79f","use_cases_collection_3_uses_cases_1_content":"No, you don't need a complicated architecture to have a functional application. You just migrate your code and we'll take care of the rest.","_use_cases_collection_3_uses_cases_1_content":"field_63888f95be7a0","use_cases_collection_3_uses_cases_1_tags":"","_use_cases_collection_3_uses_cases_1_tags":"field_63888facbe7a1","use_cases_collection_3_uses_cases_1_link":"","_use_cases_collection_3_uses_cases_1_link":"field_63888fcbbe7a3","use_cases_collection_3_uses_cases_2_title":"What types of applications or software can be hosted on Clever Cloud?","_use_cases_collection_3_uses_cases_2_title":"field_63888f8bbe79f","use_cases_collection_3_uses_cases_2_content":"Any application that handles healthcare data can be hosted, whether it's medical software, a telemedicine platform or a hospital ERP.","_use_cases_collection_3_uses_cases_2_content":"field_63888f95be7a0","use_cases_collection_3_uses_cases_2_tags":"","_use_cases_collection_3_uses_cases_2_tags":"field_63888facbe7a1","use_cases_collection_3_uses_cases_2_link":"","_use_cases_collection_3_uses_cases_2_link":"field_63888fcbbe7a3","use_cases_collection_3_uses_cases":3,"_use_cases_collection_3_uses_cases":"field_63888f53be79e","use_cases_collection_4_cat":"Legal obligations","_use_cases_collection_4_cat":"field_63888f3abe79d","use_cases_collection_4_uses_cases_0_title":"What are Clever Cloud's contractual commitments regarding the hosting of healthcare data?","_use_cases_collection_4_uses_cases_0_title":"field_63888f8bbe79f","use_cases_collection_4_uses_cases_0_content":"We guarantee HDS compliance, data security, service continuity and data reversibility in the event of contract termination.\r\nIn addition, HDS hosting requires a contract and specific conditions, which implies a direct discussion with one of our sales representatives.","_use_cases_collection_4_uses_cases_0_content":"field_63888f95be7a0","use_cases_collection_4_uses_cases_0_tags":"","_use_cases_collection_4_uses_cases_0_tags":"field_63888facbe7a1","use_cases_collection_4_uses_cases_0_link":"","_use_cases_collection_4_uses_cases_0_link":"field_63888fcbbe7a3","use_cases_collection_4_uses_cases_1_title":"As a company handling health data, what are my legal obligations with regard to hosting?","_use_cases_collection_4_uses_cases_1_title":"field_63888f8bbe79f","use_cases_collection_4_uses_cases_1_content":"You must ensure that your data is stored with an HDS-certified host and that it complies with the principles of the RGPD on the protection of personal data.","_use_cases_collection_4_uses_cases_1_content":"field_63888f95be7a0","use_cases_collection_4_uses_cases_1_tags":"","_use_cases_collection_4_uses_cases_1_tags":"field_63888facbe7a1","use_cases_collection_4_uses_cases_1_link":"","_use_cases_collection_4_uses_cases_1_link":"field_63888fcbbe7a3","use_cases_collection_4_uses_cases_2_title":"What happens if I don't comply with the HDS hosting obligation?","_use_cases_collection_4_uses_cases_2_title":"field_63888f8bbe79f","use_cases_collection_4_uses_cases_2_content":"Failure to comply with the obligation to use an HDS-certified host for health data may result in criminal penalties, in accordance with the provisions of the French Public Health Code. To find out more, please consult \u003ca href=\u0022https://www.legifrance.gouv.fr/codes/section_lc/LEGITEXT000006072665/LEGISCTA000006170997\u0022\u003ethis section\u003c/a\u003e of the French Public Health Code.","_use_cases_collection_4_uses_cases_2_content":"field_63888f95be7a0","use_cases_collection_4_uses_cases_2_tags":"","_use_cases_collection_4_uses_cases_2_tags":"field_63888facbe7a1","use_cases_collection_4_uses_cases_2_link":"","_use_cases_collection_4_uses_cases_2_link":"field_63888fcbbe7a3","use_cases_collection_4_uses_cases":3,"_use_cases_collection_4_uses_cases":"field_63888f53be79e","use_cases_collection":5,"_use_cases_collection":"field_63888f2bbe79c"},"mode":"auto"} /-->]]></description>
										<content:encoded><![CDATA[<p><img width="1200" height="533" src="https://cdn.clever-cloud.com/uploads/2025/03/2025-09-17-cloud-hds-banniere-en.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2025 09 17 cloud hds banniere en" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/03/2025-09-17-cloud-hds-banniere-en.png 1200w, https://cdn.clever-cloud.com/uploads/2025/03/2025-09-17-cloud-hds-banniere-en-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2025/03/2025-09-17-cloud-hds-banniere-en-1024x455.png 1024w, https://cdn.clever-cloud.com/uploads/2025/03/2025-09-17-cloud-hds-banniere-en-768x341.png 768w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></p><!-- wp:paragraph -->
<p><br>The <strong>protection of health data</strong> now concerns many sectors of activity. Software publishers, healthcare establishments, public services, laboratories… More and more players need to <strong>guarantee secure hosting </strong>for this sensitive data.</p>
<!-- /wp:paragraph -->

<!-- wp:media-text {"mediaId":20181,"mediaLink":"https://www.clever.cloud/blog/features/2025/03/19/hds-cloud-secure-hosting-of-healthcare-data-with-clever-cloud/attachment/cloud-hds-imgii/","mediaType":"image","imageFill":false} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/03/cloud-hds-imgii.png" alt="" class="wp-image-20181 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"align":"center","placeholder":"Content…"} -->
<p class="has-text-align-center">Ready to secure and optimise your data hosting? Contact our teams to find out more!</p>
<!-- /wp:paragraph -->

<!-- wp:columns {"verticalAlignment":"top"} -->
<div class="wp-block-columns are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","width":"100%"} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:100%"><!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button {"className":"is-style-outline"} -->
<div class="wp-block-button is-style-outline"><a class="wp-block-button__link wp-element-button" href="https://calendar.clever-cloud.com/team/sales/rdv-hds-15min" target="_blank" rel="noreferrer noopener">Make an appointment now!</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div></div>
<!-- /wp:media-text -->

<!-- wp:spacer {"height":"50px"} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading" id="newpaas">Understanding Health Data Hosting ("Hébergement des Données de Santé" - HDS) cloud certification</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">What is health data?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Any information that makes it possible to identify a person and learn about their state of health, whether <strong>physical or mental</strong>, is <strong>health data (information collected during medical monitoring, results of medical examinations, information relating to an illness, allergy, treatment or disability, etc.)</strong>.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">What is HDS certification?</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><a href="https://www.clever.cloud/health-data-hosting/">HDS (<strong>Health Data Hosting</strong>) certification</a> aims to enhance the <strong>security</strong> and <strong>confidentiality of personal health data</strong>, thereby guaranteeing a <strong>trusted environment</strong> for e-health and patient monitoring. To meet these high standards, it is based on <strong>ISO</strong>-compliant standards and the <strong>RGPD</strong>. Issued by an accredited independent body, it covers <strong>six areas of activity</strong>: the provision and maintenance in operational and security conditions of <strong>physical sites</strong>, the <strong>hardware infrastructure</strong>, the <strong>virtual infrastructure</strong>, the <strong>platform for hosting IS applications</strong> processing personal health data, as well as the <strong>administration and operation of the IS</strong> and the <strong>backup</strong> of personal health data.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"50px"} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Why choose an HDS cloud?</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">A legal obligation for players in the healthcare sector</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>All players (public or private) who <strong>host, use or store health data</strong> for a third party (with the exception of IT archiving services, which are not affected by these obligations) must be <strong>HDS-certified</strong>. Only health establishments that manage their own information systems are exempt (L.1111-8 of the Public Health Code).</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Data security and confidentiality</h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Unlike an on-premise infrastructure, where the company would have to manage data hosting, operation and security itself, <strong>a Platform as a Service HDS cloud </strong>like Clever Cloud enables these critical aspects to be automated. This guarantees <strong>rapid deployment</strong>, <strong>automatic scalability</strong>, <strong>one-click database control</strong>, <strong>advanced security</strong> (encryption, service continuity, anonymisation) and <strong>effortless maintenance</strong>, all in a certified way.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>By choosing an <strong>HDS cloud</strong>, you can concentrate on your core business, while ensuring that your infrastructure complies with the highest standards of healthcare data protection.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"50px"} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:acf/avantages {"name":"acf/avantages","data":{"title":"\u003cb\u003eWhy\u003c/b\u003e choose Clever Cloud?","_title":"field_63878c81ae569","content":"Clever Cloud is \u003cstrong\u003eHDS certified\u003c/strong\u003e for all 6 activities, in the updated version in force since 16 May 2024, guaranteeing \u003cstrong\u003efull compliance\u003c/strong\u003e for the hosting and management of healthcare data.\r\n\r\n\u0026nbsp;\r\n\r\nBut beyond this certification, our platform offers much more:","_content":"field_63878c9cae56a","main_picture":"","_main_picture":"field_63878cd5ae56b","advantages_collection_0_picto":19563,"_advantages_collection_0_picto":"field_6397417cac52f","advantages_collection_0_title":"Clever Cloud is a \u003ca href=\u0022https://www.clever.cloud/sovereign-cloud/\u0022\u003esovereign cloud\u003c/a\u003e, designed in France","_advantages_collection_0_title":"field_63878d1aae56d","advantages_collection_0_content":"At Clever Cloud, we firmly believe that Europe’s \u003cb\u003estrategic autonomy\u003c/b\u003e depends on relying on \u003cb\u003eits own infrastructures and on its own software technologies\u003c/b\u003e for hosting data and applications. This enables companies and public administrations \u003cb\u003eto avoid relying on non-European solutions\u003c/b\u003e.","_advantages_collection_0_content":"field_63878d4dae56e","advantages_collection_0_link":{"title":"","url":"https://www.clever.cloud/sovereign-cloud/","target":"_blank"},"_advantages_collection_0_link":"field_63878d66ae56f","advantages_collection_1_picto":20157,"_advantages_collection_1_picto":"field_6397417cac52f","advantages_collection_1_title":"A secure, immutable cloud based on the zero trust security model","_advantages_collection_1_title":"field_63878d1aae56d","advantages_collection_1_content":"Thanks to \u003cb\u003eautomatic updates\u003c/b\u003e, vulnerabilities are corrected as soon as they are identified. What’s more, our approach is based on an \u003cb\u003eimmutable infrastructure\u003c/b\u003e: any code deployed on Clever Cloud runs in an ephemeral, reproducible environment. In the event of a compromise, any malicious modification to the code is automatically eliminated the next time it is deployed. We also \u003cb\u003eavoid trusted networks\u003c/b\u003e. At Clever Cloud, every element of the network is \u003cb\u003eidentified, authenticated and communicates in encrypted form\u003c/b\u003e, preventing any attempt at intrusion or data exfiltration.","_advantages_collection_1_content":"field_63878d4dae56e","advantages_collection_1_link":{"title":"","url":"https://www.clever.cloud/security/","target":"_blank"},"_advantages_collection_1_link":"field_63878d66ae56f","advantages_collection_2_picto":20158,"_advantages_collection_2_picto":"field_6397417cac52f","advantages_collection_2_title":"A resilient cloud","_advantages_collection_2_title":"field_63878d1aae56d","advantages_collection_2_content":"Our solution is scalable, secure and \u003cb\u003eresilient\u003c/b\u003e. With Clever Cloud, everything is \u003cb\u003efully automated\u003c/b\u003e, freeing you from technical constraints and allowing you to concentrate on what’s essential. No infrastructure to manage, no server updates to perform, no orchestrators to maintain: \u003cb\u003esimply deploy your code on Clever Cloud, and it works without interruption\u003c/b\u003e.","_advantages_collection_2_content":"field_63878d4dae56e","advantages_collection_2_link":"","_advantages_collection_2_link":"field_63878d66ae56f","advantages_collection_3_picto":20159,"_advantages_collection_3_picto":"field_6397417cac52f","advantages_collection_3_title":"Performance, cost control and speed to market","_advantages_collection_3_title":"field_63878d1aae56d","advantages_collection_3_content":"On average, a client migrating to Clever Cloud sees their \u003cb\u003ebill reduced by 30% — while accelerating their time-to-market by up to 7x\u003c/b\u003e. What’s more, our transparent pricing is based on a self-scaling model: you define the resources you need and the maximum budget you want to commit. Per-second billing ensures optimised use, with no extra costs or waste. \u003cb\u003eYou only pay for what you use, in line with your needs\u003c/b\u003e.","_advantages_collection_3_content":"field_63878d4dae56e","advantages_collection_3_link":"","_advantages_collection_3_link":"field_63878d66ae56f","advantages_collection_4_picto":20164,"_advantages_collection_4_picto":"field_6397417cac52f","advantages_collection_4_title":"A modular solution, with no adaptation constraints","_advantages_collection_4_title":"field_63878d1aae56d","advantages_collection_4_content":"Our Clever offering lets you \u003cb\u003eround out your experience with various add-ons, available on our marketplace\u003c/b\u003e, such as an SSO identity manager, \u003cb\u003ea single portal that connects all your services\u003c/b\u003e: a single identifier and a single password for all services. We offer this solution via the open source identity and access management (IAM) integrator \u003cb\u003eKeycloak\u003c/b\u003e (an industry standard). This Keycloak fits perfectly into our HDS cloud and can be customised by adding plugins such as the federator of healthcare identity providers, \u003ca href=\u0022https://esante.gouv.fr/produits-services/pro-sante-connect\u0022\u003e\u003cb\u003ePro Santé Connect\u003c/b\u003e\u003c/a\u003e, a free standard service (OpenID protocol) developed and maintained by the \u003cb\u003eANS\u003c/b\u003e (\u0022Agence du Numérique en Santé\u0022).\r\n\u003cbr\u003e\r\nIn short, our solution integrates naturally into your environment, according to your needs, \u003cb\u003ewithout the need for complex adaptations\u003c/b\u003e, while guaranteeing you an experience that meets the requirements of the healthcare sector.","_advantages_collection_4_content":"field_63878d4dae56e","advantages_collection_4_link":{"title":"","url":"https://api.clever-cloud.com/v2/sessions/login?fromAuthorize=true\u0026partner_id=01907806-284e-1b4d-029a-20b9ebfcb8c0","target":"_blank"},"_advantages_collection_4_link":"field_63878d66ae56f","advantages_collection_5_picto":20163,"_advantages_collection_5_picto":"field_6397417cac52f","advantages_collection_5_title":"Guidance and support","_advantages_collection_5_title":"field_63878d1aae56d","advantages_collection_5_content":"Our \u003cb\u003eresponsive support team\u003c/b\u003e is made up of French engineers, available to meet your needs and help you \u003cb\u003eget the most out of our platform\u003c/b\u003e. You benefit from personalised support, guaranteeing \u003cb\u003eperformance, compliance and peace of mind\u003c/b\u003e when it comes to hosting your healthcare data.","_advantages_collection_5_content":"field_63878d4dae56e","advantages_collection_5_link":"","_advantages_collection_5_link":"field_63878d66ae56f","advantages_collection":6,"_advantages_collection":"field_63878cecae56c"},"mode":"auto"} /-->

<!-- wp:spacer {"height":"50px"} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:media-text {"mediaId":18375,"mediaLink":"https://www.clever.cloud/?attachment_id=18375","mediaType":"image","mediaWidth":30,"metadata":{"name":"Disponibilité et accès"}} -->
<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img src="https://cdn.clever-cloud.com/uploads/2025/07/hexagone-lines.png" alt="déploiement automatisé cloud" class="wp-image-18375 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Rely on Clever Cloud for HDS hosting of your sensitive data</h3>
<!-- /wp:heading -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.clever.cloud/contact-hds/">Contact our teams!</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div></div>
<!-- /wp:media-text -->

<!-- wp:spacer {"height":"140px"} -->
<div style="height:140px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:html -->
<div style="height: 1px; background-color: #DEDDEE; margin: 30px auto; width: 100%;"></div>
<!-- /wp:html -->

<!-- wp:acf/use-cases {"name":"acf/use-cases","data":{"title":"FAQ","_title":"field_63888f01be79a","content":"I need an HDS-certified host. Who should I choose?","_content":"field_63888f12be79b","use_cases_collection_0_cat":"General","_use_cases_collection_0_cat":"field_63888f3abe79d","use_cases_collection_0_uses_cases_0_title":"What is healthcare data hosting (HDS)?","_use_cases_collection_0_uses_cases_0_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_0_content":"Healthcare data hosting (HDS) is a French regulatory framework that requires companies handling healthcare data to store it with an HDS-certified host. This certification guarantees a high level of security and compliance for the protection of medical information.","_use_cases_collection_0_uses_cases_0_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_0_tags":"","_use_cases_collection_0_uses_cases_0_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_0_link":"","_use_cases_collection_0_uses_cases_0_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases_1_title":"Why is it compulsory to use an HDS-certified hosting provider to store healthcare data?","_use_cases_collection_0_uses_cases_1_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_1_content":"The main objective is to ensure the confidentiality, integrity and availability of healthcare data. By requiring HDS certification, the regulations protect patients and ensure that their information is not lost or accessed by unauthorised third parties.","_use_cases_collection_0_uses_cases_1_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_1_tags":"","_use_cases_collection_0_uses_cases_1_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_1_link":"","_use_cases_collection_0_uses_cases_1_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases_2_title":"What data is covered by HDS regulations?","_use_cases_collection_0_uses_cases_2_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_2_content":"Any data directly or indirectly enabling a person to be identified and relating to their physical or mental health is concerned. This includes medical records, prescriptions, examination reports, but also less obvious information such as food allergies in school canteens.","_use_cases_collection_0_uses_cases_2_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_2_tags":"","_use_cases_collection_0_uses_cases_2_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_2_link":"","_use_cases_collection_0_uses_cases_2_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases_3_title":"I'm a SaaS publisher, which cloud should I choose?","_use_cases_collection_0_uses_cases_3_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_3_content":"Clever Cloud has been designed to meet the needs of publishers. Concentrate on your code, we'll take care of the rest!","_use_cases_collection_0_uses_cases_3_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_3_tags":"","_use_cases_collection_0_uses_cases_3_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_3_link":"","_use_cases_collection_0_uses_cases_3_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases_4_title":"Who is affected by the regulations on health data?","_use_cases_collection_0_uses_cases_4_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_4_content":"Any company or organisation that stores, processes or transmits health data must comply with these regulations. This includes hospitals, laboratories, health software publishers, insurance companies and mutual insurers, public services, and any structure handling medical information.","_use_cases_collection_0_uses_cases_4_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_4_tags":"","_use_cases_collection_0_uses_cases_4_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_4_link":"","_use_cases_collection_0_uses_cases_4_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases_5_title":"How is HDS certification different from other security standards such as ISO 27001?","_use_cases_collection_0_uses_cases_5_title":"field_63888f8bbe79f","use_cases_collection_0_uses_cases_5_content":"ISO 27001 is an international standard for information security in the broadest sense, while HDS certification is a French standard specific to healthcare data. It imposes additional requirements in terms of access management, traceability and physical security.","_use_cases_collection_0_uses_cases_5_content":"field_63888f95be7a0","use_cases_collection_0_uses_cases_5_tags":"","_use_cases_collection_0_uses_cases_5_tags":"field_63888facbe7a1","use_cases_collection_0_uses_cases_5_link":"","_use_cases_collection_0_uses_cases_5_link":"field_63888fcbbe7a3","use_cases_collection_0_uses_cases":6,"_use_cases_collection_0_uses_cases":"field_63888f53be79e","use_cases_collection_1_cat":"HDS Clever Cloud","_use_cases_collection_1_cat":"field_63888f3abe79d","use_cases_collection_1_uses_cases_0_title":"What requirements are covered by HDS certification?","_use_cases_collection_1_uses_cases_0_title":"field_63888f8bbe79f","use_cases_collection_1_uses_cases_0_content":"HDS certification covers six key areas, from the physical management of infrastructures to the administration of systems and applications.","_use_cases_collection_1_uses_cases_0_content":"field_63888f95be7a0","use_cases_collection_1_uses_cases_0_tags":"","_use_cases_collection_1_uses_cases_0_tags":"field_63888facbe7a1","use_cases_collection_1_uses_cases_0_link":"","_use_cases_collection_1_uses_cases_0_link":"field_63888fcbbe7a3","use_cases_collection_1_uses_cases_1_title":"Is Clever Cloud certified for all HDS areas of activity?","_use_cases_collection_1_uses_cases_1_title":"field_63888f8bbe79f","use_cases_collection_1_uses_cases_1_content":"Yes, we are certified for all six HDS activity areas, in the updated version in force since 16 May 2024, which means we can offer a hosting service covering all the needs associated with health data.","_use_cases_collection_1_uses_cases_1_content":"field_63888f95be7a0","use_cases_collection_1_uses_cases_1_tags":"","_use_cases_collection_1_uses_cases_1_tags":"field_63888facbe7a1","use_cases_collection_1_uses_cases_1_link":{"title":"See our certification","url":"https://cdn.clever-cloud.com/uploads/2025/01/clever-cloud-24357609-hds-certificate.pdf","target":"_blank"},"_use_cases_collection_1_uses_cases_1_link":"field_63888fcbbe7a3","use_cases_collection_1_uses_cases_2_title":"Why choose Clever Cloud to host healthcare data?","_use_cases_collection_1_uses_cases_2_title":"field_63888f8bbe79f","use_cases_collection_1_uses_cases_2_content":"Clever Cloud combines compliance, performance and ease of use. Our infrastructure enables rapid deployment, automatic scalability, advanced security (encryption, continuity of service, anonymisation) and effortless maintenance, all in an HDS-certified environment.","_use_cases_collection_1_uses_cases_2_content":"field_63888f95be7a0","use_cases_collection_1_uses_cases_2_tags":"","_use_cases_collection_1_uses_cases_2_tags":"field_63888facbe7a1","use_cases_collection_1_uses_cases_2_link":"","_use_cases_collection_1_uses_cases_2_link":"field_63888fcbbe7a3","use_cases_collection_1_uses_cases_3_title":"What are the advantages of Clever Cloud over other HDS-certified hosting providers?","_use_cases_collection_1_uses_cases_3_title":"field_63888f8bbe79f","use_cases_collection_1_uses_cases_3_content":"Unlike most traditional hosting providers, we offer all the benefits of an HDS-certified Platform as a Service (PaaS), as well as a Database as a Service (DBaaS) solution and additional certified services, via our marketplace.\r\n\u003cbr\u003eAs a PaaS provider, we offer:\r\n\u003cul\u003e\r\n\u003cli\u003eSignificantly reduced time to market;\u003c/li\u003e\r\n\u003cli\u003eIncreased security with automatic updates;\u003c/li\u003e\r\n\u003cli\u003eCost is often lower than with other hosting providers.\u003c/li\u003e\r\n\u003c/ul\u003e\r\nPlus:\r\n\u003cul\u003e\r\n\u003cli\u003eFast, effortless production start-up;\u003c/li\u003e\r\n\u003cli\u003eAn elastic infrastructure that automatically adapts to needs;\u003c/li\u003e\r\n\u003cli\u003eInstant deployment of managed databases;\u003c/li\u003e\r\n\u003cli\u003eA platform that adapts easily to your technical environment.\u003c/li\u003e\r\n\u003c/ul\u003e","_use_cases_collection_1_uses_cases_3_content":"field_63888f95be7a0","use_cases_collection_1_uses_cases_3_tags":"","_use_cases_collection_1_uses_cases_3_tags":"field_63888facbe7a1","use_cases_collection_1_uses_cases_3_link":"","_use_cases_collection_1_uses_cases_3_link":"field_63888fcbbe7a3","use_cases_collection_1_uses_cases":4,"_use_cases_collection_1_uses_cases":"field_63888f53be79e","use_cases_collection_2_cat":"Security","_use_cases_collection_2_cat":"field_63888f3abe79d","use_cases_collection_2_uses_cases_0_title":"How does Clever Cloud ensure the protection of health data?","_use_cases_collection_2_uses_cases_0_title":"field_63888f8bbe79f","use_cases_collection_2_uses_cases_0_content":"We apply cybersecurity best practices:\r\n\u003cul\u003e\r\n\u003cli\u003eAn unchanging infrastructure;\u003c/li\u003e\r\n\u003cli\u003eAvoidance of trusted networks (‘zero trust security model’);\u003c/li\u003e\r\n\u003cli\u003eRegular audits of our infrastructure;\u003c/li\u003e\r\n\u003cli\u003eProactive detection and correction of security vulnerabilities;\u003c/li\u003e\r\n\u003cli\u003eYou retain control of your data at all times, and can retrieve it whenever you want.\u003c/li\u003e\r\n\u003c/ul\u003e","_use_cases_collection_2_uses_cases_0_content":"field_63888f95be7a0","use_cases_collection_2_uses_cases_0_tags":"","_use_cases_collection_2_uses_cases_0_tags":"field_63888facbe7a1","use_cases_collection_2_uses_cases_0_link":{"title":"","url":"https://www.clever.cloud/security/","target":"_blank"},"_use_cases_collection_2_uses_cases_0_link":"field_63888fcbbe7a3","use_cases_collection_2_uses_cases_1_title":"What are your service level agreements (SLAs)?","_use_cases_collection_2_uses_cases_1_title":"field_63888f8bbe79f","use_cases_collection_2_uses_cases_1_content":"At Clever Cloud, we guarantee an availability rate of 99.9% per year for a standard contract, and 99.99% per year for customers with a Premium option.","_use_cases_collection_2_uses_cases_1_content":"field_63888f95be7a0","use_cases_collection_2_uses_cases_1_tags":"","_use_cases_collection_2_uses_cases_1_tags":"field_63888facbe7a1","use_cases_collection_2_uses_cases_1_link":"","_use_cases_collection_2_uses_cases_1_link":"field_63888fcbbe7a3","use_cases_collection_2_uses_cases_2_title":"Who can access the data stored on Clever Cloud?","_use_cases_collection_2_uses_cases_2_title":"field_63888f8bbe79f","use_cases_collection_2_uses_cases_2_content":"Only the owners of the data and persons authorised by them may access it. Clever Cloud does not process or exploit its customers' data.","_use_cases_collection_2_uses_cases_2_content":"field_63888f95be7a0","use_cases_collection_2_uses_cases_2_tags":"","_use_cases_collection_2_uses_cases_2_tags":"field_63888facbe7a1","use_cases_collection_2_uses_cases_2_link":"","_use_cases_collection_2_uses_cases_2_link":"field_63888fcbbe7a3","use_cases_collection_2_uses_cases_3_title":"What happens in the event of a security breach?","_use_cases_collection_2_uses_cases_3_title":"field_63888f8bbe79f","use_cases_collection_2_uses_cases_3_content":"As soon as a security vulnerability is announced, Clever Cloud applies the necessary patch to its images automatically and extensively, so that remedial action can be taken as quickly as possible.","_use_cases_collection_2_uses_cases_3_content":"field_63888f95be7a0","use_cases_collection_2_uses_cases_3_tags":"","_use_cases_collection_2_uses_cases_3_tags":"field_63888facbe7a1","use_cases_collection_2_uses_cases_3_link":"","_use_cases_collection_2_uses_cases_3_link":"field_63888fcbbe7a3","use_cases_collection_2_uses_cases":4,"_use_cases_collection_2_uses_cases":"field_63888f53be79e","use_cases_collection_3_cat":"Deployment and operation","_use_cases_collection_3_cat":"field_63888f3abe79d","use_cases_collection_3_uses_cases_0_title":"How do I migrate healthcare data to Clever Cloud?","_use_cases_collection_3_uses_cases_0_title":"field_63888f8bbe79f","use_cases_collection_3_uses_cases_0_content":"Migration is simple: just log in, import your code, choose your databases and the servers on which you want to be hosted, and with a single command you can deploy your application.","_use_cases_collection_3_uses_cases_0_content":"field_63888f95be7a0","use_cases_collection_3_uses_cases_0_tags":"","_use_cases_collection_3_uses_cases_0_tags":"field_63888facbe7a1","use_cases_collection_3_uses_cases_0_link":"","_use_cases_collection_3_uses_cases_0_link":"field_63888fcbbe7a3","use_cases_collection_3_uses_cases_1_title":"Does HDS hosting at Clever Cloud require any technical adaptations?","_use_cases_collection_3_uses_cases_1_title":"field_63888f8bbe79f","use_cases_collection_3_uses_cases_1_content":"No, you don't need a complicated architecture to have a functional application. You just migrate your code and we'll take care of the rest.","_use_cases_collection_3_uses_cases_1_content":"field_63888f95be7a0","use_cases_collection_3_uses_cases_1_tags":"","_use_cases_collection_3_uses_cases_1_tags":"field_63888facbe7a1","use_cases_collection_3_uses_cases_1_link":"","_use_cases_collection_3_uses_cases_1_link":"field_63888fcbbe7a3","use_cases_collection_3_uses_cases_2_title":"What types of applications or software can be hosted on Clever Cloud?","_use_cases_collection_3_uses_cases_2_title":"field_63888f8bbe79f","use_cases_collection_3_uses_cases_2_content":"Any application that handles healthcare data can be hosted, whether it's medical software, a telemedicine platform or a hospital ERP.","_use_cases_collection_3_uses_cases_2_content":"field_63888f95be7a0","use_cases_collection_3_uses_cases_2_tags":"","_use_cases_collection_3_uses_cases_2_tags":"field_63888facbe7a1","use_cases_collection_3_uses_cases_2_link":"","_use_cases_collection_3_uses_cases_2_link":"field_63888fcbbe7a3","use_cases_collection_3_uses_cases":3,"_use_cases_collection_3_uses_cases":"field_63888f53be79e","use_cases_collection_4_cat":"Legal obligations","_use_cases_collection_4_cat":"field_63888f3abe79d","use_cases_collection_4_uses_cases_0_title":"What are Clever Cloud's contractual commitments regarding the hosting of healthcare data?","_use_cases_collection_4_uses_cases_0_title":"field_63888f8bbe79f","use_cases_collection_4_uses_cases_0_content":"We guarantee HDS compliance, data security, service continuity and data reversibility in the event of contract termination.\r\nIn addition, HDS hosting requires a contract and specific conditions, which implies a direct discussion with one of our sales representatives.","_use_cases_collection_4_uses_cases_0_content":"field_63888f95be7a0","use_cases_collection_4_uses_cases_0_tags":"","_use_cases_collection_4_uses_cases_0_tags":"field_63888facbe7a1","use_cases_collection_4_uses_cases_0_link":"","_use_cases_collection_4_uses_cases_0_link":"field_63888fcbbe7a3","use_cases_collection_4_uses_cases_1_title":"As a company handling health data, what are my legal obligations with regard to hosting?","_use_cases_collection_4_uses_cases_1_title":"field_63888f8bbe79f","use_cases_collection_4_uses_cases_1_content":"You must ensure that your data is stored with an HDS-certified host and that it complies with the principles of the RGPD on the protection of personal data.","_use_cases_collection_4_uses_cases_1_content":"field_63888f95be7a0","use_cases_collection_4_uses_cases_1_tags":"","_use_cases_collection_4_uses_cases_1_tags":"field_63888facbe7a1","use_cases_collection_4_uses_cases_1_link":"","_use_cases_collection_4_uses_cases_1_link":"field_63888fcbbe7a3","use_cases_collection_4_uses_cases_2_title":"What happens if I don't comply with the HDS hosting obligation?","_use_cases_collection_4_uses_cases_2_title":"field_63888f8bbe79f","use_cases_collection_4_uses_cases_2_content":"Failure to comply with the obligation to use an HDS-certified host for health data may result in criminal penalties, in accordance with the provisions of the French Public Health Code. To find out more, please consult \u003ca href=\u0022https://www.legifrance.gouv.fr/codes/section_lc/LEGITEXT000006072665/LEGISCTA000006170997\u0022\u003ethis section\u003c/a\u003e of the French Public Health Code.","_use_cases_collection_4_uses_cases_2_content":"field_63888f95be7a0","use_cases_collection_4_uses_cases_2_tags":"","_use_cases_collection_4_uses_cases_2_tags":"field_63888facbe7a1","use_cases_collection_4_uses_cases_2_link":"","_use_cases_collection_4_uses_cases_2_link":"field_63888fcbbe7a3","use_cases_collection_4_uses_cases":3,"_use_cases_collection_4_uses_cases":"field_63888f53be79e","use_cases_collection":5,"_use_cases_collection":"field_63888f2bbe79c"},"mode":"auto"} /-->]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
