I’ve just released another snapshot of my microbean-helm
project.
The latest addition is a façade class named Charts
.
Among other things, it functions as a simple entry point into the common Helm-like operations you might want to do from within your Java program or library.
Have a look at the install()
methods. These install a Helm chart into a Kubernetes cluster given a URL to the chart location in one relatively easy invocation. Happy Helming from Java!