The Ultimate DevOps, SRE, and Kubernetes Interview Repository
Kubesimplify Interview Prep is a community-driven platform designed to master DevOps, SRE, and Cloud Native interviews. Unlike standard Q&A sites, we focus on:
- Real-World Scenarios: Production incidents and war stories.
- Hands-On Troubleshooting: Debugging broken clusters and CI/CD pipelines.
- System Design: Architectural decision-making for scale.
Use this guide to set up the project on your local machine for development and contributions.
- Hugo Extended (v0.120.0+ recommended)
- Node.js (v18+ recommended)
- Git
-
Clone the Repository
git clone https://github.com/kubesimplify/interview-prep.git cd interview-prep -
Install Dependencies
npm install
-
Start Development Server
hugo server
Access the site at
http://localhost:1313.
We follow a structured process to ensure high-quality content.
We use a Google Doc to brainstorm and refine ideas before they become Pull Requests. This prevents duplicate work and ensures quality.
- 💡 Share Your Idea: Add your question/scenario to the Ideas Google Doc.
- 🗣️ Discuss: Community members and maintainers review the idea.
- 📝 Create Issue: Once approved, open a GitHub Issue.
- 👨💻 Submit PR: Fork the repo, add your content, and link the issue.
👉 Read strict guidelines in CONTRIBUTING.md.
content/
├── devops/ # CI/CD, Linux, Networking questions
├── k8s/ # Kubernetes architecture, security, troubleshooting
└── sre/ # Observability, reliability, incident management
assets/ # SCSS, Images, Scripts
layouts/ # Hugo HTML templates
data/ # Site configuration and icons
- Hugo: World's fastest site generator.
- Bootstrap 5: Responsive UI framework.
- Kubesimplify: Community love.