Tag: Devops
-
Agentic code reviews for $0.25 each
Posted on March 23, 2026, Level beginner Resource Length medium
GitLab introduces Code Review Flow, an agentic AI tool that slashes code review costs to $0.25 per review, significantly reducing bottlenecks and improving developer productivity. By Karishma Kuma
Tags programming miscellaneous devops ai
-
Are separate Kubernetes clusters secure? Why sprawl increases risk
Posted on March 21, 2026, Level beginner Resource Length medium
This article challenges the conventional wisdom of using separate Kubernetes clusters for enhanced security. As organizations scale, cluster sprawl can lead to inconsistent configurations, increased vulnerabilities, and operational overhead. The article argues for a more nuanced approach to tenancy, using virtual clusters to enforce consistent security policies and reduce the complexity of managing multiple clusters. By vcluster.com.
Tags kubernetes infosec management cio devops
-
Kubernetes logging best practices
Posted on March 6, 2026, Level intermediate Resource Length medium
Gain operational clarity in dynamic Kubernetes environments by implementing robust logging strategies for application health, security, and efficient troubleshooting. By Jeff Darrington.
Tags kubernetes devops containers app-development distributed
-
From CI/CD to culture: Applying DevOps thinking to human systems
Posted on February 7, 2026, Level beginner Resource Length medium
DevOps principles extend beyond code to human systems, fostering transparency, feedback, and continuous improvement in leadership and team culture. By Brett Lee.
Tags devops management cio cicd data-science
-
Multi-Cloud load balancers, explained: AWS vs GCP vs Azure (L4, L7, and Global Edge)
Posted on January 22, 2026, Level beginner Resource Length medium
This guide provides a deep technical comparison of AWS, GCP, and Azure load balancers, detailing their L4/L7 architectures, performance characteristics, and optimal use cases. Learn to select the right service for microservices, global applications, and high-throughput workloads, with a special focus on protocols like GENEVE and flow hashing. By Piyush Jajoo.
Tags azure aws cloud devops performance
-
How to integrate Azure security center with Azure monitor alerts
Posted on January 20, 2026, Level intermediate Resource Length medium
Stream Azure Security Center alerts and recommendations to Azure Monitor for enhanced visibility, custom dashboards, and automated responses to security events. By Charbel Nemnom.
Tags azure streaming cloud infosec devops
-
Deconstructing the 'CAP theorem' for CM and DevOps
Posted on January 18, 2026, Level advanced Resource Length long
As software engineering and operations forge a new cultural bond around continuous improvement of applications and infrastructure, the database is something "dev" and "ops" have in common -- and there are things to learn from both perspectives on distributed data. By Mark Burgess.
Tags devops distributed devops learning database big-data
-
Stop guessing, start improving: Using DORA metrics and process behavior charts
Posted on January 16, 2026, Level beginner Resource Length long
Combining DORA metrics with Process Behavior Charts (PBCs) enables teams to distinguish normal process variation from real signals, turning delivery metrics into a reliable decision-making tool. By Egor Savochkin.
Tags devops cloud performance management
-
Nvidia's six-chip gambit: How Jensen Huang is building a computing empire you can't escape
Posted on January 6, 2026, Level beginner Resource Length medium
Nvidia's Rubin platform cements its dominance in AI infrastructure, locking customers into a vertically integrated ecosystem that promises unmatched efficiency at a cost. By Marcus Schuler.
Tags ai cio management devops
-
From GitHub Copilot to Infrastructure as Code: Getting started
Posted on January 4, 2026, Level intermediate Resource Length medium
Master GitHub Copilot for IaC by wiring repository‑scoped custom instructions, tightening naming and tooling rules, and treating the AI as a co‑pilot—not a replacement—for safer, faster Terraform deployments. By Lukas Rottach.
Tags ai devops learning app-development management
-
CI/CD pipeline architecture: Complete guide to building robust CI and CD Pipelines
Posted on December 19, 2025, Level advanced Resource Length long
The article details a two-part CI/CD Pipeline Architecture Framework designed to guide teams from basic automation to a mature development platform. The first part, the "Golden Path," is a linear, six-stage workflow that forms the essential, reliable backbone: Code Commit (with branching strategy), Automated Build (ensuring environment parity), Automated Testing (using a test pyramid), Staging Deployment (mirroring production via IaC), Production Deployment (with health checks and rollback), and Monitoring & Feedback (closing the loop with observability). By Kamil Chmielewski.
Tags web-development app-development cicd devops how-to
-
How to find and remove unused Azure Data Factory Pipelines
Posted on December 17, 2025, Level intermediate Resource Length long
A 20-line PowerShell snippet scans every subscription, flags ADF factories that haven't executed a pipeline in 30 days, and hands you a clean-up hit-list in seconds. By Dieter Gobeyn.
Tags web-development app-development devops azure big-data