Thank you for considering contributing to DevOps Interview Questions! 🎉 This repository is a community-driven effort to provide a comprehensive collection of 550+ interview questions and answers covering various DevOps tools and cloud platforms. Your contributions help make this resource valuable for DevOps learners and professionals.
-
Click the Fork button (top-right corner) to create a copy of the repository in your GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/NotHarshhaa/devops-interview-questions.git cd devops-interview-questions
-
Create a new branch for your changes:
git checkout -b feature/add-new-questions
Important
- Navigate to the respective category (e.g., AWS, Kubernetes, Docker, etc.).
- Add your new question in the format:
### ❓ Question: How does Kubernetes handle container networking?
**Answer:** Kubernetes uses CNI (Container Network Interface) plugins to configure networking for pods, allowing communication between containers and external services.
- Ensure answers are clear, concise, and technically correct.
- If you find a question that needs better explanation, formatting, or corrections, edit it.
- Add code snippets where necessary to improve clarity.
- Ensure markdown syntax is correct.
- Use proper bullet points, headers, and spacing for readability.
- If applicable, add links to official documentation or reputable sources for further reading.
-
Add your changes:
git add .
-
Commit with a descriptive message:
git commit -m "[DevOps-Interview] feat: Added Kubernetes networking question"
-
Push to your forked repository:
git push origin feature/add-new-questions
-
Open a Pull Request (PR) on GitHub.
Tip
🔹 Ensure your PR has a clear title & description
🔹 Follow markdown formatting properly
🔹 Keep PRs focused on a specific topic (avoid multiple unrelated changes)
🔹 Mention any related issues in your PR (if applicable)
Note
By participating in this project, you agree to follow our Code of Conduct to maintain a respectful and collaborative environment.
Important
If you find this repository helpful, please star ⭐ it and spread the word!
🚀 Happy Contributing! 🚀