Kubernetes v1.36 user namespaces explained: effects on security, ecosystem impact & hands-on walkthrough demo.May 25, 2026·6 min read
PinnedBuilding a Intranet AI Infrastructure Using Ollama and Open-WebUI with Docker on AWSIntroduction: In a world where privacy and data control are paramount, having the ability to run AI models locally or within your private cloud infrastructure is a significant advantage. Today, I want to share an exciting project that I recently buil...Oct 5, 2024·5 min read
Deploying a Containerized Nginx Web Server on EC2: My JourneyIntroduction I recently took on the challenge of deploying a containerized Nginx web server on an Amazon EC2 instance. This was an exciting step in my cloud and DevOps journey, and I want to share my experience and what I learned along the way. The S...Aug 29, 2024·2 min read
Installing Podman Desktop on UbuntuIntroduction: Podman is quickly becoming a popular alternative to Docker, especially for those who appreciate rootless containers and a daemonless approach. On Ubuntu, installing Podman CLI is a breeze and requires minimal effort. However, installing...Aug 14, 2024·3 min read
Get Your WordPress Website Up & Running in Just Seconds Using PodmanSetting up a WordPress website often involves several steps, but what if you could have it running in seconds? And instead of using Docker, we'll be using Podman, with a special focus on leveraging Podman pods for container networking. Podman is a co...Aug 10, 2024·3 min read
My Docker Journey: From Zero to HeroIntroduction Imagine a world where software deployment is as easy as a single command. This was Docker's promise that drew me in. It was very fascinating to deploy a web page in a few seconds whereas on the other side, it will take hours to set up a ...Jul 24, 2024·5 min read
Yesterday’s Microsoft Blue Screen: What Went Down and How to Stay PreparedHey tech enthusiasts! 🌟 Did you experience yesterday’s Microsoft Blue Screen event? If so, you weren’t alone. It’s been the talk of the tech world, causing quite a stir. Let’s dive into what happened, why it happened, and how you can stay prepared f...Jul 20, 2024·3 min read
Simplifying Multi-Container Deployments with Docker Stack:In the fast-paced world of DevOps, containerization has become a cornerstone for achieving efficient, scalable, and reproducible environments. Docker, a pioneer in this space, offers a variety of tools to streamline the container lifecycle. Among the...Jul 19, 2024·3 min read