Operations | Monitoring | ITSM | DevOps | Cloud

{Unscripted} Autonomous Code Maintenance

Nothing drains developer productivity like codebase maintenance. The endless cycle of dependency upgrades, bug fixes, refactoring, and paying down technical debt is tedious, error-prone work that pulls engineers away from building new features. Harness Autonomous Code Maintenance (ACM) turns these manual chores into automated, intent-driven workflows. Developers can now state their intent in plain English, with prompts like, "Upgrade the front end from React 15.6 to 16.4". From there, the Harness AI agent drives the workflow.

How to Become an SRE Engineer

Site Reliability Engineering has emerged as one of the most sought-after careers in tech, combining software engineering expertise with operational excellence. SRE engineers ensure that critical systems remain reliable, scalable, and performant while enabling rapid feature development. With the global SRE job market projected to grow by over 25% in 2025, skilled professionals in this field command competitive salaries and enjoy diverse career opportunities across industries.

Grafana Campfire - UI Extensions: Enabling Cross-App Workflows (Grafana Community Call -Sept 2025)

In this upcoming Grafana Campfire Community Call, we will talk about the Grafana UI Extensions, where we will discuss how the Framework enables plugins to interoperate by adding links, components, or functions into defined places (extension points) in Grafana. We will talk about (but not limited to):What are UI Extensions and where you find the resourcesHow it can be leveraged to deliver fun new featuresAdding custom actions, links, and components to various parts in UI and much more.....

API World 2025: Growth, Memories, and Next Steps

A couple of weeks ago, our team returned from API World. We’ve officially had a few weeks to decompress and get back into the swing of things after an incredible time at API World 2025. Looking back, the experience was even more rewarding than I had imagined in my Pre-API World blog. This year was especially memorable for me, as I had the opportunity to attend my first tech conference and travel across the country for work. I’m still buzzing from everything I learned and the people I met.

Streamline Software Delivery Right From Your IDE with Amazon Kiro and Harness

The integration of Amazon Kiro and Harness’s MCP server enables developers to manage, troubleshoot, and optimize CI/CD pipelines directly from their IDE using natural language, dramatically reducing manual effort and accelerating software delivery from code generation to production.

Harness GitOps: Scaling Argo CD with Enterprise-Grade Control

Harness GitOps extends Argo CD by preserving its reconciliation loop while adding governance, audit, and RBAC through the GitOps Agent’s secure connection to Harness SaaS. Teams can choose Harness-managed or bring-your-own Argo CD and scale to multi-cluster fleets with unified dashboards, promotion pipelines, and true rollback, while Git stays the single source of truth.

AI-Powered Chaos Engineering with Harness MCP Server and Cursor

The Harness MCP Server integration with Cursor transforms chaos engineering from a complex, specialized discipline into an accessible, conversational workflow that any developer can leverage directly within their AI-powered IDE. By combining natural language prompts with comprehensive resilience testing tools, teams can discover, execute, and analyze chaos experiments without vendor-specific expertise, democratizing system reliability across DevOps, QA, and SRE functions.

Get Kafka-Nated Ep 7: Redpanda vs Kafka with Tristan Stevens

Get Kafka-Nated Ep. 7 Thursday, September 25th 2025 Guest Focus: VP Global Customer Success at Redpanda Data, former Cloudera streaming expert Tristan Stevens from Redpanda Data will be joining our host Hugh Evans. Tristan brings a unique perspective, having led customer success for Hadoop ecosystems at Cloudera and now shaping next-generation streaming platforms at Redpanda.

Building community-first brands ft. Edreece Arghandiwal, CMO & Co-Founder of Oakland Roots SC

In this special episode of The Confident Commit, Rob Zuber sits down with Edreece Arghandiwal, CMO and Co-Founder of Oakland Roots Soccer Club, for an inspiring conversation about building purpose-driven organizations from the ground up. Edreece shares how the Roots challenged traditional sports business models by putting community first, turning a simple question—"Why isn't there professional soccer in Oakland?"—into a movement that raised $3.5 million from 6,000+ community investors with zero paid advertising.

New in Flyway: Pre and post deployment scripts for state-based deployments via callbacks

Flyway provides a lot of flexibility for releasing database changes in a safe and repeatable manner. Earlier this year, we added the ability to automate state-based deployments. This means the structure of the database is defined in version control and Flyway handles updating a target database to match it. The Flyway comparison engine does all the hard work of identifying what’s different and creating a script that will run on the target database to alter it so it matches the latest state.