Generate K8s Yml
kubernate
Kubernate is a Kubernetes YAML generator that can be used as an alternative to other popular tools like Helm. Kubernate is distributed as a library and as a CLI, both working together to achieve one goal: Kubernetes as Code. The kubernate homepage is a great place to get more information.
https://www.npmjs.com/package/kubernate

Introduction
Kubernate is a Kubernetes YAML generator that can be used as an alternative to other popular tools like Helm. Kubernate is distributed as a library and as a CLI, both working together to achieve one goal: Kubernetes as Code. Checkout the getting started guide for a quick intro in how Kubernate works.
https://kubernate.dev/

Seonglae Cho