<?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: Priyank Singh</title>
    <description>The latest articles on DEV Community by Priyank Singh (@priyank_singh).</description>
    <link>https://dev.to/priyank_singh</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4031250%2F56eb6e24-7893-44c9-9e50-495e0fe5a7b1.png</url>
      <title>DEV Community: Priyank Singh</title>
      <link>https://dev.to/priyank_singh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/priyank_singh"/>
    <language>en</language>
    <item>
      <title>Jitsu 2.14.0: Moving to Kubernetes-native self-hosting</title>
      <dc:creator>Priyank Singh</dc:creator>
      <pubDate>Thu, 16 Jul 2026 03:36:18 +0000</pubDate>
      <link>https://dev.to/jitsucom/jitsu-2140-moving-to-kubernetes-native-self-hosting-4f8j</link>
      <guid>https://dev.to/jitsucom/jitsu-2140-moving-to-kubernetes-native-self-hosting-4f8j</guid>
      <description>&lt;p&gt;&lt;strong&gt;Jitsu 2.14.0: Kubernetes-native self-hosting, Function Servers, and CronJob-based syncs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Jitsu 2.14.0 is now available.&lt;/p&gt;

&lt;p&gt;This is our first stable release since jitsu2-v2.11.0 in August 2025, bringing together roughly 1,600 commits across the platform.&lt;/p&gt;

&lt;p&gt;The biggest change is architectural: Jitsu is now Kubernetes-native for feature-complete production self-hosting.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why we made this change
&lt;/h2&gt;

&lt;p&gt;In earlier versions, several important runtime components were still tied to older deployment assumptions.&lt;/p&gt;

&lt;p&gt;User functions, profile builders, and connector syncs needed a cleaner operational model to scale reliably in self-hosted environments.&lt;/p&gt;

&lt;p&gt;In 2.14.0, these components now run as first-class Kubernetes workloads.&lt;/p&gt;

&lt;h2&gt;
  
  
  Function Servers
&lt;/h2&gt;

&lt;p&gt;User functions and Profile Builder v2 now run on dedicated Function Servers.&lt;/p&gt;

&lt;p&gt;A new Jitsu operator manages the Kubernetes resources required for each deployment.&lt;/p&gt;

&lt;p&gt;This gives us a stronger foundation for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;workload isolation&lt;/li&gt;
&lt;li&gt;autoscaling&lt;/li&gt;
&lt;li&gt;sharding&lt;/li&gt;
&lt;li&gt;different execution classes&lt;/li&gt;
&lt;li&gt;more reliable production operations&lt;/li&gt;
&lt;li&gt;CronJob-based connector syncs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Connector syncs have moved from Google Cloud Scheduler to Kubernetes CronJobs.&lt;/p&gt;

&lt;p&gt;syncctl now reconciles scheduled syncs directly into the cluster. Each sync runs as an independent pod with its configuration stored in Kubernetes.&lt;/p&gt;

&lt;p&gt;This removes a cloud-specific dependency and makes production self-hosting more portable.&lt;/p&gt;

&lt;h2&gt;
  
  
  What else is included
&lt;/h2&gt;

&lt;p&gt;This release also adds:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MCP server support in Jitsu Console&lt;/li&gt;
&lt;li&gt;generated OpenAPI specifications and API reference&lt;/li&gt;
&lt;li&gt;user API tokens&lt;/li&gt;
&lt;li&gt;audit logs&lt;/li&gt;
&lt;li&gt;maintenance mode&lt;/li&gt;
&lt;li&gt;dead-letter queues and event reprocessing&lt;/li&gt;
&lt;li&gt;improved sync and connection notifications&lt;/li&gt;
&lt;li&gt;a redesigned signup flow&lt;/li&gt;
&lt;li&gt;ClickHouse TTL-based event-log retention&lt;/li&gt;
&lt;li&gt;development Helm charts&lt;/li&gt;
&lt;li&gt;new and improved integrations&lt;/li&gt;
&lt;li&gt;Important upgrade notes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  This release includes breaking changes.
&lt;/h2&gt;

&lt;p&gt;Kubernetes is now required for production deployments using functions, profile builders, or connector syncs.&lt;/p&gt;

&lt;p&gt;Docker Compose is deprecated for complete production deployments and is now intended primarily for local development and exploration.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it and help us improve
&lt;/h2&gt;

&lt;p&gt;We are actively investing in Jitsu again and would love feedback from developers, data engineers, and teams running event infrastructure in production.&lt;/p&gt;

&lt;p&gt;Try the release, test the self-hosting experience, open an issue, or tell us what feels confusing, incomplete, or unnecessarily difficult.&lt;/p&gt;

&lt;p&gt;We are especially interested in feedback around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Kubernetes deployment and upgrades&lt;/li&gt;
&lt;li&gt;connector reliability&lt;/li&gt;
&lt;li&gt;event observability&lt;/li&gt;
&lt;li&gt;function execution&lt;/li&gt;
&lt;li&gt;developer experience&lt;/li&gt;
&lt;li&gt;documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Release notes: &lt;a href="https://github.com/jitsucom/jitsu/releases/tag/2.14.0" rel="noopener noreferrer"&gt;Jitsu 2.14.0 on GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Self-hosting documentation: &lt;a href="https://docs.jitsu.com/self-hosting" rel="noopener noreferrer"&gt;Jitsu self-hosting guide&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Jitsu is open source, and we would love your help making it better.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>dataengineering</category>
      <category>analytics</category>
      <category>dataplatform</category>
    </item>
  </channel>
</rss>
