May 2019
Intermediate to advanced
442 pages
11h 36m
English
To generate this chapter's virtual machine (VM) based test environment, go to the correct repository path, relative to the code repository root:
cd ./chapter10/
Ensure that no other test environments are running and spin up this chapter's environment, as follows:
vagrant global-statusvagrant up
You can validate the successful deployment of the test environment using the following code:
vagrant status
This will give the following output:
Current machine states:prometheus running (virtualbox)grafana 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 ...
Read now
Unlock full access