This lab is inspired by the well-known devops-exercises repository.
π― Goal: Not only answer interview questions, but also demonstrate practical solutions with code, pipelines, and diagrams.
solutions/β practical answers grouped by category (Linux, Networking, Kubernetes, CI/CD, etc.)diagrams/β architecture and workflow diagrams (Mermaid, Draw.io)automation/β real examples with Terraform, Ansible, Docker, GitHub Actions
flowchart TD
A[DevOps Exercises] --> B[Linux]
A --> C[Networking]
A --> D[Kubernetes]
A --> E[CI/CD]
A --> F[Cloud]
A --> G[Security]
A --> H[Databases]
B --> B1[Solutions]
C --> C1[Solutions]
D --> D1[Solutions]
E --> E1[Solutions]
F --> F1[Solutions]
G --> G1[Solutions]
H --> H1[Solutions]
- Core topics (Linux, Networking, CI/CD): ~20h
- Advanced topics (Kubernetes, Cloud, Security): ~20h
- Total estimated: ~40h
This repository is meant for study and practice.
The original questions belong to the devops-exercises project.
All practical implementations, diagrams, and automation scripts here are my own contributions.