Helm Chart
Hydrui includes a Helm chart that you can use with Kubernetes. You first need to grab a copy of the source code. The Helm chart can be found in the deploy/helm folder.
There is more documentation alongside the Helm chart for how to use it. Here is a basic example of how you can use the included Helm chart to deploy a client-only copy of Hydrui locally:
$ helm install my-hydrui-instance deploy/helm/hydrui
...