{"id":27373808,"url":"https://github.com/johnnyhuy/todo-app-kubernetes","last_synced_at":"2026-04-10T01:02:40.805Z","repository":{"id":122634858,"uuid":"467064495","full_name":"johnnyhuy/todo-app-kubernetes","owner":"johnnyhuy","description":"🚀 NodeJS todo app powered by Kubernetes using Kube Invaders, MongoDB, Vue 3, Skaffold, Minikube, Helm and more!","archived":false,"fork":false,"pushed_at":"2024-05-05T06:17:43.000Z","size":1107,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T09:19:15.463Z","etag":null,"topics":["chaos-engineering","hacktoberfest","helm","kubernetes","load-testing","nodejs","todo","todo-app","vue"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnnyhuy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-03-07T11:25:35.000Z","updated_at":"2024-05-05T06:17:47.000Z","dependencies_parsed_at":"2024-04-18T21:08:49.989Z","dependency_job_id":null,"html_url":"https://github.com/johnnyhuy/todo-app-kubernetes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnyhuy%2Ftodo-app-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnyhuy%2Ftodo-app-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnyhuy%2Ftodo-app-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnyhuy%2Ftodo-app-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnnyhuy","download_url":"https://codeload.github.com/johnnyhuy/todo-app-kubernetes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248705203,"owners_count":21148500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chaos-engineering","hacktoberfest","helm","kubernetes","load-testing","nodejs","todo","todo-app","vue"],"created_at":"2025-04-13T11:28:52.480Z","updated_at":"2025-12-30T22:21:39.499Z","avatar_url":"https://github.com/johnnyhuy.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/johnnyhuy/todo-app-kubernetes\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.svg\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n    \u003c/a\u003e\n    \u003ch3 align=\"center\"\u003eTodo App Kubernetes\u003c/h3\u003e\n    \u003cp align=\"center\"\u003e\n    A demonstration of a todo application in a container orchestration environment.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"#monitoring\"\u003eMonitoring\u003c/a\u003e\n    ·\n    \u003ca href=\"#load-testing\"\u003eLoad testing\u003c/a\u003e\n    ·\n    \u003ca href=\"#chaos-testing\"\u003eChaos testing\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"./FINDINGS.md\"\u003eFindings\u003c/a\u003e\n    ·\n    \u003ca href=\"#acknowledgments\"\u003eAcknowledgments\u003c/a\u003e\n\u003c/div\u003e\n\n## Background\n\n![Todo App][product-screenshot]\n\nThis project was made to solve the problem of introducing new team members into Kubernetes. Demonstrating tool to host a microservices app in Kubernetes along with testing and monitoring capabilities.\n\nWe're using Minikube as a baseline to deploy services into Kubernetes. However, this can be compatible with Managed Kubernetes Services give or take some modification to adapt to cloud providers.\n\n### Built With\n\nNotable tools including, but not limited to:\n\n* [Node.js](https://nodejs.org/en/)\n  * [Vue.js 3](https://vuejs.org/) - frontend\n  * [NestJS](https://nestjs.com/) - backend\n  * [Vite](https://vitejs.dev/)\n* [MongoDB](https://www.mongodb.com/) - database\n* [Kubernetes](https://kubernetes.io/)\n  * [Helm](https://helm.sh/)\n  * [Skaffold](https://skaffold.dev/)\n\n## Getting Started\n\n### Prerequisites\n\n- NodeJS v17+\n- Docker\n- Minikube\n\n#### MacOS\n\nUse Homebrew to install required tools.\n\n```sh\nbrew bundle\n\n# Install NodeJS\nnvm use 16\n```\n\n#### Windows\n\nUse Chocolatey to install required tools. Run the PowerShell script as admin.\n\n```ps1\n.\\Install-ChocoTools.ps1\n\n# Install NodeJS\nnvm use 16\n```\n\n#### Multi-platform\n\nAlternatively, we can use VSCode dev containers to open a cluster environment. This only requires Docker.\n\nOpen this project in VSCode, `ctrl + p` and enter `Remote-Containers: Rebuild and Reopen in Container`.\n\n### Usage\n\n\u003e Feel free to inspect `make` commands in the [`Makefile`](./Makefile)\n\n```sh\n# Start local cluster\nmake local-cluster\n\n# Create a tunnel between Minikube and our local machine (localhost)\nmake tunnel\n```\n\n## Monitoring\n\n```sh\nmake deploy-monitoring\n```\n\n## Load Testing\n\nWe can run load tests locally. This requires `k6` and NodeJS with Yarn.\n\n```sh\nmake load-test\n```\n\n## Chaos Testing\n\n\u003e TODO\n\n## Contributing\n\n```bash\n# Start local cluster\nmake local-cluster\n\n# Build images, deploy, port-forward and watch for changes\nskaffold dev\n\n# OR\n\n# Do everything `skaffold dev` except watching \u0026 port-forwarding\nskaffold build -q | skaffold deploy --build-artifacts -\n```\n\n## Findings\n\nLittle tid bits can me found in [`FINDINGS.md`](./FINDINGS.md)\n\n## Acknowledgments\n\nDistributed under the MIT License. See [`LICENSE`](./LICENSE) for more information.\n\n\u003e TODO\n\n[contributors-shield]: https://img.shields.io/github/contributors/johnnyhuy/todo-app-kubernetes.svg?style=for-the-badge\n[contributors-url]: https://github.com/johnnyhuy/todo-app-kubernetes/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/johnnyhuy/todo-app-kubernetes.svg?style=for-the-badge\n[forks-url]: https://github.com/johnnyhuy/todo-app-kubernetes/network/members\n[stars-shield]: https://img.shields.io/github/stars/johnnyhuy/todo-app-kubernetes.svg?style=for-the-badge\n[stars-url]: https://github.com/johnnyhuy/todo-app-kubernetes/stargazers\n[issues-shield]: https://img.shields.io/github/issues/johnnyhuy/todo-app-kubernetes.svg?style=for-the-badge\n[issues-url]: https://github.com/johnnyhuy/todo-app-kubernetes/issues\n[license-shield]: https://img.shields.io/github/license/johnnyhuy/todo-app-kubernetes.svg?style=for-the-badge\n[license-url]: https://github.com/johnnyhuy/todo-app-kubernetes/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://www.linkedin.com/in/johnnyhuy/\n[product-screenshot]: ./images/project-image.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnyhuy%2Ftodo-app-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnnyhuy%2Ftodo-app-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnyhuy%2Ftodo-app-kubernetes/lists"}