Is there any tool , online or self hosted , that takes all the values in UI as input and generate the full declarative yaml for the following kubernetes objects:
Edit:
I have been using kubectl create
and kubectl run
, but they dont spupport all the possible configuration options , and you still need to rememer all the options it supports , in UI one would be able to select from the give options for each resource.
The closest is kubectl create ....
and kubectl run .....
. Run them with -o yaml --dry-run > output.yaml
. This won't create the resource, but will write the resource description to output.yaml file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With