May 2019
Intermediate to advanced
442 pages
11h 36m
English
This method will abstract all the deployment and configuration details, allowing you to have a fully provisioned test environment with a couple of commands. You'll still be able to connect to each of the guest instances and tinker with the example configurations.
To launch a new test environment, move into this chapter path, relative to the repository root:
cd ./chapter06/
Ensure no other test environments are running and spin up this chapter’s environment:
vagrant global-statusvagrant up
You can validate the successful deploy of the test environment using:
vagrant status
Which will output the following:
Current machine states:prometheus running (virtualbox)target01 running (virtualbox)This environment ...
Read now
Unlock full access