Operations | Monitoring | ITSM | DevOps | Cloud

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

Harness AutoStopping - FinOps Automation for Intelligent Cloud Cost Optimization | Harness Blog

Harness AutoStopping helps FinOps teams eliminate up to 70% of idle cloud spend through intelligent, policy-driven automation. By automatically stopping and restarting unused resources without disrupting developers, organizations move from reactive cost reporting to continuous, proactive cloud cost optimization.

2026 insights into the Indian cloud market

India is no longer just a fast-growing cloud market; it is becoming a strategically vital one. What was once a race for cost efficiency and global hyperscaler expansion has evolved. Today, India’s cloud landscape is being reshaped by a new reality: the need for AI infrastructure, true data sovereignty, and the ambition to own its digital future. Following the discussion at Civo Navigate India 2025, one thing is clear: the status quo is shifting.

Reducing Alert Noise with Composite Alerts in Hosted Graphite

Traditional alerts are simple by design: if a metric crosses a threshold, fire an alert. While that simplicity makes alerts easy to configure, it also leads to alert noise, because single metrics rarely tell the full story and often trigger during non-actionable conditions. Hosted Graphite Composite Alerts solve this by allowing you to combine multiple alert conditions using logical expressions like AND (&&) and OR (||).

Mastering waits and timeouts in Playwright

If you have written any kind of end-to-end tests or UI tests you probably know that the greatest headache to deal with is test flakiness due to browser actions not behaving in the way that you expect them to behave. This flakiness can be a major bottleneck especially in CI/CD pipelines due to constant failures.

Certificate permissions with CertKit Applications

When you’re managing a handful of certificates, one big list works fine. Add a few dozen more and things get messy. Add multiple teams or projects and you’ve got a problem. Who should have access to the production certificates? What about staging? Does the contractor working on the marketing site really need to see your internal infrastructure? CertKit now supports multiple applications from our roadmap to help you sort this out.

Why Cost-Cutting Usually Breaks Your Product (And What to Do Instead)

Reactive cloud cost-cutting leads to “Infrastructure Atrophy,” sacrificing performance and reliability for short-term savings. The 2026 solution is cloud cost optimization, leveraging scale-to-zero and pay-per-use architectures to eliminate idle waste without compromising product health.

How GitKraken's AI-Powered Commit Composer Eliminates Git Cleanup Headaches

As developers, we’ve all been there: a frantic coding session, a few hasty commits, and suddenly our Git history looks like a patchwork quilt of “fix,” “oops,” and “stuff.” While git rebase -i is a powerful tool for cleaning up, it’s also a source of anxiety for many, often leading to more headaches than it solves. What if you could achieve a pristine, meaningful commit history without the fear of breaking things or hours spent squashing and rewriting?