Hi ,
We are running couchbase in a aws eks cluster. The worker nodes are hosted in a private subnet and the couchbase console is accessed via AWS load balancer.
I would like to update certain documents using Java running outside of kubernetes cluster. I was reading https://docs.couchbase.com/java-sdk/3.0/howtos/managing-connections.html to establish connection with the eks couchbase cluster but couldn’t understand how to access the couchbase cluster from outside.
There are many nodeport services and varios ports . Any idea what to do ?
Do I need to create a aws LB and point it to any particular node port service and use the LB host in my java code ?
any help is appreciated. Thanks
Regards
Suren