Blog
Events
Cloud
6
minutes

The Top 10 Open-Source Products From KubeCon North America 2022

KubeCon is the major cloud-native gathering of thousands of people from around the globe. The event is attended by many emerging startups and companies working on revolutionary products around Kubernetes, security, containers, and DevOps. It is a great opportunity to share insights and collaborate on various community projects.
September 26, 2025
Romaric Philogène
CEO & Co-founder
Summary
Twitter icon
linkedin icon

The Qovery team also attended this event and shared their flagship product with other participants. They joined hands with other tech-oriented companies to share their experience and discuss the latest trends in the cloud world. Today, we will share with you the top ten open-source products from KubeCon 2022. Let’s start with none other than Kubernetes.

Kubernetes - The Most Successful Containers Orchestrator

Kubernetes Landing Page

Kubernetes is the #1 container orchestration platform through which you can automate many manual processes related to the deployment, scalability, and security of containerized applications. Kubernetes clusters can span public, private, or hybrid Clouds and serve as an ideal platform for deploying cloud-native applications. Kubernetes provides a built-in mechanism for scaling, fault tolerance, and state management.

Some of its powerful features include auto-scaling, self-healing, load balancing, life cycle management, and persistent storage. Organizations adopt Kubernetes to manage their IT workloads efficiently, including reduced IT expenses, improved scalability, optimized application development workflow, and many more.

KubeCost - Monitor Kubernetes Spend

KubeCost Landing Page

Organizations utilizing Kubernetes often struggle to keep track of the cost incurred on the Kubernetes solution. Kubernetes is a complex system consisting of native components, add-ons, and infrastructure elements, that makes it difficult to identify and evaluate ongoing and expected costs. KubeCost is the answer to this problem. Using KubeCost, you can monitor and manage both cost and capacity in your Kubernetes environment.

KubeCost provides real-time cost insights that help you identify the overspending and underspending, eventually leading to cost reduction by taking cost-cutting measures at the right time. Some of the essential features of KubeCost include optimization insights, proactive alerts, unified cost monitoring, etc.

Replibyte - Seed Your Development Database With Production Data

Replibyte Landing Page

Developers often face challenges seeding the development database with valuable data from the production environment. Replibyte solves this problem. It is an open-source tool to seed your databases with your production data while keeping your sensitive data safe. It supports Windows, Linux, and macOS. You can use it to seed your PostgreSQL, MongoDB, and MySQL databases.

Replibyte allows you to generate fake information for compliance reasons. You can use it even on enterprise-level large databases with TB’s of data. It supports data synchronization across different VPCs (or networks). You can retrieve the data not just from the database directly but from an existing backup as well.

ArgoCD - Declarative CD Platform for Kubernetes

ArgoCD Landing Page

Combine Kubernetes with GitOps, and you will get AgroCD. AgroCD is a Kubernetes native tool for continuous deployment. Traditional CD tools only support push-based deployment. AgroCD, on the other hand, can pull the latest code from the Git repository and directly deploy it to your Kubernetes. Through AgroCD, developers can manage both infrastructure configuration and application updates from one place.

AgroCD comes with a handy CLI and a user-friendly web interface. It supports RBAC in multi-cluster and allows you to implement SSO through all the major providers like GitHub, Oauth2, Gitlab, etc. Its powerful dashboards allow you to visualize, identify and resolve different configuration and deployment issues.

MinIO - Performant Kubernetes Object Storage

MinIO Landing Page

MinIO is a high-performant Kubernetes native object storage. It is very secure, scalable, and resilient object storage which is incredibly simple to deploy and manage at scale. It is currently the only object storage that is available on every public cloud, private cloud, all Kubernetes distributions, and even edge computing. MinIO is compliant with S3.

MinIO is equipped with enterprise features like high availability, data redundancy, vertical and horizontal scaling, strong data security, support for multiple pluggable storage backends, etc.

TiKV - Distributed Key-Value Store

TiKV Landing Page

TiKV (where Ti stands for titanium) is a distributed and transactional key-value store. Traditional No-SQL systems only provide classical key-value APIs, but TiKV also provides transactional APIs with ACID compliance. TiKV has powerful features like low latency, high scalability, geo-replication, consistently distributed transactions, etc. At the same time, it is extremely easy to use and maintain.

TiKV features strong consistency and partition tolerance, and you can use it either as the storage engine for TiDB database or an independent transactional key-value data store. You can use KiTV in online serving services and as a data store for recommendation systems.

LinkerD - Kubernetes Service Mesh

LinkerD Landing Page

With the rise of microservices-based applications, a reliable and efficient service mesh is inevitable for containerized workloads. Service mesh is the layer that makes inter-communication among different microservices possible. LinkerD is market leading service mesh providing highly efficient service mesh for Kubernetes. It is the only service mesh hosted on CNCF, which is the organization managing Kubernetes and other cloud-native tools.

LinkerD provides valuable features like zero-config mutual TLS, instant platform health metrics, blazing fast rust dataplane, and many more. It is also much simpler to use due to its minimalistic Kubernetes native design, very little YAML, and few CDRs.

Vitess - MySQL Horizontal Scaling on Kubernetes

Vitess Landing Page

Vitess is a database clustering tool for MySQL, Percona, and MariaDB horizontal scaling. It is ideally suited for running MySQL databases in Kubernetes. You can use Vitess on private and public clouds and even on dedicated hardware. Top companies like Slack, Square, JD.com, and others use Vitess to store their business data.

Vitess has strong features like materialized views, online schema migrations, high availability, horizontally scalable, shard management, etc. Vitess combines the powerful features of standard SQL with the scalability of NoSQL databases.

