Azure Kubernetes Service (AKS) Benchmark
Profile Applicability: Level 1 Description: Privileged containers are containers that have extended capabilities, including full access to the host...
Fri, 9 May, 2025 at 12:58 AM
Profile Applicability: Level 1 Description: Containers that share the host’s process ID (PID) namespace have the ability to access and interact with...
Fri, 9 May, 2025 at 1:05 AM
Profile Applicability: Level 1 Description: Containers that share the host’s Inter-Process Communication (IPC) namespace can access and interact with...
Fri, 9 May, 2025 at 1:08 AM
Profile Applicability: Level 1 Description: Containers that share the host’s network namespace gain access to the host’s network interfaces and ports...
Fri, 9 May, 2025 at 1:12 AM
Profile Applicability: Level 1 Description: The allowPrivilegeEscalation flag in Kubernetes controls whether a process can gain more privileges than ...
Fri, 9 May, 2025 at 1:16 AM
Profile Applicability: Level 1 Description: The Container Network Interface (CNI) is used in Kubernetes to configure networking for pods. Ensuring th...
Fri, 9 May, 2025 at 1:19 AM
Profile Applicability: Level 2 Description: Network Policies in Kubernetes are used to control the communication between pods and services within a c...
Fri, 9 May, 2025 at 1:24 AM
Profile Applicability: Level 2 Description: Kubernetes allows secrets to be exposed either as environment variables or as files within a container. I...
Fri, 9 May, 2025 at 2:14 AM
Profile Applicability: Level 2 Description: Storing secrets directly within Kubernetes should be avoided when possible. Instead, consider using an ex...
Fri, 9 May, 2025 at 2:20 AM
Profile Applicability: Level 1 Description: Namespaces in Kubernetes provide a way to organize and isolate resources within a cluster. By creating na...
Fri, 9 May, 2025 at 2:24 AM