Making a Traffic Call
Procedure
-
To test traffic, here are some sample commands:
export LB=`kubectl describe service tm-svc|grep Ingress|awk -F' ' '{print $3}'` && echo $LB
curl -H 'Host:api.example.com' 'http://<IP from step 1>/hw_path_01?api_key=sra663fmnshjazx5sv2mgtmw'
Note: All Traffic should go to Load Balancer (going to master or slave directly will NOT work.)
Copyright © Cloud Software Group, Inc. All rights reserved.