May 2019
Intermediate to advanced
442 pages
11h 36m
English
To launch a new test environment, move into this path, relative to the repository root, shown as follows:
cd ./chapter14/
Ensure that no other test environments are running and spin up this chapter's environment, shown as follows:
vagrant global-statusvagrant up
You can validate the successful deployment of the test environment using the following command:
vagrant status
This will output the following:
Current machine states:prometheus running (virtualbox)storage running (virtualbox)thanos 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 ...
Read now
Unlock full access