Operations | Monitoring | ITSM | DevOps | Cloud

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

Introducing the "retry" step failure strategy for Bitbucket Pipelines

Recently we introduced support for Failure Strategies, which allows developers to implement more powerful logic and control flow into their workflows. Today, we are excited to announce a new step failure strategy, retry, which can auto-retry your failed steps without requiring any input from the user.

GitKraken Desktop Release 11.0: GitKraken AI

In this release, GitKraken evolves into your development co-pilot with new AI features designed to save time and reduce toil. Learn how to use AI-generated commit explanations, commit message generation, and how to customize your AI model settings with OpenAI, Anthropic, or Gemini—all included with your subscription.

Ultimate Guide to Server Hardening for Kamal

Server hardening is securing a server by reducing its surface of vulnerability. This means minimizing the number of potential entry points for attackers by disabling unnecessary services, applying patches, and enforcing strong security controls. If you use Kamal to deploy applications but you must harden your servers yourself. This is a guide on the steps to take to have a secure server. The Basics of Server Security: Patch often and restart often. Patching helps with fixing known vulnerabilities.

Securing Software Supply Chains: New Research Highlights Industry Vulnerabilities

New IDC study, co-sponsored by Canonical and Google Cloud, reveals the challenges and opportunities for organizations securing their software supply chains. Today, Canonical and Google Cloud released findings from a joint research project conducted by the International Data Corporation (IDC) that sheds light on the critical challenges organizations face in securing their software supply chains. The report, “The State of Software Supply Chains.

The SaaS Magic Number: How To Calculate And Use It

You can assess your company’s financial health using a number of SaaS metrics, depending on the type of business you are in. Among the most useful is the SaaS Magic Number. So, why is it called the SaaS Magic Number, and how do you calculate it? And why is it so important to track your SaaS Magic Number regularly?

Optimizing Kubernetes node resources: How to avoid exhaustion and improve performance

Resource exhaustion at a node remains a critical issue. However, the automation of deployment and management of containerized applications is executed relatively efficiently in Kubernetes. When a node is low on resources—as in CPU, memory, or storage—a workload may suffer from failures, degraded performance, and eviction.

Smarter Workflows. Built-In AI. Better Developer Experience.

Software development is changing fast, and here at GitKraken, we’re excited to be at the forefront. We’re entering a new era—one where AI is helping developers rather than trying to replace them. Our goal is to put that power to work for developers—embedded in your workflows, on your terms. We’ve been listening closely to feedback from our community—developers, team leads, engineering managers, and our enterprise customers.

Dapper vs. Entity Framework Core: Which One Is Right for Your .NET Project?

“Dapper is pure speed—EF Core is bloated,” or “Dapper is a nightmare—EF Core keeps things scalable.” We’ve all heard it. Both sides make a point, but neither tells the whole story. The real question? Which one will save you from a world of pain six months from now? Dapper gives you raw SQL execution and total control, but you’re on your own when managing transactions, relationships, and migrations.

Python Loguru: The Logging Cheat Code You Need in Your Life

Debugging is rarely anyone's idea of a good time. You're cruising along, building something cool, when suddenly your code breaks and you're stuck digging through console outputs that look like they were written by a robot having an existential crisis. Enter Loguru – the Python logging library that feels like it was built for humans, not machines.