DevOps Articles
2022 Year in Review
A cloud consultant's 2022 year-end review, focusing on technical education efforts, YouTube channel growth, and lessons learned in Terraform content creation.
Deploy Node.js Like a Pro with AWS CloudFormation
A guide to automating Node.js application deployment using AWS CloudFormation for infrastructure as code (IaC).
Frontend Monitoring: A Complete Guide
A comprehensive guide to frontend monitoring techniques, tools, and implementation for developers to track performance, errors, and user experience.
Platform Engineering? It's just DevOps!
The article critiques the misapplication of DevOps and Platform Engineering, arguing they are about organizational culture, not just tools or rebranding.
Shifting security left
Explains the 'shift left' approach to integrating security early in the DevOps software development lifecycle for better outcomes.
A Visual Guide to SSH Tunnels (with labs)
A visual guide and hands-on labs explaining SSH tunnels, focusing on local and remote port forwarding for developers.
Create GitHub Environments using PowerShell
A tutorial on automating the creation of GitHub deployment environments using PowerShell and the GitHub REST API.
The Future of Ops is Platform Engineering
Explores the evolution of operations into platform engineering, where teams focus on enabling developers through self-service platforms and managed services.
Commenting on Pull Requests with GitHub Actions
A guide to automatically commenting on GitHub Pull Requests using GitHub Actions, covering authentication, security, and workflow setup.
Managing Kubernetes without losing your cool
A developer shares practical tips and advanced techniques for managing Kubernetes clusters more efficiently, covering terminal setup, kubectl mastery, and automation.
Why On-Call Pain Is A Sociotechnical Problem
Explores why on-call rotations are often painful, framing them as a sociotechnical problem requiring both technical fixes and organizational changes.
Use docker compose for production deployments of a PHP App on GCP [Tutorial Part 9]
A tutorial on deploying a Dockerized PHP application to Google Cloud Platform using Docker Compose for production environments.
Docker credential issues for CI
Fixing Docker Desktop credential errors in CI by modifying the config.json file to remove the 'credsStore' key.
How To Start Programming In Go: Advice For Fellow DevOps Engineers
A DevOps engineer shares advice on learning Go programming for Kubernetes, tailored to different experience levels and backgrounds.
Kubernetes Ephemeral Containers And kubectl debug Command
Explains how to use Kubernetes ephemeral containers and the kubectl debug command for troubleshooting pods without restarting them.
Book review: Accelerate
A review of the book 'Accelerate', which presents research on key DevOps metrics that predict high performance in technology organizations.
Managing Applications in Kubernetes with the Carvel Kapp Controller
Explains how to manage complex Kubernetes applications using the Carvel Kapp Controller for grouping and deploying resources.
Infrastructure as Code with Java and Pulumi
Introducing Pulumi's Java SDK for Infrastructure as Code, enabling developers to manage cloud resources using Java and JVM languages.
Cracking the Docker CLI: How to Grasp Container Management Commands
A tutorial explaining Docker container management commands by focusing on understanding their logic rather than memorization.