Hi there.
You could basically add --kube
flag behind of the typical hollaex
commands to perform it for the Kubernetes.
For example, hollaex setup --kube
command would setup a HollaEx Kit environment initially on your Kubernetes environment.
The hollaex seutp --kube
command would install the entire HollaEx Kit on the Kubernetes by using the [helm](https://helm.sh/)
package manager. Please make sure to set the Helm v2 up and running on your Kubernetes environment before doing a HollaEx setup.
For the SSL certificate issuing, HollaEx CLI uses cert-manager
preinstalled on the Kubernetes environment. Please install the [cert-manager](https://cert-manager.io/)
on your Kubernetes if you want to also enable an SSL for your HollaEx exchange.
With the same logic, hollaex web --setup --kube
command would setup a HollaEx web server (trading page) on your Kubernetes.
You could start, stop, and restart the exchange by using hollaex start / stop / restart --kube
commands.
We understand that the current docs for Kubernetes deployment is a bit “weak”. We are constantly working on the improvement, so It would be much better as time goes by
.
Thank you, and let me know if you need any further help.