Operations | Monitoring | ITSM | DevOps | Cloud

ShipTalk Season 4 Finale: Engineering Excellence at AWS re:Invent

Welcome to the Season 4 finale of the Ship Talk podcast! Join special host Thomas Dockstader and several industry leaders at AWS re:Invent to discuss the intersection of AI and software delivery. The following is a series of interviews with partners, customers, and engineering leaders on the front lines of AI transformation. Don't miss the "Ship It or Skip It" segment, where our guests give their rapid-fire takes on everything from AI code reviews to the four-day work week.

Why GitOps for MongoDB Matters: A Case for Harness DB DevOps | Harness Blog

Most development teams today build everything around Git, and deploy with GitOps principles. Code sits in version controlled environments, changes go through PRs, and deployments are handled through modern CI/CD. That part is pretty standard at this point, especially when using a modern DevOps platform like Harness.

Now in Harness DB DevOps: Percona Toolkit for safer MySQL schema changes | Harness Blog

If you've ever run an ALTER TABLE on a busy MySQL table in production, you know the feeling. The change is small. The risk isn't. Long-running table locks, queued writes, application timeouts, replication lag, a five-minute migration that turns into a half-hour incident review. We're shipping an integration that takes that anxiety out of the loop. Harness Database DevOps now supports Percona Toolkit for MySQL as part of Liquibase-based schema management.

Disaster Recovery Testing in Harness | Resilience Testing

In this video, we introduce Harness Resilience Testing and show you how to move beyond once-a-year DR drills to a continuously validated, pipeline-driven process. You'll see how Harness lets you validate regional failovers, check database replication lag under pressure, and confirm your hot standbys genuinely take over live traffic, all in one place. We also walk through a live DR test execution, showing exactly how Harness triggers the full failover sequence, runs every validation step automatically, and gives you a clear pass or fail result in real time.

Eliminate Manual Authentication Configuration for Fast & Effective API Security Scanning | Harness Blog

Application security testing tools promise coverage and accuracy, but teams often struggle just to get started. One of the biggest friction points in dynamic application security testing is configuring authentication correctly so a scanner can even access a target application, let alone API endpoints that power the functionality. Whether it’s API keys, bearer tokens, or custom auth flows, setting up authentication for scans frequently requires trial-and-error and engineering support.

An Introduction to Disaster Recovery Testing: What You Need to Know in 2026 | Harness Blog

Businesses today run on computers, cloud systems, and digital tools. One big failure can stop everything. A cyber attack, a power outage, or a software glitch can shut down operations for hours or days. Disaster recovery testing is how you prove you can restore critical services when the unexpected happens. 
 In 2026, with hybrid and multi-cloud estates, distributed data, and tighter oversight, this is not a once-a-year fire drill.

How to Install Terraform for Secure and Scalable Infrastructure Automation | Harness Blog

If your Terraform install is insecure or inconsistent, it can quickly slow down your delivery. A single compromised file or a misconfigured backend can stop deployments for many services. Teams that set up Terraform correctly from the start can scale easily and avoid compliance issues.

Beyond the Big Bang: De-risking Cloud Migrations with Progressive Delivery | Harness Blog

At 2 am, your migration goes live. By 2:07, error rates spike, and rollback isn’t an option. Cloud migrations, API rewrites, and architecture transformations rarely fail because of bad code. They fail because of how that code is released. Most teams still rely on a “big bang” cutover where infrastructure, services, and user-facing changes go live at once. This concentrates risk into a single moment.

What is Terragrunt and how does it simplify Terraform Workflows? | Harness Blog

Managing Terraform across dozens of AWS accounts becomes a maintenance nightmare fast. Teams end up copy-pasting the same backend configurations, provider blocks, and variable definitions hundreds of times. Terragrunt acts as an orchestrator above Terraform, eliminating this duplication through shared configuration inheritance and dependency management. When financial services teams manage 200+ microservices across multiple environments, these DRY patterns become essential for governance and consistency.