commit 6f75b2856dfd8b873267d68c8e9bf3a08523ef32 Author: An Pham Date: Fri Jun 6 19:06:16 2025 -0700 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..d97e5ae --- /dev/null +++ b/README.md @@ -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 +```