Abhinav Sinha
124e5276d4
refactor(scenarios): split monolithic configuration into individual files
...
- Split `scenarios/scenarios.json` into individual JSON files under `scenarios/data/` named `<scenario-id>.json`
- Split `scenarios/bundles.json` into individual JSON files under `scenarios/bundles/` named `<bundle-id>.json`
- Updated `backend/server.js` to dynamically load scenario and bundle files from their respective directories
- Updated documentation in `scenarios/SCHEMA.md` and `README.md` to reflect the new repository layout and contributor workflow
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-15 07:52:47 +05:30
Abhinav Sinha
2104c5fea6
fix: globalDefault validation in priority-class-task
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-14 05:01:52 +05:30
Abhinav Sinha
a3053c8b0c
fix: validate successfulJobsHistoryLimit in cronjob-task
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-14 04:32:26 +05:30
Abhinav Sinha
f1a35fec4f
fix: memory request validation in resource-limits-task
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-14 03:30:09 +05:30
Abhinav Sinha
9ee1e5bd04
fix: incorrect configmap-volume hint command for verification
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-14 02:20:14 +05:30
Abhinav Sinha
71b65cb0af
fix: resource-quota-ns default namespace and setup commands
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-10 11:59:34 +05:30
Abhinav Sinha
3f51e219b0
fix: teardown issues in 3 scenarios
...
1. pv-pvc-mount
2. node-tain-toleration
3. pod-disruption-budget-task
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-10 11:51:08 +05:30
Abhinav Sinha
658296b30e
fix: CrashLoopBackOff in cks-pod-security-context scenario
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-10 03:49:30 +05:30
Abhinav Sinha
bc86618fd0
fix: CrashLoopBackOff in pod-security-context scenario
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-09 21:57:10 +05:30
Abhinav Sinha
30fb302155
fix: replace quoted cmd with base64 in kubectl cp setup
...
Closes #10
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-09 15:34:34 +05:30
Abhinav Sinha
a5ce787d1d
fix: Fix a Broken Service Selector Setup & Hints
...
Closes #9
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-09 13:23:29 +05:30
Abhinav Sinha
356d4ee326
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] >
2026-05-31 04:20:10 +05:30
Abhinav Sinha and GitHub
c26c0122ce
Initial commit
2026-05-26 20:18:08 +05:30