devopsguide.in

  • AKS
  • AKS Q/A (1)- AKS interview questions and answers

    AKS Q/A (1)- AKS interview questions and answers

    June 13, 2025

    One word difference between docker and kubernetes Docker is container platform and kubernetes is container orchestration platform. Why Containers are considered ephemeral Why Containers Are Ephemeral: 🧠 How to Handle Ephemerality To manage the…

    Continue reading…

  • What is Labels in AKS manifest file?

    What is Labels in AKS manifest file?

    June 13, 2025

    In an AKS (Azure Kubernetes Service) manifest — which is just a standard Kubernetes manifest — a label is a key-value pair attached to Kubernetes objects (like pods, deployments, services, etc.) to organize and…

    Continue reading…

  • DevSecops 2 – What is Checkmarx scan & how to use it?

    DevSecops 2 – What is Checkmarx scan & how to use it?

    June 13, 2025

    Checkmarx is a Static Application Security Testing (SAST) tool that analyzes source code, configuration files, and dependencies to detect security vulnerabilities. It helps developers identify and fix security flaws early in the development process.…

    Continue reading…

  • DevSecops 1 – What is Black Duck Scan & How to use it

    DevSecops 1 – What is Black Duck Scan & How to use it

    June 13, 2025

    Black Duck (by Synopsys) is a Software Composition Analysis (SCA) tool that scans application dependencies for: Open-source vulnerabilities✔ License compliance risks✔ Code quality issues✔ Security policy violations It integrates into CI/CD pipelines to detect…

    Continue reading…

  • AKS 9 – Pod and Container Lifecycle (within a Pod)

    AKS 9 – Pod and Container Lifecycle (within a Pod)

    June 12, 2025

    Container Lifecycle (within a Pod) Each container follows this: Pod Lifecycle Phases

    Continue reading…

  • AKS 8 – How Kubelet Deletes Pods Gracefully (Step-by-step)

    AKS 8 – How Kubelet Deletes Pods Gracefully (Step-by-step)

    June 12, 2025

    When a Pod is deleted, Kubelet (the agent running on each AKS node) handles its graceful termination using a process called graceful shutdown. Here’s how it works: 1. User runs kubectl delete pod You…

    Continue reading…

←Previous Page Next Page→