Operations | Monitoring | ITSM | DevOps | Cloud

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

The True ROI of Cloud Migration: Modernization, and AI Unlock

For years, the cloud migration business case was framed around one comparison: “Will AWS be cheaper than our data center?” That question still matters, but it is no longer where the value is. The 2017-2024 wave of mass migration is largely complete. Most enterprise workloads are already in the cloud - often in a lift-and-shift state: oversized instances, commercial-OS BYOL, on-prem-shaped network designs, and legacy frameworks that block the next step.

PostgreSQL and MariaDB autoscaling: how full-stack autoscaling closes the database gap

When platform providers talk about autoscaling, they usually mean one thing: application autoscaling, adding or removing web instances based on traffic. The pattern is well understood. Define a metric, set a threshold, and let the platform act on it. Most platforms still leave database capacity as a separate, mostly manual problem. Teams either pre-provision for the worst hour of the worst day, upgrade plans on a calendar, or wire together their own scaling logic on Kubernetes or RDS.

Why Communities Hate Data Centers and How DCIM Can Help

Across the United States, data center projects are being stalled, local governments are putting ordinances in place to limit data center buildouts, all because people hate data centers. Due to community pushback, in Q1 2026 alone, over $130 billion’s worth of AI data center projects has been blocked or delayed.

Sneak Peek: AI Powered Monitoring with MetricFire MCP Server | The Future of Observability

Get an exclusive first look at MetricFire's upcoming MCP (Model Context Protocol) Server and see how we're bringing AI-powered observability to Hosted Graphite. The MetricFire MCP Server gives AI assistants a secure way to interact with your monitoring data through purpose-built tools. Instead of manually searching dashboards and metrics, you can simply ask questions in natural language. Imagine asking.

Cortex | Tabular Views Now in Public Beta

The World Cup is down to the final two, and so is Cortex's Coming Home Dashboard. In this Feature Friday, VP of Strategic Initiatives & Marketing Cristina Buenahora walks through an update on the Coming Home Dashboard she and Edward Spencer built a month ago, and the product update behind it. What she covers: Whether you're tracking brackets or tracking engineering maturity, the view's the same. Reach out to your CSM to try it.

AI-Powered Ransomware Is Here: How Agentic AI Is Changing Cybersecurity

AI-powered ransomware is becoming a reality. Researchers recently demonstrated autonomous AI agents that can scout networks, steal credentials, and accelerate ransomware attacks. In this 60-second Zero Ticket Minute, learn what this means for cybersecurity, IT operations, and the future of agentic AI. Can AI also help stop these attacks? Watch to find out.

Microsoft's 570 Patches Just Armed Every Attacker

Microsoft patched 570 security vulnerabilities this Patch Tuesday — but every patch is also a public disclosure. The second those fixes drop, attackers know exactly where 570 weaknesses live. The only question that matters: can you find and patch them across your entire environment before someone exploits them? The speed of discovery is only increasing. Are you ready for the velocity of this new world? Let us know in the comments.

Tracing a memory leak bug in PID 1 and contributing an upstream fix: a Linux support story

Some memory leaks are straightforward to detect. A process allocates memory, forgets to free it, and grows until something breaks. This was not that kind of leak. This is the story of how Canonical Support helped a global retail organization trace the cause for an unusual memory leak originating in PID 1, the very first process started by the kernel during the system boot sequence. The memory footprint was 10 times higher than expected.