🏷️

containers

2 articles tagged with "containers"

Tech Feeds

dev-tooling-dx

How Docker Actually Works: A Deep Dive into the Internals

Most developers treat Docker as a black box — you write a Dockerfile, run docker up, and things just work. But what's actually happening under the hood? This post tears the curtain back and walks thro...

dev-tooling-dx

Kubernetes namespaces: concepts & key commands

Introduction What are Namespaces in Kubernetes? A namespace in Kubernetes is a logical grouping of resources within a cluster. Separate environments (dev, staging, prod) Avoid naming conflicts Apply a...