From 6f75b2856dfd8b873267d68c8e9bf3a08523ef32 Mon Sep 17 00:00:00 2001 From: An Pham Date: Fri, 6 Jun 2025 19:06:16 -0700 Subject: [PATCH] first commit --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md 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 +```