devopsguide.in

  • AKS
  • AKS 15 – How to Debug live pod?

    September 25, 2025

    Ephemeral Containers in Kubernetes is a powerful way to debug running Pods without modifying their original spec or restarting them 🔧 What Are Ephemeral Containers? 🧪 Prerequisites 🚀 How to Use Ephemeral Containers ✅…

    Continue reading…

  • AKS 14- List of Container Types as per AKS (Kubernetes)

    September 25, 2025

    1. Init Container initContainers: – name: init-secrets   image: vault-cli   command: [“sh”, “-c”, “vault pull /secrets > /app/secrets.json”] 2. Main (Application) Container containers: – name: web-app   image: node:18   ports: 3. Sidecar Container containers: – name: web-app   image: node:18 – name: log-shipper   image: fluentd   volumeMounts:   – name: logs     mountPath: /var/log/app 4. Stateless Container containers: – name: react-ui   image: my-react-app:latest   ports: 5.…

    Continue reading…

  • AKS 12 – Why AKS required and cant do with docker(Basic)

    September 24, 2025

    🐳 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,…

    Continue reading…

  • Docker 1 – Difference between VM and container

    September 24, 2025

    🧱 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…

    Continue reading…

  • Infra 4 – Imperva WAF

    September 24, 2025

    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…

    Continue reading…

  • Infra 3 – Application Gateway

    September 24, 2025

    🛡️ 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…

    Continue reading…

←Previous Page Next Page→