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 about 17 hours ago

The 5-Minute Kubernetes Cluster Health Check

4 days ago

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

The Hidden Costs of Over-Automation in DevOps

about 1 month 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)

about 1 month ago

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

A Day in the Life of a DevOps Engineer

about 1 month ago

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

How to Set Image Name in Dockerfile

about 1 month ago

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

COPY with Docker but with Exclusion

about 1 month ago

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

How to Use the AWS account_id Variable in Terraform

about 2 months ago

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

Command to Delete All Pods in All Kubernetes Namespaces

3 months ago

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

Terraform Conditionals: Handling Non-Existent Variables

3 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)

3 months ago

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

How to Copy Docker Images Between Hosts Without a Repository

3 months ago

While using container registries like Docker Hub, Harbor, or AWS ECR is...

How to Access a Docker Container's Shell

3 months ago

Accessing a shell inside a Docker container is essential for debugging, configuration...