Blog
Product
Kubernetes
4
minutes

New Feature: Deploy Your Helm Charts With Ease

Today, I'm thrilled to announce a game-changing feature that's set to revolutionize how Platform Engineers and Developers interact with Kubernetes: the introduction of first-class support for Helm Charts within Qovery đŸ„ł. This latest update, now generally available, empowers our users to deploy any Helm Chart with unparalleled ease, marking a significant leap forward in our mission to streamline application deployment for everyone.
Romaric PhilogĂšne
CEO & Co-founder
Summary
Twitter icon
linkedin icon

TLDR;

  • Deploy Helm Charts from the Qovery web console, CLI, and Terraform Provider (WIP).
  • Qovery Helm Charts deployments provide many additional features (cf below) over the Helm CLI.
  • The documentation is here.
  • Watch this example with Datadog Helm Chart

The Dual Benefit: For Platform Engineers and Developers

Helm has emerged as a cornerstone in Kubernetes management, widely recognized for its capability to streamline the deployment and management of applications. However, the complexity it brings can be a hurdle for many. Qovery's new feature is designed with both Platform Engineers and Developers in mind, simplifying these complexities and making Kubernetes more approachable and manageable.

Here is a list of what Qovery Helm Charts provide over the Helm CLI:

  • RBAC: ensure that only cluster admins can deploy cluster-wide resources (CRD, clusterRoles, etc... exhaustive list available in our documentation)
  • Discover services and configure ingress + assign domain and valid certificate to expose helm charts
  • Auto-deploy changes from Git
  • Reduce costs by stopping all your helm charts and their dependencies (replicas set to 0)
  • Get easy access to pod logs
  • Get easy access to pod status
  • Store values override on the Qovery side (with the nice view to display the default values.yaml) or in a separate git repository
  • Automatically replace vars in the overrides using the Qovery env vars (replace secrets safely, connect to other qovery services, etc...)
  • Attach custom domains to services (WIP for Q1 2024)

Our approach is straightforward: automate and simplify. By handling the intricate aspects of Helm Chart deployment, such as service discovery and network management, Qovery empowers users to focus on what they do best.

How Qovery turns Helm Chart deployment a breeze

This ease of use does not come at the expense of flexibility or power, making it a perfect fit for both quick deployments and complex, scalable applications.

Example with Datadog Helm Chart

Consider the deployment of essential tools like the Datadog Helm Chart. Previously, this required Qovery Lifecycle Jobs, demanding significant manual configuration. Or manually connecting to the cluster and using the helm command đŸ„±.

With our new update, platform engineers and developers can deploy Datadog charts (and any other) directly through a streamlined, automated process, saving time and reducing the potential for error.

FAQ

Should I deploy my apps using Helm Chart?

It's a fair question. If you already have all your apps configured with a Helm Chart, then yes it's the fastest way to benefit from Qovery; otherwise, we do recommend using the traditional way of deploying your apps with Qovery. Note: you can use both. They are not mutually exclusive.

Can I use Qovery env vars inside my values file?

Yes, by prefixing the env var with "qovery.env.YOUR_ENV_VAR". Read more..

What are Qovery Helm Charts macros?

Qovery reads your override values file and overwrites all variables prefixed by "qovery.env.", "qovery.labels.services" and "qovery.annotations.services" with the interpolated values. "qovery.env.YOUR_ENV_VAR" will be interpolated with your Qovery environment variable, while "qovery.labels.service" and "qovery.annotations.service" are interpolated with built-in Qovery values. The two latest are necessary to provide the following features:

  • display services logs
  • deploy/stop/clone/delete actions
  • display services statuses
  • and other capabilities...

Example with Datadog values.yaml:

datadog:
apiKey: qovery.env.DD_API_KEY
appKey: qovery.env.DD_APP_KEY
site: datadoghq.eu

commonLabels:
qovery.labels.service

clusterAgent:
deploymentAnnotations:
qovery.annotations.service
podAnnotations:
qovery.annotations.service
additionalLabels:
qovery.labels.service

agents:
daemonsetAnnotations:
qovery.annotations.service
podAnnotations:
qovery.annotations.service
additionalLabels:
qovery.labels.service

