https://github.com/becloudready/quick-labs
Quick Labs - Interviews, Training and Demos
https://github.com/becloudready/quick-labs
aws azure digitalocean python
Last synced: 6 days ago
JSON representation
Quick Labs - Interviews, Training and Demos
- Host: GitHub
- URL: https://github.com/becloudready/quick-labs
- Owner: becloudready
- License: apache-2.0
- Created: 2019-06-27T01:21:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T15:54:49.000Z (8 months ago)
- Last Synced: 2025-06-03T04:28:23.452Z (8 months ago)
- Topics: aws, azure, digitalocean, python
- Language: Python
- Homepage: https://www.becloudready.com/cloud-0
- Size: 165 KB
- Stars: 0
- Watchers: 3
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Quick-Labs**
**Easily deploy and manage technical labs for interviews, training, and demos.**
## **✨ Features**
✅ **One-Click Lab Deployment** – Quickly launch pre-configured environments.
✅ **Supports Multiple Technologies** – Set up labs for:
- 🐧 **Linux** (Bash scripting, system administration)
- 🛢️ **Databases** (MySQL, PostgreSQL, MongoDB, etc.)
- ☸️ **Kubernetes** (Clusters, Deployments, CI/CD)
- 🤖 **AI Agents** (LLMs, automation, and chatbot environments)
✅ **Configurable & Scalable** – Customize labs with YAML-based templates.
✅ **Cloud & On-Prem Support** – Works on **AWS, GCP, Azure, and local setups**.
✅ **Automated Scoring (Optional)** – Assess interview performance in real-time.
---
## **🚀 Getting Started**
### **1️⃣ Clone the Repository**
```bash
git clone https://github.com/becloudready/quick-labs.git
cd quick-labs
```
### **2️⃣ Install Dependencies**
```bash
pip install -r requirements.txt # For AI & Automation Labs
kubectl version --client # For Kubernetes Labs
```
---
## **📦 Available Labs**
| Lab Name | Description |
|-----------|------------|
| `linux` | Learn shell scripting and sysadmin tasks |
| `db` | Hands-on with MySQL & PostgreSQL |
| `k8s` | Deploy a Kubernetes cluster for practice |
| `ai-agent` | Set up an AI-powered chatbot & automation |
---
## **🛠️ Contributing**
We welcome contributions! Feel free to:
- Create new labs
- Improve automation scripts
- Report issues & request features
Fork the repo and submit a **Pull Request**.
---
## **License**
Licensed under **Apache License**.