Skip to content

Kubernetes deployments for gromox, and grommunio (in progress)

Notifications You must be signed in to change notification settings

grommunio/gromox-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up Gromox k8s Cluster

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/

About

Kubernetes deployments for gromox, and grommunio (in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages