Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The test is completed by a script which located at iec project. At first, the program will start a Nginx server based on nginx.yaml file. After the status of Nginx pods are OK, it will send a wget "get" request to the Nginx server port for getting the reply. If there is a reply, it will be checked automaticly and restored in local database. At last, all the resources about it Nginx will be deleted by "kubectl delete" command. 

Expected output

The script will get the information from the Nginx service IP for checking. Just as follows:

wget -O /dev/null "http://serviceIP"

...