© 2026 Hashnode
Overview This document describes the process for deploying and configuring the NGINX Ingress Controller within the Kubernetes cluster, and for automating the deployment. The setup is divided into thre

Welcome back! 👋 Day 63 of the 100 Days Cloud DevOps Challenge, and today we're deploying a complete multi-tier application on Kubernetes! This is real production architecture - frontend, database, services, and proper resource management. Let's arch...

What we are doing is similar to what we did in the previous project. What is different is that it has been hosted on Azure AKS, and this time we will be using the deploy.sh scripting to automate all processes, from building the image file to creating...

Introduction Dans un environnement Kubernetes tel qu’AKS, les micro-services communiquent souvent via des systèmes de messaging. Azure Service Bus est une solution robuste, mais elle reste fortement liée à l’écosystème Azure. Pour des architectures p...

✨Introduction 💡 This is Part 1 of my “Deploying a Dockerized App on AKS” series. Kubernetes has become the go-to standard for running containerized apps. In this two-part series, I’ll show you how to set up an AKS cluster on Azure using PowerShell, ...

🚀 Part 2 – Declarative Approach with YAML ✨ Intro 💡 This is Part 2 of my “Deploying a Dockerized App on AKS” series. In Part 1, we deployed a Dockerized app to AKS using imperative commands. That worked great for speed, but what if you want somethi...
