Jan 1 · 3 min read · There are multiple deployment strategies available for Kubernetes workloads. In our setup, we use a Helm chart–based deployment model to onboard and manage applications in an Amazon EKS (Elastic Kubernetes Service) cluster. Helm Chart ManagementFor e...
Join discussionSep 22, 2025 · 7 min read · It started with a simple goal: automate my CI/CD pipeline using a Raspberry Pi 4 sitting on my desk. It seemed economical, environmentally friendly, and honestly, kind of cool. Little did I know I was about to embark on a debugging odyssey that would...
Join discussion
Sep 18, 2025 · 5 min read · So far in this Kubernetes journey, we have learned how to expose applications using Ingress and Ingress Controllers, and how to secure access using RBAC and authentication. At this point, we are confident with Kubernetes primitives.We can deploy appl...
Join discussion
Sep 2, 2025 · 3 min read · Over the past few days, I worked on deploying a three-tier application (Frontend, Backend, Database) on Amazon EKS (Elastic Kubernetes Service). This project gave me hands-on experience with Kubernetes on AWS, containerization, and cloud-native deplo...
Join discussionAug 24, 2025 · 2 min read · The Problem Statement A few days back I hit a really head-scratching issue while deploying an app with Helm. At first glance, everything looked fine. The chart deployed without errors and two pod replicas spun up as expected. But here’s where it got ...
Join discussion
Aug 14, 2025 · 6 min read · Other technologies used: NextJS, It started on weekends, as a way to learn and build at the same time, "I bet I could build something better." A few months later, I'm staring at a distributed system with five microservices, event-driven communication...
HHezekiah commented
Aug 12, 2025 · 3 min read · Author: Taranpreet SInghSpecial thanks: Cloud Champ 🙌 Introduction This blog documents my journey of deploying a microservices-based video-to-audio converter application using Kubernetes and Helm — but more importantly, the challenges I faced along ...
Join discussionAug 12, 2025 · 4 min read · 📌 Introduction If you’ve ever worked with Kubernetes 🐳, you know how quickly managing multiple YAML files can turn into a nightmare 😅.Imagine having to deploy an app with Deployments, Services, ConfigMaps, Ingress, Secrets — and updating each file...
Join discussionAug 6, 2025 · 7 min read · "How Hard Could It Be?" It started innocently enough. I wanted to learn Kubernetes properly. Fast forward, and I've somehow built something I describe as "production-ready cluster with backup." Fair warning: This got way more complex than I initially...
Join discussion