<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Kubero Blog</title>
        <link>https://www.kubero.dev/blog</link>
        <description>Kubero Blog</description>
        <lastBuildDate>Fri, 01 Aug 2025 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Kubero v3 – Now Powered by NestJS 🚀]]></title>
            <link>https://www.kubero.dev/blog/kubero-release-v3</link>
            <guid>https://www.kubero.dev/blog/kubero-release-v3</guid>
            <pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Hey everyone,]]></description>
            <content:encoded><![CDATA[<p><em>Hey everyone,</em></p>
<p>I'm excited to announce that <strong>Kubero v3.0.0 is officially out!</strong> 🎉</p>
<p>This release marks a major internal overhaul — we’ve refactored the entire backend and migrated from Express.js to NestJS. <strong>All features from v2 have been migrated and remain fully available.</strong></p>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="why-the-switch-to-nestjs">Why the switch to NestJS?<a href="https://www.kubero.dev/blog/kubero-release-v3#why-the-switch-to-nestjs" class="hash-link" aria-label="Direct link to Why the switch to NestJS?" title="Direct link to Why the switch to NestJS?">​</a></h2>
<p>Kubero was initially built as a Proof of Concept during Heroku's major outage in 2022. While Express served us well in v1 and v2, NestJS brings significant advantages that will help Kubero evolve into a more scalable, secure, and maintainable platform:</p>
<ul>
<li>
<p><strong>Modular Architecture</strong><br>
<!-- -->NestJS encourages a well-structured, modular codebase, making it easier to manage features and scale. This also lowers the barrier for contributors to dive in and build with us.</p>
</li>
<li>
<p><strong>Improved Security</strong><br>
<!-- -->Kubero now uses <strong>JWT tokens</strong> for authentication, replacing the older session-based method. This improves both security and maintainability.</p>
</li>
<li>
<p><strong>Better Logging and Error Handling</strong><br>
<!-- -->NestJS provides enhanced support for logging and centralized error handling out of the box.</p>
</li>
<li>
<p><strong>Thriving Ecosystem</strong><br>
<!-- -->The NestJS ecosystem, with its integration libraries and support, helps us provide powerful new features faster and more efficiently.</p>
</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new-in-v3">Whats new in V3<a href="https://www.kubero.dev/blog/kubero-release-v3#whats-new-in-v3" class="hash-link" aria-label="Direct link to Whats new in V3" title="Direct link to Whats new in V3">​</a></h2>
<ul>
<li>
<p><strong>Built in User management</strong><br>
<!-- -->Kubero now includes a user management system with roles and API tokens, allowing you to control access and permissions more effectively.</p>
</li>
<li>
<p><strong>Team Views</strong><br>
<!-- -->You can now manage multiple teams and projects within Kubero, making it easier to collaborate and share resources.</p>
</li>
<li>
<p><strong>Multi-language Support</strong><br>
<!-- -->Kubero is now fully translated into multiple languages, including English, German, Japanese, Chinese, and Portuguese. More languages can be added upon request.</p>
</li>
<li>
<p><strong>Simplified API</strong><br>
<!-- -->The API has been redesigned to be more intuitive, with clearer endpoints and improved documentation.</p>
</li>
<li>
<p><strong>More Tests = More Stability</strong><br>
<!-- -->We’ve added extensive Jest tests (more than 500) — the new codebase has <strong>~85% test coverage</strong>, ensuring a more stable and reliable experience.</p>
</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="what-about-the-frontend">What about the frontend?<a href="https://www.kubero.dev/blog/kubero-release-v3#what-about-the-frontend" class="hash-link" aria-label="Direct link to What about the frontend?" title="Direct link to What about the frontend?">​</a></h2>
<p>The frontend has been slightly modernised, while keeping Kubero's UI as clean and simple as possible, with the intuitive interface you're familiar with from v2. This means:</p>
<ul>
<li>No changes are required to your workflows or usage patterns.</li>
<li>Your existing deployments, dashboards, and settings will look and behave the same.</li>
<li>All Templates, Addons, and features from v2 are fully compatible.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upgrade-notes">Upgrade Notes<a href="https://www.kubero.dev/blog/kubero-release-v3#upgrade-notes" class="hash-link" aria-label="Direct link to Upgrade Notes" title="Direct link to Upgrade Notes">​</a></h2>
<ul>
<li><strong>In-place upgrade</strong>: Simply update the Kubero UI container tag - Thats it!</li>
<li>If you're using the CLI, make sure to update to version <code>3.0.0</code>.</li>
<li>If you're integrating Kubero’s API into your own toolchain, note that the API paths have changed. See the <a href="https://demo.kubero.dev/api/docs" target="_blank" rel="noopener noreferrer">API documentation</a> for details.</li>
</ul>
<hr>
<p>Kubero remains proudly <strong>open-source and community-driven</strong>.</p>
<p>Would love to hear your feedback, questions, or thoughts. Thanks for being part of the journey!</p>]]></content:encoded>
            <category>Kubero</category>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[Comparison of Kubero and Portainer]]></title>
            <link>https://www.kubero.dev/blog/comparison-kubero-portainer</link>
            <guid>https://www.kubero.dev/blog/comparison-kubero-portainer</guid>
            <pubDate>Wed, 23 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Kubero and Portainer are two popular self-hosted platforms used in modern container-based environments. Both offer powerful features for deploying and managing applications, but they serve different roles within the development and operations workflow. This comparison explores their key capabilities, infrastructure requirements, and user experiences to help you determine which solution aligns best with your team's goals. This comparison highlights the differences in purpose, and target audience to help you decide which tool best fits your development or operations needs.]]></description>
            <content:encoded><![CDATA[<p>Kubero and Portainer are two popular self-hosted platforms used in modern container-based environments. Both offer powerful features for deploying and managing applications, but they serve different roles within the development and operations workflow. This comparison explores their key capabilities, infrastructure requirements, and user experiences to help you determine which solution aligns best with your team's goals. This comparison highlights the differences in purpose, and target audience to help you decide which tool best fits your development or operations needs.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="portainer">Portainer<a href="https://www.kubero.dev/blog/comparison-kubero-portainer#portainer" class="hash-link" aria-label="Direct link to Portainer" title="Direct link to Portainer">​</a></h2>
<p>Portainer is a lightweight, self-hosted web interface that simplifies the management of Docker and Kubernetes environments. It provides an easy-to-use GUI for deploying containers, managing stacks, monitoring services, and handling user access—without needing to use the command line. Designed for both developers and IT teams, Portainer helps reduce operational complexity and speeds up containerized application management.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="kubero">Kubero<a href="https://www.kubero.dev/blog/comparison-kubero-portainer#kubero" class="hash-link" aria-label="Direct link to Kubero" title="Direct link to Kubero">​</a></h2>
<p>Kubero is a self-hosted platform-as-a-service (PaaS) that runs on Kubernetes and offers a streamlined, Heroku-style Git-based deployment workflow. It abstracts the complexity of Kubernetes, allowing developers to deploy and manage applications without deep infrastructure knowledge. With support for buildpacks, Dockerfiles, custom domains, SSL, and databases, it provides a full app lifecycle experience. Kubero is ideal for teams that want automated, code-driven deployments in a modern, containerized environment.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="comparison">Comparison<a href="https://www.kubero.dev/blog/comparison-kubero-portainer#comparison" class="hash-link" aria-label="Direct link to Comparison" title="Direct link to Comparison">​</a></h2>
<table><thead><tr><th>Feature / Characteristic</th><th><strong>Kubero</strong></th><th><strong>Portainer</strong></th></tr></thead><tbody><tr><td><strong>Purpose</strong></td><td>Kubernetes-native PaaS (Heroku-style Git deploys)</td><td>Docker/Kubernetes GUI for container and stack management</td></tr><tr><td><strong>Primary Function</strong></td><td>Platform-as-a-Service (GitOps + buildpacks)</td><td>Infrastructure GUI (container orchestration + management)</td></tr><tr><td><strong>Deployment Style</strong></td><td>Git-based (Heroku-like) or via UI</td><td>Manual via UI or YAML/Stack scripts</td></tr><tr><td><strong>App Deployment</strong></td><td>Automatic from Git repo using buildpacks, Nixpacks or Dockerfiles</td><td>Manual or scripted using Docker Compose / Kubernetes YAML</td></tr><tr><td><strong>Buildpack Support</strong></td><td>✅ Yes (Cloud Native Buildpacks)</td><td>❌ No native buildpack support</td></tr><tr><td><strong>Underlying Infrastructure</strong></td><td>Kubernetes only</td><td>Docker, Docker Swarm, or Kubernetes</td></tr><tr><td><strong>Ease of Setup</strong></td><td>Easy (has a CLI installer)</td><td>Medium (runs as a container)</td></tr><tr><td><strong>Web UI</strong></td><td>✅ Yes – simple app dashboard</td><td>✅ Yes – full-featured GUI for infrastructure</td></tr><tr><td><strong>CLI Support</strong></td><td>✅ Kubero CLI</td><td>✅ Portainer CLI (via API or external tools)</td></tr><tr><td><strong>Scaling &amp; Autoscaling</strong></td><td>✅ Native Kubernetes autoscaling</td><td>❌ Manual scaling only</td></tr><tr><td><strong>Custom Domains / SSL</strong></td><td>✅ Built-in via Kubernetes ingress + cert-manager</td><td>⚠️ Not built-in — requires custom NGINX proxy or stacks</td></tr><tr><td><strong>Database Support</strong></td><td>✅ Built-in DB templates (via Operators)</td><td>⚠️ Manual or Docker Compose stacks</td></tr><tr><td><strong>App Isolation</strong></td><td>High (Pods + Namespaces)</td><td>Medium (Docker containers or k8s pods)</td></tr><tr><td><strong>Multi-user Support</strong></td><td>✅ Multi-user with RBAC (via Kubernetes)</td><td>✅ Role-based access control (Portainer Pro or Business)</td></tr><tr><td><strong>Git Integration</strong></td><td>✅ Full GitOps flow</td><td>⚠️ Only via Git-based stack deployments (less automated)</td></tr><tr><td><strong>Monitoring &amp; Logs</strong></td><td>Built-in using native Kubernetes tools (e.g. Grafana, Prometheus)</td><td>Built-in container logs, some monitoring (limited)</td></tr><tr><td><strong>Best For</strong></td><td>Developers wanting Heroku-like Git deployments on Kubernetes</td><td>DevOps teams needing a GUI for Docker/Kubernetes cluster operations</td></tr></tbody></table>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-conclusion-kubero-vs-portainer">🧠 Conclusion: Kubero vs Portainer<a href="https://www.kubero.dev/blog/comparison-kubero-portainer#-conclusion-kubero-vs-portainer" class="hash-link" aria-label="Direct link to ��🧠 Conclusion: Kubero vs Portainer" title="Direct link to 🧠 Conclusion: Kubero vs Portainer">​</a></h2>
<p>Choose Kubero if:</p>
<ul>
<li>You want a Heroku-style, Git-push app platform on Kubernetes</li>
<li>You're a developer focused on app deployment, not infrastructure</li>
<li>You want to automate builds with buildpacks or Dockerfiles</li>
</ul>
<p>Choose Portainer if:</p>
<ul>
<li>You want a GUI to manage Docker or Kubernetes resources manually</li>
<li>You're operating infrastructure and need visibility, not automation</li>
<li>You’re managing many containers or services across multiple nodes</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="links">Links<a href="https://www.kubero.dev/blog/comparison-kubero-portainer#links" class="hash-link" aria-label="Direct link to Links" title="Direct link to Links">​</a></h2>
<p><a href="https://docs.portainer.io/" target="_blank" rel="noopener noreferrer">https://docs.portainer.io/</a>
<a href="https://www.portainer.io/" target="_blank" rel="noopener noreferrer">https://www.portainer.io/</a></p>]]></content:encoded>
            <category>Kubero</category>
        </item>
        <item>
            <title><![CDATA[Comparison of Kubero and Coolify]]></title>
            <link>https://www.kubero.dev/blog/comparison-kubero-coolify</link>
            <guid>https://www.kubero.dev/blog/comparison-kubero-coolify</guid>
            <pubDate>Thu, 16 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[In the evolving landscape of Platform as a Service (PaaS) solutions, developers seek platforms that streamline application deployment and management. Coolify and Kubero are both open-source, self-hosted PaaS platforms catering to this need. While both offer robust features, Kubero distinguishes itself with several advanced capabilities that provide a competitive edge.]]></description>
            <content:encoded><![CDATA[<p>In the evolving landscape of Platform as a Service (PaaS) solutions, developers seek platforms that streamline application deployment and management. Coolify and Kubero are both open-source, self-hosted PaaS platforms catering to this need. While both offer robust features, Kubero distinguishes itself with several advanced capabilities that provide a competitive edge.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="coolify">Coolify<a href="https://www.kubero.dev/blog/comparison-kubero-coolify#coolify" class="hash-link" aria-label="Direct link to Coolify" title="Direct link to Coolify">​</a></h2>
<p>Coolify positions itself as an open-source alternative to platforms like Heroku, Netlify, and Vercel. It supports a wide range of programming languages and frameworks, enabling developers to deploy static websites, APIs, backends, databases, and various services. Deployment is flexible, accommodating any server with SSH access, including personal servers, VPS, Raspberry Pi, and cloud providers like AWS and DigitalOcean. Key features include push-to-deploy via Git integration, automatic SSL certificate management, real-time terminal access, and monitoring capabilities.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="kubero">Kubero<a href="https://www.kubero.dev/blog/comparison-kubero-coolify#kubero" class="hash-link" aria-label="Direct link to Kubero" title="Direct link to Kubero">​</a></h2>
<p>Kubero is a PaaS tailored specifically for Kubernetes environments, emphasizing simplicity and scalability for deploying 12-factor applications. It supports multiple languages and frameworks through buildpacks, including PHP, Ruby, Golang, Rust, Node.js, and Deno. Kubero offers seamless GitOps integration with various repositories, built-in CI/CD pipelines, and a comprehensive CLI for cluster management. Notably, it provides features like autoscaling, vulnerability scanning with Trivy, a web console for application maintenance, and customizable notifications.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="key-differences">Key Differences<a href="https://www.kubero.dev/blog/comparison-kubero-coolify#key-differences" class="hash-link" aria-label="Direct link to Key Differences" title="Direct link to Key Differences">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="infrastructure">Infrastructure<a href="https://www.kubero.dev/blog/comparison-kubero-coolify#infrastructure" class="hash-link" aria-label="Direct link to Infrastructure" title="Direct link to Infrastructure">​</a></h3>
<p>Kubero is inherently designed for Kubernetes, leveraging its orchestration capabilities for scalability and resilience. In contrast, Coolify currently lacks native Kubernetes support, which limit scalability for enterprise applications.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="autoscaling-and-resource-management">Autoscaling and Resource Management<a href="https://www.kubero.dev/blog/comparison-kubero-coolify#autoscaling-and-resource-management" class="hash-link" aria-label="Direct link to Autoscaling and Resource Management" title="Direct link to Autoscaling and Resource Management">​</a></h3>
<p>Kubero's autoscaling features allow applications to scale horizontally and vertically based on demand, optimizing resource utilization. Additionally, it offers "sleeping containers" that pause inactive pods to conserve resources. Coolify does not provide comparable autoscaling capabilities.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="metrics-and-monitoring">Metrics and Monitoring<a href="https://www.kubero.dev/blog/comparison-kubero-coolify#metrics-and-monitoring" class="hash-link" aria-label="Direct link to Metrics and Monitoring" title="Direct link to Metrics and Monitoring">​</a></h3>
<p>Kubero excels in providing detailed application-level metrics, giving developers real-time insights into the performance and behavior of their deployed apps. This includes data such as response times, request counts, and resource usage specific to applications. In contrast, Coolify limits its monitoring capabilities to system-level metrics, such as server resource utilization (CPU, RAM, and disk). For teams requiring deeper application performance insights to optimize and troubleshoot effectively, Kubero stands out as the superior choice.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="security-and-compliance">Security and Compliance<a href="https://www.kubero.dev/blog/comparison-kubero-coolify#security-and-compliance" class="hash-link" aria-label="Direct link to Security and Compliance" title="Direct link to Security and Compliance">​</a></h3>
<p>Security Measures: With integrated vulnerability scanning using Trivy, Kubero proactively identifies security issues in images and repositories, enhancing application security. Coolify lacks a built-in vulnerability scanning feature.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="enterprise-grade-add-ons">Enterprise grade Add-ons<a href="https://www.kubero.dev/blog/comparison-kubero-coolify#enterprise-grade-add-ons" class="hash-link" aria-label="Direct link to Enterprise grade Add-ons" title="Direct link to Enterprise grade Add-ons">​</a></h3>
<p>Both Coolify and Kubero provide a variety of addons, allowing developers to integrate essential services such as databases and caching systems. However, Kubero goes a step further by deploying these addons as highly available clusters, ensuring redundancy and resilience. For example, services like Redis-Cluster, PostgreSQL, and Elasticsearch can be deployed with built-in high availability, making Kubero a more reliable choice for mission-critical applications. In contrast, Coolify's one-click service deployments are limited to standalone instances, which may not meet the demands of enterprise-level applications.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="community-and-ecosystem">Community and Ecosystem<a href="https://www.kubero.dev/blog/comparison-kubero-coolify#community-and-ecosystem" class="hash-link" aria-label="Direct link to Community and Ecosystem" title="Direct link to Community and Ecosystem">​</a></h2>
<p>Coolify boasts a significantly larger and more active community, offering developers access to a wealth of shared knowledge, quick responses to questions, and collaborative support. This vibrant community can be a valuable resource, especially for smaller teams or individual developers.</p>
<p>However, Kubero leverages the vast and well-established Kubernetes ecosystem, which provides unparalleled flexibility, scalability, and a wealth of tools, plugins, and integrations. By being Kubernetes-native, Kubero allows developers to tap into a broader ecosystem of expertise and innovation that aligns with industry standards for cloud-native development. While Coolify’s community is an advantage, Kubero’s alignment with Kubernetes ensures it benefits from a much larger and continually evolving ecosystem.</p>
<table><thead><tr><th></th><th style="text-align:center">Kubero</th><th style="text-align:center">Coolify</th></tr></thead><tbody><tr><td>User Interface</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>CLI</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>API</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Multi user</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Teams</td><td style="text-align:center">❌</td><td style="text-align:center">✅</td></tr><tr><td>SSO Oauth2</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Role Based Permissions</td><td style="text-align:center">❌</td><td style="text-align:center">✅</td></tr><tr><td>Vertical Scaling</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Horizontal Scaling</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Autoscaling</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Sleeping Dynos/Pods</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Cronjobs</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Dark/White Mode</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Environment variables</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Application Metrics</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Basic Auth</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Writable Volumes</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>DB-Backups</td><td style="text-align:center">❌</td><td style="text-align:center">✅</td></tr><tr><td>Free SSL Issuing</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Web Console Access</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Web Logs Access</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Push to Deploy</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Pull-Request-Apps</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Run Container Images</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>CI/CD</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Buildpacks</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Dockerfiles</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Nixpacks</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Runpacks</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Activity Logs (Audit)</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Realtime App Logs</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Historic Metrics</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Webhooks</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Notification</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Vulnerability scans</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Templates (16.01.25)</td><td style="text-align:center">155</td><td style="text-align:center">216</td></tr><tr><td>GitOps with Github</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>GitOps with GitLab</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>GitOps with Bitbucket</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>GitOps with Gitea</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>GitOps with Gogs</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Add-On PostgreSQL</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Add-On MySQL</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Add-On RabbitMQ</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Add-On MongoDB</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Add-On ElasticSearch</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Add-On Memcached</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Add-On Kafka</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Add-On CouchDB</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Add-On CockroachDB</td><td style="text-align:center">✅</td><td style="text-align:center">❌</td></tr><tr><td>Add-On Clickhouse</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr><tr><td>Add-On DragonFly</td><td style="text-align:center">❌</td><td style="text-align:center">✅</td></tr><tr><td>Add-On MariaDB</td><td style="text-align:center">❌</td><td style="text-align:center">✅</td></tr><tr><td>Add-On KeyDB</td><td style="text-align:center">❌</td><td style="text-align:center">✅</td></tr></tbody></table>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="conclusion">Conclusion<a href="https://www.kubero.dev/blog/comparison-kubero-coolify#conclusion" class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion">​</a></h2>
<p>Coolify and Kubero are both similar open-source PaaS solutions. With its seamless Kubernetes integration, robust CI/CD pipelines, advanced autoscaling, enhanced security through vulnerability scanning, and support for highly available clusters, Kubero delivers the scalability, reliability, and flexibility modern developers need. Its ability to provide detailed application metrics and deploy high-availability addons ensures a superior experience for teams handling complex or mission-critical projects. For those seeking a future-proof platform tailored to enterprise-grade needs, Kubero might be the better fit.</p>]]></content:encoded>
            <category>Kubero</category>
            <category>paas</category>
            <category>general</category>
        </item>
        <item>
            <title><![CDATA[Welcome to the Kubero Blog!]]></title>
            <link>https://www.kubero.dev/blog/welcome</link>
            <guid>https://www.kubero.dev/blog/welcome</guid>
            <pubDate>Tue, 31 Dec 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Hello and welcome!]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="hello-and-welcome">Hello and welcome!<a href="https://www.kubero.dev/blog/welcome#hello-and-welcome" class="hash-link" aria-label="Direct link to Hello and welcome!" title="Direct link to Hello and welcome!">​</a></h2>
