Kln is utility that helps to keep your cluster clean by finding and deleting
any kubernetes object based a criteria that you provide. The criteria (resource identifier
as I call it) is highly customizable and can include minimum age, metadata, spec
and status.
Background
Kln is inspired by kube-janitor
which is absolutely a great tool! But we needed something that is more flexible
and can handle custom resources (specifically tekton
PipelineRuns and TaskRuns)