Operations | Monitoring | ITSM | DevOps | Cloud

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

Resolve's Agents of IT podcast - Ep. 16 - Can AI Fix Broken Work Without Breaking Security?

In this episode of Agents of IT, host Ari Stowe sits down with producer Ian Coppock for a fast-paced, no-filter discussion on one of the hottest topics in enterprise tech: AI, security, and the reality of modern work. Is AI introducing new security risks, or just exposing the ones that were already there? The answer is both. From overprivileged access to machine identities, Ari and Ian break down what’s actually changing and what isn’t. They challenge the idea that AI alone will fix broken workflows and explore why intentional design, guardrails, and orchestration matter more than ever.

Expanded Chart View: Investigate Without Leaving the Chart

Charts in Netdata have always been interactive. You can zoom, pan, select time ranges, and see per-second granularity across thousands of metrics. But when you spotted something interesting, the next steps usually meant leaving the chart: opening another tab to check a related metric, navigating to the correlation tool, or pulling up a different time range for comparison. The investigation workflow lived outside the chart, even though the chart was where the investigation started.

Enable self-service environments with Harness Internal Developer Portal

Learn how to enable self-service environments with an internal developer portal (IDP) and CI/CD automation. You’ve automated deployments with Harness CD, but what about the environments those deployments run on? In this quick demo, see how Harness Environment Management completes the picture by making environments self-service, standardized, and fully lifecycle-managed. Together, CD + Environment Management close the loop on modern software delivery.

Full Deployment Lifecycle Automation with ENV Zero | Infrastructure Automation Solution

Welcome to another ENV Zero Topic Talk! In today’s session, we dive into Full Deployment Lifecycle Automation. Discover how ENV Zero automates every step of your deployment—from code commit, to testing, and post-deployment validation, all within a unified pipeline. Learn how this solution improves productivity, reduces errors, and ensures faster, more reliable delivery. Ready to streamline your deployment process?

Why Autonomous AI Agents Can't Run on SaaS Infrastructure

The era of the “copilot” is ending. We are moving rapidly toward the era of the autonomous software factory, where autonomous agents don’t just autocomplete our code—they investigate, plan, test, and merge entire features while we sleep. But this shift has exposed a critical flaw in how we consume AI. For the past decade, the default motion for enterprise software has been SaaS. It’s easy, frictionless, and managed by someone else.

CertKit is out of beta

CertKit is officially out of beta. We started building CertKit a year ago, and since then over 600 people signed up, issued certificates, and deployed to their infrastructure. Several are running it as their production certificate management platform right now. We built a lot during the beta. Some of it we planned: SSO, team management, alerting. Other things, users had to beat into us. The Keystore came from enterprise security requirements to keep private keys in house.

How to Evaluate Enterprise Service Desk Automation Platforms (Before You Buy)

The market for enterprise service desk automation platforms has matured, but the way most enterprises evaluate them hasn’t. A lot of teams still start in the same place. They pull a shortlist from a review site, they compare pricing tiers, and sit through a few polished demos. Then, somewhere down the line, they realize they still haven’t answered the real questions that matter for their organization. What happens when the environment gets complicated and messy?

How instant environment cloning reduces the "Triage Tax"

The most expensive hour in software engineering is the hour spent trying to figure out why a bug exists in production that doesn’t exist anywhere else. For many teams, the first 70% of a debugging cycle isn't spent fixing code; it is spent on "plumbing." This is the time lost to reproducing the issue, wrestling with environment drift, and sanitizing datasets just to get to a starting line.

Using Open Policy Agent (OPA) with Terraform: Tutorial and Examples [2026]

Infrastructure as Code (IaC) solves the provisioning problem. It doesn't solve the governance problem. You can version your Terraform configuration, run it in a pipeline, review every pull request — and still deploy an S3 bucket with public access, a VM with no encryption, or a resource that exceeds your cost budget. Nothing in the standard IaC workflow checks for those things. The reviewer has to know what to look for. And they won't catch it every time. Policy as Code changes that.