Hi Everyone,
Context: 3 Azure VM’s (Management - Windows, Database & Middletier - Linux) all in one Virtual Network.
Issue: When trying to Deploy Middle Tier, I get the following Error,
10.80.50.5 is my Database server’s private ip address. And I couldnt find a port 10250 in the Database Server either. And when I googled it seems the 10250 is a port of Kubernetes.
Would someone be able to clarify:
Should the dial tcp command actually be trying to reach <<db_host>>:10250?
And if so
Should the DB server have a port 10250? When does it get configured and opened?
PS: I was able to do ‘prepare database’ and ‘deploy ifs application database code’ steps without any issues. Log files were okay as well.
Any help in this regard is appreciated.
Thanks.