InterviewStack.io LogoInterviewStack.io

Container and Kubernetes Security Questions

Securing containerized and orchestrated workloads. Covers container image scanning and hardening, Kubernetes security (RBAC, network policies, pod security, secrets), runtime protection, and cloud-native security patterns. The specific attack surface and controls introduced by containers and orchestration platforms.

HardTechnical
90 practiced

Design a runtime security posture for Kubernetes: include admission controls (OPA/Gatekeeper), Pod Security Standards, seccomp and AppArmor profiles, eBPF-based detection tools (e.g., Falco), image provenance/signing (e.g., Sigstore), and an incident response plan for suspected container escapes. Explain how these controls work together and their operational implications.

EasyTechnical
81 practiced

List core container security practices you would apply before allowing images to be deployed to production. Cover at least image scanning, vulnerability management, running containers as non-root, immutable images, supply-chain verification, and runtime defenses. Briefly explain the operational process for each practice.

That is every published Container and Kubernetes Security question for DevOps Engineer so far. Browse the other topics in this category, or practice this one interactively.