Operations | Monitoring | ITSM | DevOps | Cloud

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

A Complete Guide to Linux Log File Locations and Their Usage

Linux log files are text-based records that capture system events, application activities, and user actions. They're stored primarily in the /var/log directory and provide essential information for debugging issues, monitoring system health, and maintaining security. This guide covers the most important Linux log files and a few detailed techniques for reading and analyzing them.

Open Source Automation Tools: Popular Options & How to Choose the Right One for Your Needs

When looking at the broad landscape of IT automation tools, you’ll find dozens (if not hundreds) of tools that seem like viable solutions to your automation needs. Almost all of those tools can be broken down into two categories: Open source automation tools and commercial automation tools. (Open source automation tools with a commercial offering are still considered open source, even if the commercial edition has a price tag.)

Azure Cost Optimization Best Practices - you can actually implement

Explore actionable strategies for Azure cost optimization—helping you move from just monitoring to actually reducing spend. Discover how leading teams are embedding FinOps best practices, leveraging automation, and building a cost-aware culture to keep cloud bills under control.

Sovereignty, Liquid Cooling, and the New Infrastructure Hierarchy with Gavin Dudley

The AI revolution is here, and data centers are its beating heart! Gone are the days of data centers being just overlooked IT infrastructure; they are now the "cool kids on the block," essential for powering the most significant technological shift of our generation.

Secure Docker Image Pulls from Cloudsmith to Kubernetes using OIDC

Pulling Docker images from private registries for containerised applications presents a security challenge. It requires authentication management, network access, and trust across distributed systems. Credentials must be securely handled and rotated, and image pulls can break due to network restrictions or expired tokens. All of this makes deployment and security harder.

OWASP CI/CD Part 5 - Insufficient PBAC

One of the more overlooked yet critical vulnerabilities highlighted in the OWASP Top 10 for CI/CD Security Risks is Insufficient PBAC (Pipeline-Based Access Controls). Let’s unpack what PBAC is, why it's essential, and how you can leverage modern access control tools like Open Policy Agent (OPA) and Rego to mitigate these risks effectively.