Browse Source

first commit

main
An Pham 19 hours ago
commit
6f75b2856d
1 changed files with 26 additions and 0 deletions
  1. +26
    -0
      README.md

+ 26
- 0
README.md View File

@ -0,0 +1,26 @@
# DevOps Tools Box
🧰 A self-hosted, open-source DevOps utility toolbox deployed on Kubernetes using MicroK8s and Helm.
## 📦 Included Tools
- **Draw.io** – Diagramming tool (self-hosted)
- **Jupyter Notebook** – Interactive Python scripting
- **Ansible Bastion** – Lightweight controller with Ansible + AWS CLI
- **PrivateBin** – Pastebin for secure text sharing
## 🚀 Quick Start
### Requirements
- Kubernetes cluster (e.g., MicroK8s)
- Helm 3.x
- Ingress (optional)
### Installation
```bash
git clone https://github.com/yourname/devops-tools-box.git
cd devops-tools-box/charts/devops-tools-box
helm install devops-tools-box . -n devops-tools --create-namespace
```

Loading…
Cancel
Save