Cookie cutter templating tool for scaffolding K8s manifests
(Pronounced as "cube cutter")
kubekutr
lets you quickly scaffold a bespoke configuration for Kubernetes resource manifests with an opinionated GitOps directory structure. kubekutr
is ideally meant to be used in combination with kustomize
Motivation
kustomize
is a great tool when it comes to declarative application management for manifests. There still exists a lot of manual scaffolding to create a base which defines your application state. kubekutr
aims to solve the issue of writing these manifests manually by providing a very simple Go template rendering engine.
Read the blog post for more information: https://mrkaran.dev/posts/introducing-kubekutr/