Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

devops-daily.com

DevOps Daily

Get the latest updates from DevOps Daily directly as they happen.

Follow now < 10 followers

Latest posts

Last updated 8 months ago

The 5-Minute Kubernetes Cluster Health Check

9 months ago

TLDR You can check your Kubernetes cluster's health in under 5 minutes...

Right-Sizing Kubernetes Resources with VPA and Karpenter

9 months ago

TLDR Setting CPU and memory requests too high in Kubernetes wastes money...

The Hidden Costs of Over-Automation in DevOps

10 months ago

A small Friday change to a feature flag UI shipped with a...

The 10 Most Common DevOps Mistakes (And How to Avoid Them in 2025)

10 months ago

DevOps isn't just about shipping code faster, it's about doing it smarter...

A Day in the Life of a DevOps Engineer

10 months ago

TLDR This post follows a DevOps engineer through a typical workday. You'll...

How to Set Image Name in Dockerfile

10 months ago

TLDR To set an image name in Docker, you use the docker...

COPY with Docker but with Exclusion

10 months ago

TLDR To exclude files or directories when using the COPY instruction in...

How to Use the AWS account_id Variable in Terraform

10 months ago

TLDR To use the AWS account_id variable in Terraform, leverage the aws_caller_identity...

Why Your CI/CD Pipeline Is Slower Than It Should Be (and How to Fix It)

11 months ago

TLDR Most slow pipelines are a matter of configuration, not raw compute....

Command to Delete All Pods in All Kubernetes Namespaces

11 months ago

Introduction Sometimes, you may need to delete all Pods across all namespaces...

Terraform Conditionals: Handling Non-Existent Variables

11 months ago

TLDR To handle non-existent variables in Terraform, use the lookup function or...

How Docker Differs from a Virtual Machine (And Why It Matters)

12 months ago

Introduction If you're new to containerization or just wondering why everyone's talking...