Backstage - Developer Portal

Backstage Landing Page

Backstage is an open-source developer portal platform. A developer portal is an internal platform for developers to learn and use their services, tools, and documentation. Backstage is created by Spotify and donated to CNCF. It aims to reduce the complexity by allowing developers to discover and utilize all the services, frameworks, tools, and documentation from one central platform.

The three core features of Backstage are:

  1. Software catalog (To manage your services, tools, libraries, etc. )
  2. TechDocs (To create, maintain, and discover the technical documentation)
  3. Software templates (To spin up new projects quickly)

Backstage provides a unified, consistent experience that ties all your tools, services, docs, and owners together in one place.

Kyverno - Policy Management for Kubernetes

Kyverno Landing Page

Kyverno is a Kubernetes native policy engine that helps you define policies through Kubernetes manifests. Using Kyverno, you can manage policies as Kubernetes resources; that way, you can take advantage of Kubernetes tools like Kubectl and Kustomize to manage policies.

Kyverno is a powerful policy-as-code tool through which you can enforce the best practices at the organizational level. Being Kubernetes native, it is easy to write and manage the policies, and you do not need specialized developers to maintain them.

Wrapping Up

KubecCon is the blockbuster event hosted by CNCF. Organizations that are successfully delivering industrial-strength cloud-native applications attend this event. Innovative ideas and breakthrough applications are presented here. This article discussed the top ten open-source applications from KubeCon 2022. Some of the products that are revolutionizing the cloud industry include Backstage, LinkerD, MinIO, RepliByte, and many others.

Share on :
Twitter icon
linkedin icon
Tired of fighting your Kubernetes platform?
Qovery provides a unified Kubernetes control plane for cluster provisioning, security, and deployments - giving you an enterprise-grade platform without the DIY overhead.
See it in action

Suggested articles

Kubernetes
 minutes
How to automate environment sleeping and stop paying for idle Kubernetes resources

Scaling your deployments to zero is only half the battle. If your cluster autoscaler does not aggressively bin-pack and terminate the underlying worker nodes, you are still paying for idle metal. True environment sleeping requires tight integration between your ingress layer and your node provisioner to actually realize FinOps savings.

Mélanie Dallé
Senior Marketing Manager
Kubernetes
DevOps
6
 minutes
10 best Kubernetes management tools for enterprise fleets in 2026

The biggest mistake enterprises make when evaluating Kubernetes management platforms is confusing infrastructure provisioning with Day-2 operations. Tools like Terraform or kOps are excellent for spinning up the underlying EC2 instances and networking, but they do absolutely nothing to prevent configuration drift, automate certificate rotation, or right-size your idle workloads once the cluster is actually running.

Mélanie Dallé
Senior Marketing Manager
DevOps
Kubernetes
Platform Engineering
6
 minutes
10 best Red Hat OpenShift alternatives to reduce licensing costs

For years, Red Hat OpenShift has been the safe choice for heavily regulated, on-premise environments. It operates as a secure fortress. But in the public cloud, that fortress acts as an expensive prison. Paying proprietary per-core licensing fees on top of your standard AWS or GCP compute bill is a redundant "middleware tax." Escaping OpenShift requires decoupling your infrastructure from your developer experience by running standard, vanilla Kubernetes paired with an agentic control plane.

Morgan Perry
Co-founder
AI
Product
3
 minutes
Qovery Skill for AI Agents: Deploy Apps in One Prompt

Use Qovery from Claude Code, OpenCode, Codex, and 20+ AI Coding agents

Romaric Philogène
CEO & Co-founder
Kubernetes
 minutes
Stopping Kubernetes cloud waste: agentic automation for enterprise fleets

Agentic Kubernetes resource reclamation is the practice of using an autonomous control plane to continuously identify, suspend, and delete idle infrastructure across a multi-cloud Kubernetes fleet. It replaces manual cleanup and reactive autoscaling with intent-based policies that act on business state, eliminating the configuration drift and cloud waste typical of unmanaged fleets.

Mélanie Dallé
Senior Marketing Manager
Platform Engineering
Kubernetes
DevOps
10
 minutes
What is Kubernetes? The reality of Day-2 enterprise fleet orchestration

Kubernetes focuses on container orchestration, but the reality on the ground is far less forgiving. Provisioning a single cluster is a trivial Day-1 exercise. The true operational nightmare begins on Day 2. Teams that treat multi-cloud fleets like isolated pets inevitably face crushing YAML configuration drift, runaway AWS bills, and severe scaling bottlenecks.

Morgan Perry
Co-founder
Kubernetes
DevOps
5
 minutes
Top 10 Rancher alternatives in 2026: beyond cluster management

Rancher solved the Day-1 problem of launching clusters across disparate bare-metal environments. But in 2026, launching clusters is no longer the bottleneck. The real failure point is Day-2: managing the operational chaos, security patching, and configuration drift on top of them. Rancher is a heavy, ops-focused fleet manager that completely ignores the application developer. If your goal is developer velocity and automated FinOps, you must graduate from basic fleet management to an intent-based Kubernetes Management Platform like Qovery.

Morgan Perry
Co-founder
AI
Compliance
Healthtech
 minutes
Agentic AI infrastructure: moving beyond Copilots to autonomous operations

The shift from AI copilots to autonomous agents is redefining infrastructure requirements. Discover how to build secure, stateful, and compliant Agentic AI systems using Kubernetes, sandboxing, and observability while meeting EU AI Act standards

Mélanie Dallé
Senior Marketing Manager

It’s time to change
the way you manage K8s

Turn Kubernetes into your strategic advantage with Qovery, automating the heavy lifting while you stay in control.