Operations | Monitoring | ITSM | DevOps | Cloud

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

The New Retrospective Experience Is Now Available to All

A great retrospective isn’t just about documenting what happened — it’s about bringing your team together to uncover the insights that lead to real improvements in your process, roles, and technology. But to make that happen, retrospectives need to be structured enough to be effective, flexible enough to fit your team, and easy to collaborate on. That’s exactly what we set out to build.

JFrog's Release Lifecycle Promotion vs. Build Promotion

We here at JFrog have long advocated for promoting – never rebuilding – release candidates as they advance across the stages of your SDLC. For many JFrog customers, that meant using JFrog’s “Build Promotion” capabilities. Now you can level up your CI/CD game with promotions using Release Lifecycle Management (RLM)! In this article we’ll show you why promotions with RLM are more simple, secure, and scalable than our legacy build promotion API.

Building Production-Ready AI Infrastructure: How Megaport and Vultr Are Solving the Enterprise Challenge

In bridging traditional enterprise environments with modern GPU resources, we're helping organizations build AI infrastructure that's truly ready for production workloads. Co-authored by Duncan Ng, Vice President Solutions Engineering, Vultr As enterprises move from AI experimentation to production deployment, most are realizing a fundamental truth: Successful AI adoption requires more than just access to GPU computing power.

3 Companies That Repatriated Workloads from the Cloud and Their Results

In recent years, many businesses have begun a process known as cloud repatriation. Cloud repatriation is when companies migrate their applications, data, and workloads from the public cloud to on-premises infrastructure. According to IDC, 70-80% of companies are repatriating at least some of their data each year.

AI in 2025: is it an agentic year?

2024 was the GenAI year. With new and more performant LLMs and a higher number of projects rolled out to production, adoption of GenAI doubled compared to the previous year (source: Gartner). In the same report, organizations answered that they are using AI in more than one part of their business, with 65% of respondents mentioning they use GenAI in one function.

Understanding AWS SNS Pricing: Features, Benefits, And Cost-Saving Strategies

A reliable notifications system can send highly scalable, multi-protocol messages — via email, SMS, or apps — all from one platform. For example, you can send timely cost anomaly alerts directly to your developers on Slack to alert them to potential overspending before it becomes a board meeting emergency. So, what does this have to do with Amazon SNS pricing? Let’s start at the beginning to better understand what you’re paying for when you get that AWS SNS bill.

How to Filter Docker Logs with Grep

Managing logs in Docker can quickly become overwhelming, especially when dealing with multiple containers. If you’ve ever tried to sift through a sea of log entries looking for a specific error or debugging message, you know the struggle. Fortunately, you can pipe docker logs output through grep to filter logs efficiently. This guide breaks down how to use docker logs grep it effectively, including practical examples to help you debug and monitor your containerized applications like a pro.