Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 3.33 KB

File metadata and controls

88 lines (63 loc) · 3.33 KB

Kubesimplify Interview Prep

Kubesimplify Interview Prep License Hugo PRs Welcome

The Ultimate DevOps, SRE, and Kubernetes Interview Repository

Start LearningContribute IdeasJoin Community


🚀 About the Project

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.

🛠️ Getting Started Locally

Use this guide to set up the project on your local machine for development and contributions.

Prerequisites

Installation

  1. Fork the Repository and Clone it locally

    git clone https://github.com/kubesimplify/interview-prep.git
    cd interview-prep
  2. Install Dependencies

    npm install
  3. Start Development Server

    hugo server

    Access the site at http://localhost:1313.

🤝 How to Contribute

We follow a structured process to ensure high-quality content.

The "Details First" Workflow

We use a Google Doc to brainstorm and refine ideas before they become Pull Requests. This prevents duplicate work and ensures quality.

  1. 💡 Share Your Idea: Add your question/scenario to the Ideas Google Doc.
  2. 🗣️ Discuss: Community members and maintainers review the idea.
  3. 📝 Create Issue: Once approved, open a GitHub Issue.
  4. 👨‍💻 Submit PR: Fork the repo, add your content, and link the issue.

👉 Read strict guidelines in CONTRIBUTING.md.

📂 Repository Structure

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

✨ Powered By


Built with ❤️ by the Kubesimplify Community