Operations | Monitoring | ITSM | DevOps | Cloud

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

What Is a Network Assessment, and What Is a Network Audit?

These days, networks are larger and more complex than ever. It’s all too easy to fall short when managing performance, security, and compliance. That’s where network assessments and network audits can help. Both network assessments and network audits can give you a more comprehensive understanding of your network and its current strengths, weaknesses, and threats. As a result, you can quickly identify and resolve issues.

How to test Istio and other service meshes

Part of the Gremlin Office Hours series: A monthly deep dive with Gremlin experts. Service meshes bring applications together, but not always reliably. Even the most well-configured Istio deployment can have unexpected reliability risks that aren’t apparent until you’re already in production. Latency, single points of failure, poorly defined APIs—these problems can grow beyond a single service and impact the user experience for your entire application.

The Complete Guide to Observing RabbitMQ

Message queues quietly power a lot of what happens behind the scenes in distributed systems. RabbitMQ is no exception—when it’s working, you don’t notice it. But when it’s not, things break in ways that are hard to trace. This guide walks through what you need to monitor in RabbitMQ, how to set it up, and how to troubleshoot when things go wrong—so you’re not stuck guessing when messages go missing.

Track MongoDB Performance Metrics Without the Noise

When your MongoDB database slows down, it affects your entire application stack. Performance issues can range from minor inconveniences to major outages, making a solid understanding of MongoDB metrics essential for any DevOps engineer. This guide covers the key performance metrics you need to monitor in MongoDB, how to interpret what you're seeing, and practical steps to resolve common issues.

DevSecOps in Bitbucket Cloud | The Developer's Edge | Atlassian

In this video, we’ll discuss how to implement DevSecOps workflows within Bitbucket. I’ll also explain our native security scanning tools, which help developers identify vulnerabilities before they deploy, and how platform teams set merge and deployment policies and enforce them at scale across the organization. About Atlassian: Behind every great human achievement, there is a team. From medicine and space travel to disaster response and pizza deliveries, we help teams all over the planet advance humanity through the power of software. Our mission is to help unleash the potential of every team.

From Firefighting to Future-Building: The Human Journey to Zero Ticket IT

In today’s era of AI-powered transformation, the excitement around automation is palpable. Technology leaders race to deploy AI agents, build self-healing systems, and create digital environments that seem almost magical in their seamlessness. But amid all the buzz about automation and efficiency, it’s crucial we don’t lose sight of the most powerful force behind any successful transformation: people.

How to Strengthen Your SDLC Audit Trail with Improved Access Control in Kosli

Automating SDLC Governance is one of our key use cases. Kosli gathers all of the evidence your engineering teams need for change management and audit by recording every step in their SDLC, from commit to production, across all of their CI/CD tools. But robust SDLC governance doesn’t just depend on gathering all the necessary data - it also depends on controlling who can add to that data. And that’s exactly what our new access control feature solves.

Which hosting strategy wins for enterprise Magento?

When you’re running an enterprise-level Magento store, you can’t afford to leave infrastructure decisions to chance. With large product catalogs, high transaction volumes, and complex integrations, your hosting choices can directly impact your bottom line—and your sanity. The right solution gives you the performance, reliability, and scalability you need while reducing complexities, maintenance overhead, and cost.

Common Magento deployment pitfalls and how cloud automation fixes them

Magento is a powerful eCommerce platform, trusted by businesses large and small for its flexibility and robust feature set. Yet, anyone who has managed a Magento project knows it can be an adventure—especially during deployment. Misconfigured environments, extension conflicts, and unpredictable performance are just a few issues that can turn a routine release into a hair-pulling session.

Fix flaky CI tests by chatting with your IDE

Flaky tests are a serious productivity problem. When tests sometimes pass and sometimes fail without code changes, they undermine trust in your CI pipeline and drain time from engineering teams. Debugging them often turns into a slow process of chasing logs, rerunning builds, and trying to guess what went wrong. This post shows how to quickly detect and fix flaky tests directly in your IDE by chatting with an AI assistant.