Blog
Qovery
Business
Product
5
minutes

Q1 2022 product retrospective - Last quarter's top features

The first quarter of the year has now come to an end, and many exciting things happened here: new features, the start of our V3, new team members, and an exciting team retreat! Today, I will highlight the most exciting features that were shipped from the first of January until the thirty-first of March, so fasten your seatbelt and get ready for the ride! 💜
September 26, 2025
Albane Tonnellier
Product Marketing Manager
Summary
Twitter icon
linkedin icon

Support Bitbucket

We started the year strong by supporting Bitbucket on top of Github and Gitlab, which were already available. Just connect to your Bitbucket account via the Qovery console, and you will be all set up to deploy your Bitbuckets repository.

If you want more information or know what has been done in the first part of January, here is the changelog published at that time.

Login page with Bitbucket

Sticky session parameter for applications

The rest of January was mainly used for the beginning of the V3, which required much preparation on the Frontend side as we decided to move from Angular to React, but we had the time to develop the sticky session. Highly requested by some of our users, when the sticky session (also called “persistent session”) is activated, you will be redirected by the load balancer to the same instance each time you access the application.

For more insight on the end of January, here was the changelog posted at that time.

Sticky sessions

Choose/Edit database accessibility

The first part of February was much more split between enhancement of the V2 and the considerable work on the V3, so we had more time to deliver some pretty cool stuff (and you can see it from the changelog that was much longer to read and write).

Here is one useful feature: You always wanted to define the accessibility of our database so that you can control who has access to it? Or have you already created a database but want to change its accessibility? We made it possible!

When you create your database, you now can choose between public or private in the database creation modal and change it after the creation; head to the database setting modal and switch the accessibility from public to private or vice versa.

Panel with Database accessibility

Multi-cluster management

Wait, did you hear about this feature already? I hope so because, on top of being mentioned in our 10th changelog, there are also a few articles about it, such as “Three ways to easily manage many Kubernetes clusters” or “Kubernetes: how to isolate your production from staging”.

You got it, there are plenty of resources about this fantastic feature, but to summarize, if you want to manage more than one cluster in your organization, you can isolate your “production” from “development” or manage more than one cluster in your organization so that you can improve your infrastructure costs, multi-cluster is for you!

Just head to the “cluster tab” of the organization settings, click on “add cluster”, and let the magic happen.

Here is even a small live demo of what it looks like in the console:

Terraform provider for Qovery

Ok, my goal was to present you with only one essential feature per changelog; however, let’s break the rules because even though this one is also part of the 10th changelog, I couldn’t just add it to the lists of “others”.

Would you like to keep track of the changes across the configuration of your clusters, applications, and databases? Search no more; the Terraform provider for Qovery is here for that!

If you want to go the extra mile on the subject, I’d recommend you to read this article that will tell you all the science behind it.

The Qovery Terraform provider

Deployment rules at “project level”

Time flies when you are in good company! Deployment rules at “project level” were part of the 11th changelog, which was still a usual two weeks sprint but split into three weeks as we had our fantastic team retreat in the middle (if you feel like watching how cool we are, here is a video that has been recorded during our team retreat in the south of France).

Now, what would you want to use Deployment rules at “project level”?

Let’s get straight to the heart of the matter: infrastructure cost! You can now start or stop multiple environments at specific times or on particular git events at the “project level" to optimise those costs. To do that, head to “Project page” > “Settings” > “Deployment tab”, then create, edit or delete your deployment rule. Nb:

  • If multiple rules are applied to one environment, the highest rule in the list will be applied to the environment.
  • The rules created will be applied only to new environments. Already existing environments are not impacted.

If you want to know more about deployment rules, we have complete documentation to answer your questions.

Deployment rules at project level

Cancel an environment building

And it’s a clap 🎬, the last changelog in date to end the quarter well, and we decided to finish with this efficient and straightforward feature here that was highly expected! If you have a building in progress or a building queued (service or environment) and don’t want to deploy it anymore, you can now cancel it, so you don’t lose time and resources.

Cancel an environment building

Others

  • Breadcrumbs in console navigation bars
  • Display user information
  • Add credentials during cluster creation
  • Recommendations on the articles page
  • Specify buildpack language
  • Improve feedback after setting update
  • Improve environment and services deployment status visibility
  • Import environment variables and secrets
  • Do not send emails on cluster upgrade success/fail
  • Specify environment mode
  • Generate API tokens for users (API only)
  • Identify default cluster
  • Optimize Monorepository builds/deployments
  • New onboarding flow

Do you want to know what’s next? You can find our progression in the Changelog section of our website where we post every two weeks.

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.