You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
An Pham 14211ec51b update yaml 12 hours ago
devops-tools-box/charts/devops-tools-box update yaml 12 hours ago
README.md first commit 12 hours ago

README.md

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

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