Making a Traffic Call
- In a Docker Swarm cluster, you can use any machine's IP to make a traffic call. In the current working terminal, you can get the master IP using the following command.
MASTER_HOST_IP=`echo $DOCKER_HOST|cut -d ':' -f 2|cut -d '/' -f 3`
To get hosts' IP run docker-machine ls command and use any IP to make a traffic call.
- In the Docker Swarm cluster, you can use any machine's IP to make a traffic call. You can make a traffic call from your local terminal.
- To create API configurations, refer Setting Service Configuration Data.
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.