The instructions for setting up Gromox on a k8s cluster.
Note: This K8 setup requires adaption for professional deployments at scale. This repository provides basic recipes which require adaption based on your setup type, for example geo-redundant setups, usage of existing database service containers or alike.
-
Set up a k8s cluster. You can install Kind or Minikube
- This setup was tested using Kind
-
Run the setup file.
./setup.sh
-
Grommunio web is available by running the following command:
kubectl port-forward service/gromox-service 5050:443 --address 0.0.0.0
Then access the GUI with
https://<your ip>:5050/web/
-
Grommunio admin is available by running the following command (for now, it will be resolved in the soon):
kubectl port-forward service/gromox-service 5000:8443 --address 0.0.0.0
Then access the GUI with
https://<your ip>:5000/web/