Operations | Monitoring | ITSM | DevOps | Cloud

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

RabbitMQ Logs: Monitoring, Troubleshooting & Configuration

If your RabbitMQ queues keep growing and you have no idea why, or if messages aren’t getting picked up like they should, logs can save you a lot of guesswork. They’re basically a detailed record of what’s happening behind the scenes. This guide breaks down where to find RabbitMQ logs, how to set them up, and what to look for when things start acting up. Consider it your go-to cheat sheet for keeping RabbitMQ running smoothly.

Top 7 Microservices Monitoring Tools to Consider in 2025

Let's talk about keeping those microservices in check. If you're running a distributed system (and who isn't these days?), you know the drill – more services mean more potential failure points. We've got the lowdown on the best microservices monitoring tools that'll have your back in 2025.

5 Shortcomings of Traditional IT CMDBs and Why You Need a Data Center CMDB

Many organizations use a traditional IT CMDB for tracking IT assets, but relying solely on it can create blind spots in data center operations. A Data Center CMDB is purpose-built to address these challenges, offering deeper visibility, real-time insights, and operational efficiency. It is crucial to understand the difference between the two CMDBs and why switching to a Data Center CMDB could result in more optimization and efficiency.

A Guide to Retiring SDH & TDM Networks

The telecommunications industry is witnessing a significant transformation as operators realize the urgent need to retire their legacy Synchronous Digital Hierarchy (SDH) and TDM networks. With the advances of packet networks, this migration is not just a necessary transition but a strategic opportunity to enhance service offerings and operational efficiencies.

LightMesh + AWS: Secure Subnet Discovery and Unified IPAM at Scale

LightMesh now integrates with AWS, providing automated discovery and unified management of your cloud networking resources. This powerful integration eliminates fragmented visibility across VPCs and regions, giving you real-time insights into your entire AWS infrastructure through a single, intuitive platform.

Drift Away: The Hidden Risk of Large-Scale Kubernetes Environments

Configuration drift is a silent but persistent challenge in managing Kubernetes environments at scale. Whether you’re running workloads across multiple clusters in on-premises data centers, cloud providers, or edge locations, the risk of drift increases exponentially as environments grow. According to a Komodor survey, 40% of Kubernetes users report that configuration drift negatively impacts the stability of their environments.

AI On A Budget: Low-Cost Strategies For Running AI In The Cloud

AI costs can spiral out of control before you know it. One day you’re building an AI feature that promises to bring in a solid chunk of revenue for the company. The next day you’re obsessing over an astronomically high cloud bill that will significantly eat into your profits — or consume them entirely. To help you solve this problem, we brought in Jeremy Daly, Director of Research (and AI cost management guru) at CloudZero.

Automating API Mocks in Your CI Pipeline with proxymock

When running tests in a CI/CD pipeline, relying on external APIs can introduce instability, slow down execution, and even lead to failed builds due to rate limits or API downtime. Fortunately proxymock provides a solution by capturing API interactions and running a local mock server, enabling fully isolated and repeatable tests. In this blog, we’ll demonstrate how to integrate proxymock into a GitHub Actions CI pipeline using a demo app called outerspace-go.