Operations | Monitoring | ITSM | DevOps | Cloud

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

Getting the most out of Flyway Code Analysis | The Tony and Tonie Show

Flyway will automatically check pending migration files for code smells using built-in and customizable rules. In this episode, Tony and Tonie discuss not one but two Phil Factor articles! One explains how to get started, and the other provides a starter pack of custom regex rules to help teams implement their own coding standards and describes how to maintain your rule library efficiently as it grows.

Understanding Docker monitoring: A comprehensive list of key Docker metrics

In today’s fast-paced development landscape, containerization has become a cornerstone for deploying scalable and efficient applications. Docker, as one of the most popular container platforms, offers a robust environment for building and running containers. However, with great power comes the need for greater scrutiny, i.e., Docker monitoring or observability. Understanding Docker metrics is key to maintaining optimal performance and ensuring your containerized applications run smoothly.

An Ode to OpsGenie: A Look Back at One of Ops' Most Loved Tools

With the news of OpsGenie shutting down and everyone looking for possible alternatives, we wanted to take a moment—not just to acknowledge the end, but to rewind and revisit the journey that brought them here. Over the years, it carved out a meaningful place in a competitive market, and in the workflows of thousands of teams. This is a look back at where it all began, what made OpsGenie different, and the mark it leaves behind.

25+ AWS Monitoring Solutions And Best Practices You Need In 2025

AWS is one of the most popular public cloud platforms, offering over 240 cloud services. Despite the cloud provider’s efforts to make its tools easy to use, managing the vast array of AWS resources and services can be challenging. For example, AWS environments require continuous monitoring to determine what changes need to be made to reduce costs, improve performance, and secure your systems. This is where AWS monitoring tools, services, and best practices can help.

How DevSecOps Automation Should (and Will) Change Your DevOps Security Practices in 2025

Learn how to use automation to combat this year's emerging DevSecOps trends. The dream of DevSecOps has always been resilience. To focus on proactive strategies rather than reactive firefighting; to learn from failures and build something stronger and more flexible in their wake. DevSecOps adoption may have grown, but implementation remains uneven: Many teams struggle to align their security and development workflows into a cohesive system.

How does MongoDB work?

Data is essential for gaining a competitive advantage in business. It has the power to reveal new insights that offer opportunities for profit, efficiency, and operational scaling. This is why organizations of all sizes and industries are eager to leverage data for an edge in the marketplace. However, working with data can be challenging for many businesses due to various obstacles like database storage scalability, security, and compliance.

The future of Kubernetes networking: Cilium and other CNIs with Canonical Kubernetes

Choosing the right Container Network Interface (CNI) for Kubernetes is critical to achieving optimal performance, security, and scalability. With the launch of Canonical Kubernetes LTS (long-term support) last month, Canonical decided to integrate Cilium as the default CNI in order to reflect our commitment to delivering a modern, security-maintained, high-performance Kubernetes experience.

When Should You Enable Trace-Level Logging?

There’s nothing like debugging a broken system at 2 AM, running on caffeine and frustration. When everything’s on fire, logs are your lifeline. That’s where trace-level logging comes in. Unlike standard logs, it captures the step-by-step execution of your code—think of it as the difference between a crime report and full CCTV footage. But more logs don’t always mean better debugging. Too much detail, and you’re drowning; too little, and you’re guessing.

Why Do You Need a Redis Monitor in Place?

Redis Monitor is a simple yet powerful command-line tool that displays every command processed by a Redis server in real-time. It provides visibility into exactly what’s happening inside a Redis instance as it happens. Running a single command can uncover hidden performance issues: The output reveals thousands of unexpected HGETALL operations on a key that should be accessed infrequently. This exposes a Redis call inside a loop, causing unnecessary database strain.