Manifestor - CLI to generate Kubernetes Manifest

Manifestor - CLI to generate Kubernetes Manifest

After working for Kubernetes for around 2 years and writing manifest for them I am wanted something that can be easy and that can generate manifest files for me taking few inputs, that's why I created Manifestor, a CLI tool that generates kubernetes manifests asking you questions and generated manifest will follow best practices that are required in writing manifest, for example, we forget to put resource - request and limits, we forget to give namespaces which are handled by this CLI.

Project is still in Alpha Stage and I am currently experimenting with this how to make everyone's life easier when they are entering world of Kubernetes.

Project is open source on Github with MIT License - github.com/ratnadeep007/manifestor

Be sure to have a look and try it out, if you want any feature to accommodated connect with via mail or create a issue. There are multiple issues listed if you want to contribute you are most welcome. Fork it, make changes, create a pull request.