Apr 30 · 4 min read · With multi-stage Dockerfiles, commonly used for distroless container images, some interesting challenges arise in the process of building an image. Here is a typical example of a Dockerfile installing
Join discussionMar 2 · 4 min read · As Kubernetes adoption surges across enterprise environments, attackers are developing increasingly sophisticated exploits targeting misconfigured clusters. In March 2026, CSO Online reported a sharp uptick in Kubernetes-specific attack tooling — fro...
Join discussionDec 15, 2025 · 9 min read · Modern cloud environments rely heavily on containers to deliver fast, scalable services, but this convenience comes with new security challenges. While containers are often perceived as “isolated,” misconfigurations in container runtimes, exposed soc...
Join discussion
Sep 19, 2025 · 6 min read · Running containers as root is one of the most common security mistakes in Kubernetes. Here's how to fix it and why it matters. "We need to talk about your deployment." Those words from a security engineer can make any developer's heart skip a beat. T...
Join discussion
Sep 17, 2025 · 6 min read · Welcome to Day 1 of my daily Kubernetes blog series! Over the next few weeks, I'll be sharing practical insights, real-world scenarios, and deep dives into K8s concepts that actually matter in production. In my first year of working with Kubernetes c...
Join discussion
Aug 15, 2025 · 10 min read · Remember the CrowdStrike outage? Yeah, let's avoid being the next headline. Security isn't just a checkbox at the end of your deployment pipeline—it's the foundation everything else is built on. Whether you're running a simple containerized app or ma...
TTusharsingh commented
Jul 24, 2025 · 7 min read · Understanding Containers: From Docker to runc Containers have revolutionized how we build, ship, and run applications. But what exactly happens when you run docker run nginx? Let's journey from the user-friendly Docker interface down to the bare-meta...
LLamri commented
Jul 22, 2025 · 3 min read · When we say "a container is lightweight", we mean it’s just a process — but with superpowers. From the outside, it feels like a mini operating system. But deep down, it’s a clever illusion created by namespaces, cgroups, and the Linux kernel. In thi...
MMayank commented
Apr 26, 2025 · 3 min read · Nowadays, companies are extensively using microservices architecture and running applications on containerized platforms. However, most of the time, what people do is simply pull Docker base images from the Docker registry or any public registry, wit...
Join discussion