Operations | Monitoring | ITSM | DevOps | Cloud

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

What is AIOps and What Happens When IT Runs Itself?

The scale of modern IT is outpacing human capacity. Microservices, multi-cloud deployments, and the Internet of Things (IoT) have created a complex IT ecosystem, generating an exponential volume of operational data. Traditional operations teams, regardless of their skill, struggle to keep up. Because of this, forward-looking leaders are adopting AIOps in IT, not as an upgrade, but as a foundational shift.

The Power of JFrog Artifactory as Your Model Registry

In my previous blog, we demonstrated how the FrogML SDK streamlines the process of integrating custom-built or publicly sourced models from your IDE into JFrog Artifactory. Now that your models are securely stored, versioned, and managed, the natural next question arises: “Ok, so you have some models in JFrog Artifactory, now what?” This is where the real power of the JFrog Platform comes into play.

OpenTelemetry Spans Explained: Deconstructing Distributed Tracing

In a microservices architecture, a single user request can pass through multiple services before completing. When performance drops or an error occurs, tracing that journey is the only way to locate the source. Distributed tracing provides that visibility. At its core are OpenTelemetry Spans — units of work that capture what each service does during a request.

What we learnt from our panel discussion on AI in the UK

At Civo Navigate London 2025, we hosted a panel discussion with Josh Mesout, James Faure, Abdul Hummaida, Jonas Vermeulen, and Daniel Miodovnik to discuss the latest trends and challenges in AI adoption. Through this conversation, the panelists covered topics such as the current state of AI adoption to the challenges of scaling AI, and the future of work.

EKS Pricing And Cost Optimization (2025 Guide)

AWS did not intend to build Amazon EKS; it simply had to. Kubernetes adoption beamed light years ahead of AWS’s own managed container orchestration service. This forced AWS to develop a managed service to accommodate customers who wanted to use upstream Kubernetes but did not want to manage it themselves. As soon as AWS got around to it, it knocked the Kubernetes-based container management service out of the park. Not only is Amazon EKS simpler than Kubernetes, but EKS pricing may also be worth it.

DevOps & Observability for Digital Catalogs: faster releases, fewer outages

Digital catalogs have become a core sales engine, not just a glossy PDF on a server. They power discovery, merchandising, and conversion across web and mobile experiences. When a catalog powers real revenue, the way you build and run it starts to look a lot like modern software delivery. That's where DevOps and observability enter the picture: practices that shorten release cycles, reduce risk, and keep customer experiences fast and available even on your biggest traffic days.

Simple Talk Podcast - Coffee Chat with Lee Brownhill

Steve sits down with Lee Brownhill, who by day helps clients optimize their SQL workloads in Azure and AWS at Cloud Rede, but is also a Redgate Ambassador, blogger and aspiring speaker. Lee talks about his interest in giving back to the SQL Server community through writing and speaking, having taken inspiration from others online and in-person at events, and naturally the conversation also touches upon AI, the cloud, and more.

Fix flaky tests in your sleep with Chunk by CircleCI

A test fails. You rerun it and it passes. You shrug and move on. This is how most teams deal with flaky tests. The “rerun until green” approach works in the moment, and rerunning from failed tests is a useful way to confirm whether a failure is real. But reruns don’t fix the underlying issue. Over time, they burn CI resources and can hide real instability in your code. On the other hand, fixing flaky tests can mean hours of work.