clusterChecksRunner:
deploymentAnnotations:
qovery.annotations.service
podAnnotations:
qovery.annotations.service
additionalLabels:
qovery.labels.service

Does this feature work with Qovery BYOK?

Yes, it works with all our Qovery options, including our BYOK (Bring Your Own Kubernetes) option.

Can I customize what this feature does automatically?

You can with Qovery BYOK, but not with the Qovery Managed Kubernetes option.

Next Step: Supporting OpenTofu (Terraform)

Our journey doesn't stop here. We're excited to hint at our next big venture: integrating OpenTofu as a first-class citizen to make Terraform module deployment as easy as with Helm for Platform Engineers and Developers. Stay tuned :)

Conclusion

You can now deploy your Helm Chart right from Qovery. This brings additional flavors and simplifies Helm Chart deployment for all your developers. You no longer need to use Lifecycle Job or directly connect to your Kubernetes cluster to do it.

Feedback appreciated

Please provide your feedback. We are eager to hear more about your usage and what you like/dislike. Our forum is the best place for sharing your input.

Share on :
Twitter icon
linkedin icon
Ready to rethink the way you do DevOps?
Qovery is a DevOps automation platform that enables organizations to deliver faster and focus on creating great products.
Book a demo

Suggested articles

DevOps
 minutes
TPUs vs. GPUs: The DevOps Guide to AI Hardware Selection

Stop guessing on AI hardware. This DevOps guide details when to use TPUs vs. GPUs for optimal performance, cost, and framework compatibility in MLOps.

Mélanie Dallé
Senior Marketing Manager
Cloud
Business
10
 minutes
The DevOps Guide to Docker Monitoring: Tools, Best Practices, and Unified Observability

Stop tool sprawl. Compare top Docker monitoring tools (Prometheus, Datadog, Qovery) and learn how unified observability simplifies K8s debugging and speeds up feature delivery.

Romaric PhilogĂšne
CEO & Co-founder
Cloud
Heroku
Internal Developer Platform
Platform Engineering
9
 minutes
The Top 8 Tools to Build a Zero-Toil PaaS on Your Cloud

Stop managing K8s complexity. Discover the top 8 platform tools (Qovery, Rancher, Dokku) that let you build a customizable, zero-maintenance PaaS on your cloud.

Morgan Perry
Co-founder
Kubernetes
 minutes
How to Deploy a Docker Container on Kubernetes: Step-by-Step Guide

Simplify Kubernetes Deployment. Learn the difficult 6-step manual process for deploying Docker containers to Kubernetes, the friction of YAML and kubectl, and how platform tools like Qovery automate the entire workflow.

Mélanie Dallé
Senior Marketing Manager
Observability
DevOps
 minutes
Observability in DevOps: What is it, Observe vs. Monitoring, Benefits

Observability in DevOps: Diagnose system failures faster. Learn how true observability differs from traditional monitoring. End context-switching, reduce MTTR, and resolve unforeseen issues quickly.

Mélanie Dallé
Senior Marketing Manager
DevOps
Cloud
8
 minutes
6 Best Practices to Automate DevSecOps in Days, Not Months

Integrate security seamlessly into your CI/CD pipeline. Learn the 6 best DevSecOps practices—from Policy as Code to continuous monitoring—and see how Qovery automates compliance and protection without slowing development.

Morgan Perry
Co-founder
Heroku
15
 minutes
Top 10 Heroku Alternatives: When Simplicity Hits the Scaling Wall

Escape rising Heroku costs & outages. Compare top alternatives that deliver PaaS simplicity on your own cloud and scale without limits.

Mélanie Dallé
Senior Marketing Manager
Product
Infrastructure Management
Deployment
 minutes
Stop tool sprawl - Welcome to Terraform/OpenTofu support

Provisioning cloud resources shouldn’t require a second stack of tools. With Qovery’s new Terraform and OpenTofu support, you can now define and deploy your infrastructure right alongside your applications. Declaratively, securely, and in one place. No external runners. No glue code. No tool sprawl.

Alessandro Carrano
Head of Product

It’s time to rethink‹the way you do DevOps

Say goodbye to DevOps overhead. Qovery makes infrastructure effortless, giving you full control without the trouble.