Operations | Monitoring | ITSM | DevOps | Cloud

Our 2025 Cybersecurity & Compliance Predictions, from AI to Zero Trust

2025 will continue the theme of powerful business and technological transformation under a never-ending barrage of cyber threats that are spawning faster and evolving in more complex ways than ever. To ward off an increasingly sophisticated community of threat actors, we’ll need to innovate faster than the speed of the threat landscape — but how?

Feature Friday #39: The power of lists and implicit iteration

Implicit list iteration in CFEngine is quite a unique and novel feature. Today we look at a practice example showing how lists can improve the readability and maintainability of your policy. A novel feature in CFEngine is how a list variable is iterated when referenced as a scalar ($(variable)). Let’s take a look at a contrived example.

Invisible Automation: The Best Tools Are The Ones You Forget About

I recently had a conversation with one of our customers at AWS re:Invent that made me rethink the true value of automation. This customer told me, “You’ve automated so much for us that we almost forget about Qovery. Nobody even asks how to do things anymore.” That statement stuck with me.

HPC Configuration: How Configuration Management Can Enhance AI Workload Efficiency

High-performance computing (HPC) configuration has become paramount for AI workloads. Companies investing in AI workloads often find themselves with predictable problems: Lots of nodes that are hard to integrate and harder to manage together, under-utilized resources, deployment struggles, inconsistent configurations, and drift.

The Rise of DevOps Copilots: A New Era of Automation and Intelligence

As the demands of modern software development continue to grow, so too does the complexity of DevOps. To keep pace, many organizations are turning to AI-powered assistants that help manage infrastructures, streamline pipelines, and automate repetitive tasks. These assistants are known as copilots, and they promise to enhance productivity while reducing operational overhead. But not all of them are created equal.

What is Runbook Automation and Best Practices for Streamlined Incident Resolution

As organizations scale, managing IT systems and resolving incidents efficiently becomes increasingly complex. Manual processes, while functional in smaller setups, often fall short in speed, accuracy, and scalability. Enter Runbook Automation (RBA)—a transformative approach to streamline and standardize incident resolution. This blog explores what Runbook Automation is, its significance in modern IT operations, and best practices to implement it effectively.

Feature Friday #38: Developing modules that take input

CFEngine build modules are great for quickly integrating 3rd party policy into your policy set. Module input (not to be confused with inputs in body common control or body file control which are the list of policy files to load) allows you to define values that apply for a particular module as it’s integrated into your policy set. Let’s take a look at a case of extending a module to support input.