feat: Add 10 new scenarios
Added new scenarios: 1. Kubernetes Basics: - [TASK] Annotating Kubernetes Resources - [TASK] Pod with Init Container - [MCQ] Pod Restart Policies - [MCQ] kubectl Output Formats 2. Kubernetes Administrator (CKA): - [TASK] Configure a PodDisruptionBudget - [TASK] Pod Priority and PriorityClass 3. Kubernetes Security (CKS): - [TASK] RuntimeClass for Sandboxed Workloads - [TASK] Write a Kubernetes Audit Policy - [TASK] Restrict Egress to Namespace - [TASK] Enforce Non-Root Container Signed-off-by: Abhinav Sinha <[email protected]>
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
|
||||
iproute2 iptables iputils-ping \
|
||||
procps htop \
|
||||
mount kmod \
|
||||
python3 make g++ \
|
||||
python3 python3-yaml make g++ \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# ── Node.js 20 ────────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user