To create an Informatica gateway node from the workspace directory, enter the following command:
kubectl create -f joingateway.yaml
file.
After verifying that the pod is in a running state, monitor the installation process.
You can monitor the installation by logging into the pod and by checking the installation log present in the installation location:
/home/Informatica/Server/
The installation log has the following convention:
<Informatica_<version>_Services_<TIMESTAMP>.log
After the installation completes successfully, the installation status shows as "SUCCESS."
After joining the node, you can log into the Administrator tool to verify the same.
To know more information about the services created, you can monitor the infa_setup.log. You can run an interactive bash shell on the running pod with the kubectl exec command and then check the infa_setup.log under the / directory.
You can enter the kubectl exec command in the following format: