Table of Contents

Search

How to Configure Big Data Management on Kubernetes

How to Configure Big Data Management on Kubernetes

Step 18. Connect to the Administrator Tool

Step 18. Connect to the Administrator Tool

To connect to the Administrator tool, you need the node IP on which the infaserver runs and the nodePort of the pod.
  1. Enter the following command to list the status of all pods:
    kubectl get pod infaserver -o wide
    The output displays the node name on which the infaserver runs.
  2. 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 corresponding external IP. Note the IP address of the node that has the new-infaserver pod running.
  3. On the Windows machine, add the following entry to the hosts file in the
    C:\Windows\System32\drivers\etc\hosts
    path, and save the file:
    <Node_External_IP> <tab or space> <pod_name>
    For example:
    37.100.167.23 infaserver
  4. To access the Administrator tool in a browser, enter the pod name followed by the NodePort number.
    Use the following format: http://<pod-name>:<NodePort>
    For example, http://new-infaserver:32005
    Default Administrator tool node port number is 32008.

0 COMMENTS

We’d like to hear from you!