kubekutr icon indicating copy to clipboard operation
kubekutr copied to clipboard

Cookie cutter templating tool for scaffolding K8s manifests

Results 6 kubekutr issues
Sort by recently updated
recently updated
newest added

The steps in https://github.com/mr-karan/kubekutr#grab-the-latest-binary are incorrect. Also, has a few problems. `curl -sL "https://github.com/mr-karan/kubekutr/releases/download/0.8.2/kubekutr_0.8.2_$(uname)_amd64.tar.gz"` 1. `$(uname)` returns `Linux` not `linux` 2. The version `0.8.2` is written twice, so even if...

Umbrella issue for adding more resources and spec fields to existing resources - Job - CronJob - Role - Service Account - RoleBinding

enhancement

Use a global flag for verbosity level. Default is `Info`. If `-v` passed, enable `debug` logging.

enhancement

It would be nice to make `kubekutr` flexible to allow users to *drop-in* their own templates. We have numerous 'shared' components such as `mysqld-exporters`, `mariadb`, which applications can reference as...

enhancement