GitHub - Megapixel99/nodejs-k8s: Attempt to recreate the core functionality of v1.29.1 Kubernetes in NodeJS, whle being fully compatible with the kubectl CLI
Kubernetes in NodeJS
This project was/is an attempt to recreate the core functionality of v1.29.1 Kubernetes in NodeJS, while being fully compatible with the kubectl CLI. Though this project only implements some resources, the resources which were partially/fully implemented seem to be the most used (i.e. Pods, Services, etc) and the others may be implemented in the future.
Resources Partially Implemented
Pod (volume mounts are not supported)
ClusterRole
ClusterRoleBinding
Ingress
Role
RoleBindi...
Read more at github.com