After deploying risingwave on a K8 cluster in Azure, the frontend service is mapped to an ingress. The goal is to access risingwave and perform stream configurations. The team is facing issues accessing the service and needs guidance on how to proceed with running queries and creating sources/sinks. They are also inquiring about the port to connect to the risingwave frontend node and how to point it outside of the cluster.
Sujith Kumar.S
Asked on Mar 27, 2024
Connect to the risingwave frontend node using a psql
or other postgres compatible client.
The default port for the risingwave frontend node is 4566.
If the frontend service is running on ports 8080 and 4567, you can try connecting to port 4567 for risingwave.
If you need to point the connection outside of the cluster, ensure that the necessary network configurations are in place.
If you deployed risingwave using an operator, gather the Kubernetes configuration from the devops team for further troubleshooting and setup.