-
AKS 12 – Why AKS required and cant do with docker(Basic)
🐳 What Docker Does Docker helps you package your app with everything it needs (code, libraries, dependencies) into a container. Think of it like putting your app into a tiffin box — neat, portable,…
-
Docker 1 – Difference between VM and container
🧱 Virtual Machine (VM) Imagine you have a house with its own walls, kitchen, bathroom, and electricity.That’s a VM — it has everything built-in, including its own operating system. It’s fully isolated and can…
-
Infra 4 – Imperva WAF
Imperva Web Application Firewall (WAF) is a cloud-based security service that protects your web applications from: It acts as a reverse proxy: incoming HTTP/HTTPS traffic is first routed to Imperva’s network, where it is…
-
Infra 3 – Application Gateway
🛡️ Azure Application Gateway — Layman’s Analogy Think of Azure Application Gateway like a bouncer at the entrance of a club. Imagine your app is a restaurant, and once Traffic Manager (the city’s traffic…
-
Infra 2 – Traffic manager
Traffic manager always work in front of application gateway. Means first user face traffic manager then application gateway. Imagine: Application Gateway is like the restaurant’s bouncer and receptionist — it manages visitors once they…
-
Infra 1 – How Company infra looks like and work
User Initiates Request DNS Resolution 1. Internet Entry Point The user initiates a request from a browser or app. WAF Component 3. Traffic Manager (TM) Traffic Manager performs Geo-routing: Directs users to the nearest…