<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gonçalo Heleno</title>
    <description>The latest articles on DEV Community by Gonçalo Heleno (@lentidas).</description>
    <link>https://dev.to/lentidas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3058635%2F50696e01-e28d-4305-b5fe-82373c4365bb.jpg</url>
      <title>DEV Community: Gonçalo Heleno</title>
      <link>https://dev.to/lentidas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lentidas"/>
    <language>en</language>
    <item>
      <title>Talos Linux: a new standard for on-premises Kubernetes clusters?</title>
      <dc:creator>Gonçalo Heleno</dc:creator>
      <pubDate>Tue, 22 Apr 2025 17:44:21 +0000</pubDate>
      <link>https://dev.to/camptocamp-ops/talos-linux-a-new-standard-for-on-premises-kubernetes-clusters-283i</link>
      <guid>https://dev.to/camptocamp-ops/talos-linux-a-new-standard-for-on-premises-kubernetes-clusters-283i</guid>
      <description>&lt;p&gt;A few weeks ago, I was at KubeCon Europe 2025 in London and I had the opportunity to attend a presentation that tackled the monumental challenge of migrating 35 Kubernetes clusters in an air-gapped environment from nodes deployed with a mix of kubeadm/Ansible/Puppet to &lt;a href="https://www.talos.dev" rel="noopener noreferrer"&gt;Talos Linux&lt;/a&gt; nodes deployed using &lt;a href="https://cluster-api.sigs.k8s.io" rel="noopener noreferrer"&gt;Cluster API&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;While the presentation was quite interesting (you can get the slides &lt;a href="https://kccnceu2025.sched.com/event/1tx78/day-2000-migration-from-kubeadmansible-to-clusterapitalos-a-swiss-banks-journey-clement-nussbaumer-postfinance" rel="noopener noreferrer"&gt;here&lt;/a&gt; and watch the session recording on &lt;a href="https://www.youtube.com/watch?v=uQ_WN1kuDo0&amp;amp;list=PLj6h78yzYM2MP0QhYFK8HOb8UqgbIkLMc&amp;amp;index=253" rel="noopener noreferrer"&gt;CNCF's YouTube Channel&lt;/a&gt;), I want to dive more into the Talos Linux project and its features.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Talos Linux?
&lt;/h2&gt;

&lt;p&gt;Talos Linux is a modern Linux distribution purpose-built for running Kubernetes clusters. Some noteworthy characteristics of Talos Linux are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Immutable&lt;/strong&gt;: Talos Linux is designed to be immutable and always runs from a SquashFS image. This means that the operating system is read-only and cannot be modified at runtime. This immutability provides a strong security posture and means that there is no need to worry about unintended changes to the operating system.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Minimal&lt;/strong&gt;: Talos Linux is a minimal operating system that only includes the components necessary to run Kubernetes. All the OS is built from the ground-up and no unnecessary components are included. This minimalism reduces the attack surface and improves performance.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ephemeral and Declarative&lt;/strong&gt;: Talos Linux nodes are ephemeral and everything written to disk is reconstructible. It is also declarative, meaning that the desired state of the system is defined in a configuration file and gRPC API, which is perfect for someone that loves automation and reproducibility, like myself.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Secure&lt;/strong&gt;: As a consequence of its design, Talos Linux provides enhanced security features, ensuring that the system remains robust against various threats.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Agnostic&lt;/strong&gt;: Talos Linux is cloud-agnostic, allowing it to run on various cloud providers and on-premises environments without vendor lock-in.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In summary, and I'm quoting the official documentation, &lt;em&gt;"Talos is meant to do one thing: maintain a Kubernetes cluster, and it does this very, very well."&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My thoughts
&lt;/h2&gt;

&lt;p&gt;I have been following the Talos Linux project for a while, and I was gladly surprised to see a Swiss-bank like PostFinance being on the forefront of adopting such modern solutions like Talos Linux and Cluster API.&lt;/p&gt;

&lt;p&gt;I think Talos Linux will be a key player in the Kubernetes ecosystem, especially for organizations looking for an on-premises solution that's secure, efficient and easy to manage.&lt;/p&gt;

&lt;p&gt;The fact that Talos is declarative and immutable might seem like a drawback at first for someone used to the &lt;em&gt;old ways&lt;/em&gt; of managing infrastructure with Ansible or Puppet, but I believe that this is the future of managing Kubernetes clusters.&lt;/p&gt;

&lt;p&gt;I want my nodes to behave like pods that I can easily create, destroy, and replace. Besides, I don't want to deal with the overhead of managing the operating system. I already have enough to deal with the on-premises infrastructure for the network and storage and the Kubernetes cluster itself, so why not offload the management of the operating system to a purpose-built distribution like Talos?&lt;/p&gt;

&lt;p&gt;With &lt;a href="https://www.siderolabs.com/platform/saas-for-kubernetes/" rel="noopener noreferrer"&gt;Omni&lt;/a&gt;, Sidero Lab's SaaS platform for managing Talos Linux clusters, I believe Sidero Labs have a good revenue model to continue developing Talos Linux. As a fan of open-source, we are all aware of the challenges of maintaining a project like Talos Linux, and I believe that having a SaaS platform to manage Talos Linux clusters is a good way to ensure the project's sustainability.&lt;/p&gt;

&lt;h2&gt;
  
  
  Talos Linux vs. other solutions
&lt;/h2&gt;

&lt;p&gt;Red Hat OpenShift is a well-known solution in large enterprises. However, more than a Kubernetes distribution, it is a complete platform that includes a lot of features and components, including CI/CD tools, monitoring, etc. It is also expensive.&lt;/p&gt;

&lt;p&gt;On the other hand, Talos Linux shines with its simplicity and minimalism, which brings more flexibility and allows teams to choose their solution to complete the platform as they see fit.&lt;/p&gt;

&lt;p&gt;RKE2 is another Kubernetes distribution that focuses on simplicity and security, making it a strong contender for organizations looking for a lightweight solution. However, it still requires an underlying operating system that you need to operate.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bonus
&lt;/h2&gt;

&lt;p&gt;While at KubeCon, I had the opportunity to visit the Sidero Labs' booth and talk to the team behind Talos Linux. I thank the team for a warm welcome and great conversations about the project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb8gy1k9411do5c5a3grc.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb8gy1k9411do5c5a3grc.jpg" alt="Sidero Booth" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Go further
&lt;/h2&gt;

&lt;p&gt;I wanted to keep this blog post short and not too technical, but if you want to learn more about Talos Linux, I recommend checking out the following resources:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.talos.dev/v1.9/introduction/what-is-talos/" rel="noopener noreferrer"&gt;What is Talos?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/siderolabs/talos" rel="noopener noreferrer"&gt;Talos Linux GitHub Repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.talos.dev/v1.9/introduction/quickstart/" rel="noopener noreferrer"&gt;Quickstart a Talos Linux cluster with Docker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.talos.dev/v1.9/learn-more/philosophy/" rel="noopener noreferrer"&gt;Philosophy of Talos Linux&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reddit.com/r/kubernetes/comments/16v0j8x/talos_linux_a_modern_linux_distribution_purpose/" rel="noopener noreferrer"&gt;Interesting Reddit thread with some comments from Sidero Labs' employees&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>kubernetes</category>
      <category>taloslinux</category>
      <category>containers</category>
      <category>siderolabs</category>
    </item>
  </channel>
</rss>
