Operations | Monitoring | ITSM | DevOps | Cloud

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

Why Connectivity Is the Next Growth Opportunity for Managed Service Providers

Learn how NaaS helps MSPs add connectivity services and respond faster to customers without building a global network. For many Managed Service Providers (MSPs), connectivity is still the part of a customer solution they control the least. An MSP may manage the cloud environment and secure access to it, but adding a circuit can still mean carrier lead times and manual coordination. Options may also narrow when the customer enters a new market. This reality doesn’t match with customer expectations.

Can You Prove Your AI Agents Are Paying Off? Most Developers Can't

We put a blunt question to developers on a recent live webinar: right now, could you actually prove AI agents are paying off for you or your team? Only 24% said yes. The other 76% were guessing, unsure, or already suspicious that agents are costing more than they’re saving. That gap between adoption and proof is the real story in agentic development right now. Teams aren’t behind on running agents. They’re behind on knowing whether it’s working.

dbForge Studio for PostgreSQL + AI Assistant: Features and Use Cases

PostgreSQL database development involves much more than writing and executing queries. Developers build applications, DBAs maintain database performance and reliability, analysts turn raw data into insights, and DevOps teams automate database delivery through CI/CD pipelines. In this video, you will see how dbForge Studio for PostgreSQL brings database development, management, data analysis, reporting, and automation into a single AI-powered PostgreSQL IDE.

Moving Beyond OOM Kills: Introducing Memory QoS in Kubernetes 1.37

Table of Contents For most of Kubernetes’ history, memory management has been a blunt instrument. Cross your limit, and the kernel kills your container. There has been no equivalent to CPU throttling, no graceful backpressure, just a hard stop. With Kubernetes 1.37, that changes: Memory QoS, built on cgroups v2, graduates to Beta and is enabled by default.

Policy-as-code vs. policy-as-documentation: The difference that matters

A documented policy only works if every engineer remembers it, every time, under deadline pressure. That's the gap policy-as-code closes. This video covers what that actually looks like in practice: The instructions don't change. What changes is whether something actually enforces them, or just hopes someone reads them.

How to Break Into Network Engineering With Network+ and No Prior Experience

Breaking into network engineering can feel difficult when every job posting seems to ask for experience you do not have yet. But experience does not always have to start with a full-time networking role. Certifications, hands-on labs, personal projects, and entry-level IT work can all help you build the foundation employers expect.

When login systems become an ops problem

SSO usually enters a company as a convenience project. People are tired of juggling passwords, new employees need access faster, and security wants fewer loose credentials floating around the business. At first, that sounds like a clean IT improvement. Then the company grows, tools multiply, teams work across more environments, and login becomes part of the operating layer that keeps the whole business moving.

SaaS Sprawl Is Becoming an IT Problem: Here's How to Bring It Under Control

For most organizations, SaaS sprawl does not begin with a bad technology decision. It starts with a useful tool. Marketing needs a new analytics platform. Sales adopts prospecting software. HR adds an applicant tracking system. Engineering signs up for another monitoring service. Someone discovers an AI tool that saves several hours a week and puts it on a company card. Each purchase makes sense on its own.

How to Use Claude Code with CircleCI to Fix Failed Builds

Give Claude Code direct access to CircleCI and let it diagnose failed builds, fix issues, and keep iterating until your pipeline is green. In this tutorial, we walk through how to connect Claude Code to CircleCI using the CircleCI CLI. You’ll see how Claude can read pipeline results, identify test failures, make fixes, trigger new builds, and monitor CircleCI without leaving the terminal.

How to set up CircleCI with Cursor Origin

CircleCI now integrates with Cursor Origin, bringing scalable CI/CD to Origin-hosted repositories. In this demo, see how to connect an Origin repository to CircleCI, configure your pipeline triggers, run a build, and report CI status back to your Origin pull request. Already using CircleCI? Your existing.circleci/config.yml works as-is, with no Origin-specific CI syntax or separate config to maintain.