<p>We’re thrilled to introduce you to the official Kubero blog—a space where ideas, insights, and updates about our journey with Kubero will come to life. Whether you’re a seasoned Kubernaut, a curious enthusiast, or someone discovering Kubero for the first time, this blog is here to keep you informed and inspired.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="what-is-kubero">What is Kubero?<a href="https://www.kubero.dev/blog/welcome#what-is-kubero" class="hash-link" aria-label="Direct link to What is Kubero?" title="Direct link to What is Kubero?">​</a></h3>
<p>Kubero is a passion project, a platform designed to simplify and enhance the deployment of applications using Kubernetes. With a vision to streamline complex workflows and empower developers to focus on what they do best—building amazing applications—Kubero has been evolving thanks to an incredible community of users and contributors.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="why-a-blog">Why a Blog?<a href="https://www.kubero.dev/blog/welcome#why-a-blog" class="hash-link" aria-label="Direct link to Why a Blog?" title="Direct link to Why a Blog?">​</a></h3>
<p>As Kubero grows, we believe it's essential to share not just what we’re building but also why we’re building it. This blog is a place for:</p>
<ul>
<li>Updates: Stay informed about the latest features, improvements, and releases.</li>
<li>Guides: Find tutorials and tips to help you get the most out of Kubero.</li>
<li>Behind the Scenes: Learn about the challenges and successes that come with maintaining and developing this project.</li>
<li>Community Stories: Celebrate the contributions, ideas, and experiences from the amazing individuals who make Kubero what it is.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="whats-next">What’s Next?<a href="https://www.kubero.dev/blog/welcome#whats-next" class="hash-link" aria-label="Direct link to What’s Next?" title="Direct link to What’s Next?">​</a></h3>
<p>In the coming weeks, we’ll share exciting updates, dive into the thought process behind Kubero’s architecture, and unveil some upcoming plans. You’ll also find guides to help you get started and opportunities to get involved in the project.</p>
<p>We’d love for you to join the conversation! If you have questions, suggestions, or topics you'd like to see covered, feel free to reach out. Kubero thrives because of its community, and your voice matters here.</p>
<p>Thank you for being part of this journey. We’re just getting started, and we can’t wait to see where this path takes us.</p>
<p>Stay tuned, and welcome to the Kubero family!</p>
<p>Warm regards,
<em>Gianni</em></p>]]></content:encoded>
            <category>Kubero</category>
            <category>general</category>
        </item>
    </channel>
</rss>