Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/excoriate/quick-labs
A Collection of DevOps and Cloud Engineering Learning Labs
https://github.com/excoriate/quick-labs
cloud-engineering devops infrastructure-as-code labs learning
Last synced: 6 days ago
JSON representation
A Collection of DevOps and Cloud Engineering Learning Labs
- Host: GitHub
- URL: https://github.com/excoriate/quick-labs
- Owner: Excoriate
- License: mit
- Created: 2025-01-28T03:29:48.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2025-01-28T08:43:19.000Z (14 days ago)
- Last Synced: 2025-01-28T09:28:28.636Z (14 days ago)
- Topics: cloud-engineering, devops, infrastructure-as-code, labs, learning
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Quick Labs: DevOps & Cloud Engineering Learning Repository
## Overview
Quick Labs is a comprehensive, scenario-based learning repository designed for DevOps and Cloud Engineering stuff. This repository provides hands-on, practical labs covering various technologies, tools, and platforms essential in modern cloud-native infrastructure and development workflows.
## 🚀 Repository Structure
```
├── labs/
│ ├── docker/
│ ├── kubernetes/
│ ├── cloud-native/
│ └── others/ # more to add if needed
├── scripts/
└── templates/
```### Setup
```bash
# Clone the repository
git clone https://github.com/yourusername/quick-labs.git# Setup development environment
just hooks-init
```## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.