Operations | Monitoring | ITSM | DevOps | Cloud

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

OWASP CI/CD Part 9: Improper Artifact Integrity Validation

Improper artifact integrity validation is a critical vulnerability in CI/CD pipelines characterised by insufficient mechanisms to cryptographically verify the authenticity and integrity of code and build artifacts traversing the pipeline. When these controls are weak or absent, adversaries with access to any pipeline stage can inject malicious or tampered artifacts that appear legitimate, enabling undetected propagation through the pipeline and eventual deployment into production environments.

ITOps vs DevOps: Understanding Their Roles in Modern IT Environments

The conversation around ITOps vs DevOps continues as organizations pursue agile development and responsive service delivery. While both practices share the goal of improving software and infrastructure management, they emerge from distinct historical, operational, and cultural backgrounds. Understanding how these models differ at their core helps decision-makers choose the most suitable operating strategy and align their teams for smoother collaboration.

Why is the Trust in Big Tech Fracturing? Next Steps for the Cloud Industry

To read more on the findings from this research, visit The Digital Sovereignty Revolution whitepaper by clicking here. For years, US tech giants have enjoyed near-unquestioned dominance over the global cloud market. However, this dominance is being challenged as trust in Big Tech begins to fracture. According to our latest whitepaper, "The Digital Sovereignty Revolution", the foundation of trust in Big Tech's infrastructure and services is cracking.

Customizing your Azure DevOps DORA metrics dashboard

Looking to configure and customize a DORA metrics dashboard? Our Director of Engineering Services, Tim Wheeler, demonstrates how to customize the DORA Metrics dashboard in Azure DevOps for SquaredUp. He shows how to populate key metrics like deployment frequency and change failure rate by selecting a pipeline, specifically the Squared Up multi-stage pipeline.

Cloud Cost Optimization Strategies: How Mid-Size Organisations Can Reduce Cloud Infra Costs

Learn how mid-size companies can dramatically cut cloud infrastructure costs using practical strategies like compute rightsizing, serverless, storage tiering, and automated scaling. This guide also explores how Qovery simplifies and automates cost optimization for growing teams - no full DevOps team required.

HAProxyConf 2025 Recap

A lot can change in three years. The world of 2022 was a quite different place. Queen Elizabeth II was the longest-serving living monarch, the world population hadn’t yet cracked eight billion, and many of us were still emerging from the strangeness of the Covid years. Meanwhile, at HAProxyConf 2022, we unveiled HAProxy Fusion Control Plane for the first time.

How to Get Logs from Docker Containers

When a container misbehaves, logs are the first place to look. Whether you're debugging a crash, tracking API errors, or verifying app behavior—docker logs gives you direct access to what's happening inside. This blog covers the full workflow: how to retrieve logs, filter them by time or service, and set up logging for production environments.

Troubleshooting LangChain/LangGraph Traces: Common Issues and Fixes

We’ve covered how to get LangChain traces up and running. But even when everything’s instrumented, traces can still go missing, show up half-broken, or look nothing like what you expected. This guide is about what happens after setup, when traces exist, but something’s off.