New to Kubepack? Please start here.
Pack JSONNET Support
Pack support jsonnet. Pack publisher can write kubernetes resource’s definition in jsonnet format.
Then dependant users can require that repository via dependency-list.yaml and simply $ pack dep
command.
This will bring all the dependencies in manifests/vendor
folder. Remainder, publisher’s repository may contains jsonnet file,
but it’ll appear in kubernetes resource’s yaml format under user’s manifests/vendor
folder.
Learn More About jsonnet Support
- Here How jsonnet works in Pack and appears in
manifests/vendor
folder. - Here How jsonnet works in Pack, in more complex scenario than previous one.