Operations | Monitoring | ITSM | DevOps | Cloud

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

How To Use Azure Budget Alerts To Avoid Surprise Bills

You spin up a few test environments. Someone forgets to shut one down. A cost spike hits your Azure bill. And no one saw it coming. Does this sound familiar? Surprise cloud bills are still a thing today. For teams trying to balance innovation with financial discipline, the Azure Budget feature offers a first line of defence against surprise cloud costs.

Reducing Database Complexity and Size using Subsetting | The Tony and Tonie Show

Getting realistic test data from large production databases can be a challenge, especially when you're trying to keep dev environments lightweight and secure. Tony and Tonie discuss how subsetting CLI in Redgate Test Data Manager will help you quickly generate smaller, fully representative subsets automatically.

CloudWatch vs OpenTelemetry: Choosing What Fits Your Stack

Choosing the right observability setup isn’t just a checkbox—it affects how quickly you can detect issues, debug them, and keep your systems reliable. CloudWatch and OpenTelemetry take different paths to that goal: one is a managed service tightly coupled with AWS, the other a flexible, open-source framework that's becoming a go-to in modern monitoring stacks.

What is PagerDuty? Key Features & Benefits Explained

PagerDuty. You’ve probably heard it mentioned during outages or seen it in tech forums. Maybe your DevOps team talks about it, or you found it while looking for ways to handle system failures. So, what is PagerDuty exactly? And why do teams rely on it? This post breaks down PagerDuty in simple terms, explores its key features and benefits, and shows you how to get started. We’ll also introduce you to a PagerDuty alternative that might work better for your team’s needs.

Real-time Linux with Ubuntu: low-latency performance for embedded systems

Need deterministic response times for latency-sensitive applications? In this session, Edoardo Barbieri (Product Manager at Canonical) breaks down the fundamentals of real-time Linux on Ubuntu, and how it meets the demands of telco, industrial automation, and robotics use cases. Learn how Ubuntu enables predictable, low-latency performance across embedded environments. Subscribe. Fuel your curiosity.

OpenTelemetry PHP: A Detailed Implementation Guide

Monitoring complex PHP applications can be challenging. When systems span multiple services and environments, traditional logging approaches often fall short. OpenTelemetry offers a solution - an open-source, vendor-neutral framework that standardizes how we collect and export telemetry data. This guide covers practical implementation steps for DevOps engineers working with PHP applications.

Shut Down Cryptojackers and Strengthen Kubernetes Security with NeuVector

The threat landscape for cloud-native environments like Kubernetes is always on the move. Attackers continuously apply sophisticated techniques. Cryptojacking, the unauthorized use of computing resources to mine cryptocurrency, is a particularly concerning threat. Cryptojacking can lead to performance degradation, increased operational costs, and potential security breaches. Recent high-profile incidents underscore the importance of addressing these threats.

Why Performance Optimization Should Start at the Architecture Level - Not Just the Frontend

Ask most teams how they plan to optimize performance, and the answer sounds predictable: compress images, lazy-load assets, remove unused CSS, maybe run a Lighthouse audit and fix whatever it screams about. That's all great - until it does nothing. Because truth is, frontend tweaks can only take you so far. If your database queries choke under load, your API returns 1MB JSON blobs, or you're calling third-party services synchronously in the checkout flow - no amount of image compression will save you.