Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

What is cloud parity? The future of flexible and sovereign cloud computing

Back in 2024, I officially put a name to a concept at Civo we had been developing for many years. I called it cloud parity. When Civo was incepted, two completely different worlds existed, the public cloud dominated by Amazon, Microsoft and Google, and the private cloud dominated mainly by VMware.

Top Data Center Management Trends to Watch in 2026

The pace of change in data center operations shows no sign of slowing, and 2026 is shaping up to be another year of rapid evolution. AI-driven demand is accelerating, hybrid architectures are growing more complex, and capacity constraints are forcing teams to rethink how they plan and operate their environments. Against this backdrop, data center professionals are reassessing the tools, processes, and strategies they rely on every day.

Building dbRosetta Part 5: We Need an API

Because I don’t want to have to fight with our support team (they’re awesome, but busy) I decided that, initially, I’m going to host dbRosetta at ScaryDBA.com. I have full control of the web site, and I won’t be breaking Redgate Software entirely if I accidently do something silly. Before starting the process of developing our next prompt, or set of prompts, I discussed the project with CoPilot. We agreed to break the next part into two pieces.

How Self-Service Workflows Transform Developer Productivity

Forget the ticket queues and slow handoffs. Harness Workflows let developers spin up services, environments, and everyday ops tasks in minutes. It’s self-service that’s fast, safe, and actually fun to use. A developer once told me, half-joking and half-frustrated, “I spend more time waiting than coding.” It wasn’t the dramatic kind of waiting, like an hour-long debugging session or a blocked deployment at midnight.

CI/CD for Go Microservices on Scaleway Kubernetes with CircleCI

Development teams depend on microservices to build, deploy, and scale features independently. Microservices have become the backbone of modern, scalable applications. Scaleway’s managed Kubernetes service (Kubernetes Kapsule) offers a powerful, cost-effective platform for running containerized workloads in the cloud. It’s a great fit for startups and solo engineers who want to focus on shipping features, not managing infrastructure.

FinOps Insights for IT Leaders

FinOps insights for IT leaders often focus on cloud spend, but IT leaders know that real cost drivers extend across hybrid environments. Achieving clarity requires more than budget reports. It requires understanding how workloads behave over time, how performance and capacity shift, and where visibility gaps hide operational and financial risk. To support those efforts, we sat down with Tim Conley, creator of Galileo, to explore practical FinOps insights for IT leaders.

How ADP Modernized Feature Delivery With Harness (105% ROI Case Study)

In this customer success story, ADP leaders share how Harness Feature Management enabled them to move faster, innovate safely, and scale to millions of daily users across MyADP and the ADP Mobile app. Featuring: Chris Davis, VP of Development for MyADP & ADP Mobile Josh Steverson, Principal Engineer Patrick Laughlin, Principal Application Developer The Challenge ADP relied on multiple internally built systems — different tools for mobile, web, trunk-based development, and config.

The Last Mile - Why Banks Must Automate Trust to Gain Velocity

The financial service industry has spent years modernising their software delivery pipelines. Build and test cycles are fast, infrastructure is automated, and engineering capability is no longer the bottleneck. The slowdown now occurs at the end of the process: the last mile, where a change must prove it is safe before it can enter production. This final step is governed by a trust layer with people in it.

How to Track Down the Real Cause of Sudden Latency Spikes

Start with distributed tracing to find which service is slow, then use continuous profiling to see why the code is slow, and finally apply high-cardinality analysis to identify which users or conditions trigger the problem. It's 2 AM. Your phone buzzes. Users are reporting timeouts. The metrics dashboard shows p99 latency spiking from 200ms to 4 seconds, but everything looks normal—CPU at 60%, memory stable, no error spikes. A quick pod restart helps briefly, then latency climbs right back up.

Stop Treating Models Like Magic, Start Treating Them Like Binaries

In my previous posts, we discussed the where and the how of managing your ML assets. We showed you how JFrog Artifactory acts as a powerful, universal model registry (the “where”) and how the FrogML SDK serves as the gateway to get your models and metadata into it (the “how”). Now, let’s talk about the why.