Containers

Run NGINX Securely in Kubernetes

Why You Should Stop Using the Default Image

When deploying NGINX in Kubernetes, many teams still use the default nginx image from Docker Hub, it’s what most quick-start examples show, so it feels natural. But there’s a hidden problem: that image runs as root by default. That might not sound...

Oct 7, 2025 4 min read Kubernetes NGINX Containers DevOps Security
Run NGINX Securely in Kubernetes

Apple’s New container

Open Source Containers on macOS

When you think of containers, you probably think about Docker or Podman. That was true for me too — until I first heard about Apple’s own container tool at Container Days. Apple has quietly released an open-source project called container. Unlike...

Sep 14, 2025 5 min read Apple Containers macOS Podman Docker
Apple’s New container

Kaniko Contributions

Open-source contributions to Kaniko, a widely used container image build tool for Kubernetes environments. Active contributor to the Kaniko project, focusing on improving build performance, caching mechanisms, and testing infrastructure for...