Feb 20 · 7 min read · 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
Join discussion
Jan 7 · 10 min read · 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...
Join discussion
Nov 16, 2025 · 20 min read · 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...
Join discussion
Oct 7, 2025 · 12 min read · 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...
Join discussion
Sep 3, 2025 · 7 min read · Table of Contents Abstract. Introduction. Prerequisites. Creation of a Resource Group and the AKS Cluster. Connection of the Cluster and Verification of the Cluster. Test and deploy an application. Conclusion. Abstract. The demand for reliable orch...
Join discussion
Aug 31, 2025 · 3 min read · ✨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, ...
Join discussion
Aug 31, 2025 · 3 min read · 🚀 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...
Join discussion
Aug 30, 2025 · 4 min read · Kubernetes (also called K8s) is the backbone of modern DevOps and Cloud Computing. If you already understand Docker, Kubernetes is the next logical step because it helps you run and manage containers efficiently in production. What is Kubernetes? K...
Join discussion