Kinitiras
GitHubToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Edit page

Welcome to the Kinitiras

Build Status codecov Go Report Card Go doc

A lightweight but powerful and programmable rule engine for kubernetes admission webhook.

If you want to use it in clientside with client-go, please use pidalio.

Getting Started

Feature overview

One webhook for all

You can customize your own mutate/validate policy to override/validate any resource in the Cluster instead of writing a new webhook.

Validate any resources

Kinitiras support validate all kind of resource including user CRD, can select resource by setting resource GVK and labels.

Override any resources

Kinitiras support override all kind of resource including user CRD, can select resource by setting resource GVK and labels.

Provide simple template

Kinitiras provides very simple template to make it easy to use, it takes only few field to validate or override resources fields.

Support Cue

Kinitiras also support cue which provides a powerful method to write complex rule for any situation.

Support clientside

Kinitiras also provides clientside package, click here to learn more.




A lightweight but powerful and programmable rule engine for kubernetes admission webhook.