Alternative Inventory Backends
We provide pluggable backend alternatives for the Inventory:
reclass
(default): The original kapitan inventory (see reclass)reclass-rs
: The Rust drop in replacement (see reclass-rs)omegaconf
: An alternative inventory solution based on Omegaconf
You can switch the backend to by:
- (recommended) Define the backend in the .kapitan config file.
- Passing the
--inventory-backend=backend
command line option when callingkapitan
.