May 2019
Intermediate to advanced
442 pages
11h 36m
English
To launch a new test environment, move into this chapter's path, relative to the repository root:
cd ./chapter12/
Ensure that no other test environments are running and spin up this chapter's environment:
vagrant global-statusvagrant up
You can validate the successful deployment of the test environment using the following command:
vagrant status
This will provide you with the following output:
Current machine states:prometheus running (virtualbox)consul running (virtualbox)This environment represents multiple VMs. The VMs are all listed above with their current state. For more information about a specific VM, run `vagrant status NAME`.
When the deployment tasks end, you'll be able to validate the following endpoints on your host ...
Read now
Unlock full access