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.

MediumTechnical
95 practiced

Design a Kubernetes cluster layout and NetworkPolicy strategy that enforces least privilege between namespaces and services for multiple teams. Discuss CNI plugin trade-offs, default-deny policies, egress controls, service mesh interactions, policy generation, and the operational approach to audit and maintain policy hygiene as services evolve.

HardSystem Design
70 practiced

Design a runtime threat detection and response system for Kubernetes using eBPF and Falco-style detection. Cover event collection, enrichment (k8s metadata), detection rules and tuning, scoring and prioritization, automated remediation actions (quarantine, scale down), integration with SIEM/SOAR, and strategies to reduce false positives.

HardTechnical
67 practiced

Specify a set of secure defaults and runtime hardening you would apply to a Kubernetes cluster hosting critical workloads. Include RBAC policies, admission controllers, network policies, image signing, container runtime options, node hardening, and a cluster upgrade/patching practice.

EasyTechnical
90 practiced

Describe the core Kubernetes security primitives: Role-based Access Control (RBAC), NetworkPolicies, Namespaces, Admission Controllers, and Pod Security Standards (PodSecurityAdmission/PSA). For each primitive say what threat it mitigates and list one common misconfiguration an architect should watch for.

EasyTechnical
70 practiced

As a Security Architect, list essential container image hardening best practices you would require across teams: base image selection, minimal filesystem, non-root user usage, vulnerability scanning, image signing, and runtime policies. For each practice provide a one-line justification and a simple enforcement mechanism.

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