{"id":51190216,"url":"https://github.com/dhanyn10/kube-simulator","last_synced_at":"2026-06-27T14:30:44.261Z","repository":{"id":361525320,"uuid":"1223095194","full_name":"dhanyn10/kube-simulator","owner":"dhanyn10","description":"powerful, interactive visual designer for Kubernetes infrastructure, with a drag-and-drop interface and instantly generate valid manifests.","archived":false,"fork":false,"pushed_at":"2026-06-14T14:30:38.000Z","size":26408,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T16:08:47.346Z","etag":null,"topics":["builder","kubernetes","simulator"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dhanyn10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-28T02:15:22.000Z","updated_at":"2026-06-14T14:30:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dhanyn10/kube-simulator","commit_stats":null,"previous_names":["dhanyn10/kube-simulator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dhanyn10/kube-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanyn10%2Fkube-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanyn10%2Fkube-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanyn10%2Fkube-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanyn10%2Fkube-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhanyn10","download_url":"https://codeload.github.com/dhanyn10/kube-simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanyn10%2Fkube-simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34857480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["builder","kubernetes","simulator"],"created_at":"2026-06-27T14:30:43.293Z","updated_at":"2026-06-27T14:30:44.246Z","avatar_url":"https://github.com/dhanyn10.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Kube Simulator\n\nKube Simulator is a powerful, interactive visual designer for Kubernetes infrastructure. Built with **Wails**, **Go**, and **React**, it allows developers and DevOps engineers to architect complex Kubernetes environments with a drag-and-drop interface and instantly generate valid manifests.\n\n---\n\n## ✨ Features\n\n- **Visual Infrastructure Design**: Drag and drop Kubernetes resources onto a canvas to design your cluster architecture.\n- **Smart Resource Configuration**: Detailed configuration panels for:\n  - **Workloads**: Deployments, StatefulSets, and DaemonSets.\n  - **Networking**: Services, Ingress, and Internet connectivity.\n  - **Storage**: Persistent Volume Claims (PVCs) and Data Resources (ConfigMaps/Secrets).\n  - **Scaling**: Horizontal Pod Autoscalers (HPA).\n- **Auto-Validation**: Real-time validation of names and configurations following Kubernetes DNS-1123 standards.\n- **YAML Generation**: One-click generation of production-ready Kubernetes YAML manifests.\n- **Simulation Engine**: Preview how traffic flows through your services and workloads.\n- **Integrated Logging**: Real-time backend and frontend log monitoring with Gmail-style management.\n\n## 🛠️ Tech Stack\n\n- **Backend**: Go with [Wails v2](https://wails.io/)\n- **Frontend**: React, TypeScript, Tailwind CSS, Zustand\n- **Canvas Engine**: [React Flow](https://reactflow.dev/)\n- **Build System**: pnpm\n\n## 📦 Installation\n\n### Windows\n1. Go to the [Releases](https://github.com/dhanyn10/kube-simulator/releases) page.\n2. Download the `kube-simulator-installer.exe` for a standard installation or `kube-simulator-portable.exe` for a zero-install experience.\n3. Run the application.\n\n## 🚀 Getting Started\n\n1. **Add Nodes**: Use the sidebar to drag resources (Pod, Service, Ingress, etc.) onto the canvas.\n2. **Connect Resources**: Click and drag from one resource handle to another to define relationships.\n3. **Configure**: Click on a node to open the **Right Sidebar** and customize its properties (images, replicas, ports, etc.).\n4. **Simulate**: Click the **Play** button in the top menu bar to start the simulation and see connectivity in action.\n5. **Export**: Once satisfied, use the **Export YAML** button to get your Kubernetes manifest.\n\n## 🔨 Development\n\n### Prerequisites\n- [Go](https://go.dev/) 1.25+\n- [Node.js](https://nodejs.org/) 22+\n- [pnpm](https://pnpm.io/)\n- [Wails CLI](https://wails.io/docs/gettingstarted/installation)\n\n### Setup\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/dhanyn10/kube-simulator.git\n   cd kube-simulator\n   ```\n\n2. Install dependencies:\n   ```bash\n   # Root directory\n   go mod download\n\n   # Frontend directory\n   cd frontend\n   pnpm install\n   ```\n\n3. Run in development mode:\n   ```bash\n   wails dev\n   ```\n\n4. Build for production:\n   ```bash\n   # Using the provided script\n   ./build-dist.sh\n   ```\n\n## 📄 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n---\n\nBuilt with ❤️ by [dhanyn10](https://github.com/dhanyn10)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhanyn10%2Fkube-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhanyn10%2Fkube-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhanyn10%2Fkube-simulator/lists"}