Kubernates in Node.js

This project aims to recreate Kubernetes core functionality in NodeJS, with partial implementation of popular resources like Pods and Services. Some resources are fully implemented, while others may be in the works. Requirements include NodeJS v20, Docker Engine v25.0.3, and a MongoDB instance. The project recommends installing kubectl but it’s not mandatory. Follow instructions to install dependencies, set up MongoDB, and use kubectl to create Kubernetes resources. Examples are provided in the helloworld directory, and users are encouraged to report issues or contribute. The project is licensed under the MIT License.

https://github.com/Megapixel99/nodejs-k8s

To top