A structured collection of DevOps learning scenarios and practical implementations.
This repository contains hands-on DevOps scenarios designed for learning and practicing various tools, technologies, and workflows. Each scenario is self-contained with its own documentation, configuration, and automation scripts.
| # | Scenario | Description | Status |
|---|---|---|---|
| 01 | Local K8s Kubespray | Local Kubernetes cluster using Kubespray + Vagrant/VirtualBox | Ready |
make list # List available scenarios
make deploy SCENARIO=01 # Deploy a scenario
make verify SCENARIO=01 # Verify deployment
make destroy SCENARIO=01 # Clean upDevOps_scenarios/
├── README.md
├── Makefile
├── scenarios/
│ ├── 01-local-k8s-kubespray/
│ │ ├── SETUP.md
│ │ ├── architecture.md
│ │ ├── config/
│ │ ├── scripts/
│ │ └── troubleshooting.md
│ └── 02-.../
├── templates/
│ └── scenario-template.md
└── (existing directories)
For detailed information about each scenario, navigate to its directory.