Hi HadoopMar,
Thanks for your response. Actually there is no standalone pod for gremlin in my configuration. I have an ONAP component called AAI (Active and available inventory). This component internally using Janusgraph/Gremlin server. I looked into the Pod file for AAI and there i can see the ClusterIP and port number for that component and when i try to update that IP an port in conf/remote.yaml and try to connect to gremlin server then it does not connect. So my assumption is gremlin is running on some other port. I tried to look if something is running on port 8181 using netstat -nlp | grep -i 8181 inside that pod bash console but nothing is running on that port. In the design document i could see the gremlin query is being sent to A&AIGroovyShell but i am unable to find the gremlin server connection details.
Note:
I can run gremlin query using the curl command (using that AAI pod cluster IP and port number ) and that works but using gremlin console i am unable to connect to gremlin server.
Can you please suggest how can i get the gremlin server details.
Regards,
Ankit Goel