I found the following IPs from the Cluster JSON file:
"driver": {
"private_ip": "10.*.*.*",
"public_dns": "172.*.*.*",
"node_id": "80*****",
Similar the executors configuration
"executors": [
{
"private_ip": "10.*.*.*",
"public_dns": "172.*.*.*",
"node_id": "7a********",
I assumed the public_dns IP "172.*.*.*" is the public IPs of the driver/executor nodes. is it correct?