An interactive study companion for the Kubernetes and Cloud Native Security Associate (KCSA) certification exam.
🔗 Live Site: https://aungmyokyaw.github.io/kcsa-exam-prep/
This is an interactive web application designed to help you prepare for the KCSA certification exam. It covers all 6 exam domains with quizzes, practice exams, a cheat sheet, and a glossary.
| Domain | Title | Weight |
|---|---|---|
| 1 | Overview of Cloud Native Security | 14% |
| 2 | Kubernetes Cluster Component Security | 22% |
| 3 | Kubernetes Security Fundamentals | 22% |
| 4 | Kubernetes Threat Model | 16% |
| 5 | Platform Security | 16% |
| 6 | Compliance and Security Frameworks | 10% |
- 📚 Domain-based Learning – Study each of the 6 exam domains with interactive quizzes
- 📝 Practice Exam – Simulated exam environment with multiple questions
- 📖 Cheat Sheet – Quick reference for key concepts
- 🔤 Glossary – Security and Kubernetes terminology
- ⚙️ Settings – Customize your study experience
- React 19 + TypeScript
- Vite 7
- Tailwind CSS v3
- shadcn/ui (40+ components)
- React Router
# Clone the repository
git clone https://github.com/AungMyoKyaw/kcsa-exam-prep.git
cd kcsa-exam-prep
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildThis project is automatically deployed to GitHub Pages via GitHub Actions on every push to main.
This work is licensed under a Creative Commons Attribution 4.0 International License.
You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material for any purpose, even commercially
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.