Operations | Monitoring | ITSM | DevOps | Cloud

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

Evidence as an Input

Evidence isn’t something you produce at the end — it’s something every control generates for the next one. In this video, Mike Long (CEO & Co-founder, Kosli) explains how vulnerability scans produce evidence tied to the artifact fingerprint and the policy file used, and how that evidence becomes an input to downstream controls like release approvals. This is the core of reusable, continuous compliance.

How the Best IT Help Desk Automation Gives Tickets the Context They Should've Had All Along

IT help desk automation has evolved far beyond scripts and workflow triggers. It refers to intelligent, agentic systems that enrich, triage, diagnose, and recommend or execute actions before a human ever touches the ticket. Modern automation gathers the context engineers normally have to hunt for and presents issues as decision-ready cases. In IT, we love predicting the end of things: data centers, passwords, and yes, tickets. Zero Ticket IT often gets misunderstood in that same category.

AI adoption is messy. Here's how engineering leaders are taming the chaos.

There's a moment every engineering leader hits when implementing AI where they realize that no one really knows what they're doing. Not your competitors. Not the consultants. Not even the executives pressuring you to show results yesterday. Everyone is figuring this out in real time, and beneath the confident vendor pitches and LinkedIn thought leadership, the truth is messier than anyone wants to admit.

AI & FinOps: The New Power Duo Driving Modern Profitability

FinOps teams have been expected to understand millions of dollars in cloud and AI spend using tools that a handful of (usually technical) specialists can operate. Dashboards, filters, exports, and SQL have been the norm. That era is over. CloudZero is now bringing AI directly into the FinOps workflow so anyone in the business can ask natural-language questions about cloud and AI spend, and get accurate answers back from the platform.

Preparing your eCommerce platform performance for Black Friday

This blog is based on an Upsun livestream discussion featuring Guillaume Moigneu, Field Engineer, and Thomas di Luccio, Product Manager at Upsun. The conversation was moderated by Greg Qualls. We utilized AI tools for transcription and to enhance the structure and clarity of the content. When Black Friday approaches, the stakes are high for eCommerce businesses.

The Domain Management Framework Ops Teams Should Be Using in 2026

You've probably had that moment. A minor outage hits production, and after a few hours of head-scratching, someone traces it back to a domain issue. Expired records, a DNS change that didn't propagate, a forgotten subdomain pointing to nothing. It always seems small-until it's not. And in most Ops teams, domains are still treated like static assets when they're anything but.

Why Monitoring the Physical Environment Matters: From Data Centers to Factory Floors

Physical environment monitoring is the practice of measuring and tracking environmental conditions that directly affect equipment, people, and operational continuity. While digital systems dominate modern operations, physical conditions still determine whether those systems perform reliably or fail unexpectedly. A single temperature spike, humidity imbalance, or power fluctuation can undo layers of software redundancy.

How to Test Your React Frontend When the Backend Is Offline

Picture this: You’ve spent hours perfecting your React component. The animations are smooth, the responsive design works flawlessly, and you’re ready to test the user flow. You click “Submit” and… nothing happens. Or worse, you get a cryptic CORS error. The problem? Your backend isn’t running. Again.