The Rancher Prime cluster configuration file is usually available @ /etc/rancher/rke2/rke2.yaml in the master node.
Configure Default Storage Class
gopaddle requires a default storage class to install its dependent stateful services like mongodb, influxdb etc. The below steps can be ignored, if the cluster already has a default storage class configured. Otherwise, install the CSI driver based on the Rancher Prime environment.
Patch the node labels topology.kubernetes.io & topology.kubernetes.io/zone, so that the AWS EBS CSI driver schedules the persistent volumes on the selected region and the availability zone.
Create Standard storageClass
a) From the Rancher Prime UI, create a new storage class named - standard and choose the provisioner.
b) Patch the standard storage class and set it as the default storage class.
Install gopaddle-lite from marketplace
In the Rancher Prime dashboard, in the Charts section, search for the gopaddle chart and install.
This will install all the gopaddle services. Wait for the gopaddle services to move to ready state.
Accessing gopaddle dashboard
Once the installation is complete, open the firewall ports 30000-30006 and 32000 in the Rancher Prime nodes.
gopaddle dashboard can be accessed @ http://<NODE_IP>:30003
NODE_IP can be obtained by listing the nodes in the cluster.
NOTE: 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.