Table of Contents

Search

How to Configure Big Data Management on Kubernetes

How to Configure Big Data Management on Kubernetes

Step 20. Connect to the Domain from the Developer tool

Step 20. Connect to the Domain from the Developer tool

Perform the following steps to set the entry in the hosts file:
  1. Add the node and pod entries correctly to the
    C:\Windows\System32\drivers\etc\hosts
    file on the machine where the Developer tool is installed.
  2. Enter the following command to list the status of all the pods:
    kubeclt get pod new -infaserver -o wide
    .
    The output displays the node name on which it is running.
  3. To get the node's IP address, enter the following command:
    kubectl get nodes -o wide
    The output lists all the available nodes and the external IP address.
  4. Get the IP address of the node that has the new infaserver pod running.
  5. On a Windows machine, add the following entry to the
    C:\Windows\System32\drivers\etc\hosts
    file:
    <Node_External_IP> <tab or space> <pod_name>
    .
    For example,
    37.100.167.23 new-infaserver
    .
  6. Save the file after adding all the entries.
To connect to the domain from the Developer tool, perform the following steps:
  1. In the
    Object Explorer
    view, right-click the Model Repository Service associated with the Model repository to which you want to connect.
  2. Select
    Connect
    .
    The
    Connect to Domain
    dialog box appears.
  3. Enter the user name and password.
  4. Click
    OK
    .
    The Developer tool connects to the Model repository.

0 COMMENTS

We’d like to hear from you!