Accessing gopaddle UI
Steps to get the gopaddle UI endpoint for the gopaddle community edition
Kubernetes based installation
Follow these steps, if you have installed gopaddle community edition on MicroK8s, SUSE Rancher Prime, Digital Ocean, Artifact Hub, Kind, Minikube or Helm bassed Installations.
Once the gopaddle community is installed, wait for gopaddle services to move to running state
If you see this error message
timed out waiting for the condition on pods
, you can execute the above command once again to wait for all the gopaddle services to move to running state.Enable Firewall ports (if installing gopaddle lite on a cloud based VM)
The following TCP network ports have to be enabled/opened to use the gopaddle lite dashboard:
Ports 30000 to 30006: gopaddle endpoints
Port 32000: Service node port for Grafana dashboard on Kubernetes
Any node port assigned for an application deployed on Kubernetes
Access the gopaddle dashboard @
http://<NODE_IP>:30003
NODE_IP can be obtained by listing the nodes in the cluster.
If the cluster is installed on cloud based VMs, then the NODE_IP can be the public IP of the node.
Subscribe to gopaddle using your email ID. gopaddle will then send an initial password to the registered email ID. You can now login to the gopaddle dashboard using the email ID and the initial password.
Docker Compose Installation
gopaddle UI can be accessed @ http://localhost:8080
Subscribe to gopaddle using your email ID. gopaddle will then send an initial password to the registered email ID. You can now login to the gopaddle dashboard using the email ID and the initial password.
Last updated