kustomize
kustomize 5.8.1
Customization of kubernetes YAML configurations
<rendered-html><p>kustomize lets you customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.</p> </rendered-html>
https://github.com/kubernetes-sigs/kustomizeApache License 2.0
main program: kustomizeprograms: kustomize
Maintainers
Platforms (30)
wasm32-wasip1wasm64-wasip1microblazeel-linuxarmv7a-linuxarmv7l-linuxs390x-linuxmicroblaze-linuxmips64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ kustomize ];
Ad-hoc shell
nix-shell -p kustomize
Flake (nix run)
nix run nixpkgs#kustomize