Commit Graph
7 Commits
Author SHA1 Message Date
Abhinav SinhaandGitHub 3040e0e775 Merge pull request #6 from zeborg/feat/new-scenarios
feat: Add 10 new scenarios
2026-05-31 04:39:22 +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 df52217fc5 fix: Upgrade git-cliff action to v4
Signed-off-by: Abhinav Sinha <[email protected]>
2026-05-31 00:32:15 +05:30
Abhinav Sinha ff862ce6e8 fix: Docker Hub Release Action Write Permission
Signed-off-by: Abhinav Sinha <[email protected]>
2026-05-31 00:15:03 +05:30
Abhinav SinhaandGitHub ddbb1303eb Merge pull request #5 from zeborg/release-workflow
feat: Add `Release to Docker Hub` GitHub Action
2026-05-30 23:27:22 +05:30
Abhinav Sinha e999a8a857 feat: Add Release to Docker Hub GitHub Action
Implemented Docker Release action with GitHub workflows
and added release versioning with docker build args

Signed-off-by: Abhinav Sinha <[email protected]>
2026-05-30 23:08:48 +05:30
Abhinav SinhaandGitHub c26c0122ce Initial commit 2026-05-26 20:18:08 +05:30