To provide a hands-on approach, we'll be creating a new test environment for this chapter. The setup we'll be using resembles the following diagram:
Figure 10.1: Test environment network
To provide a hands-on approach, we'll be creating a new test environment for this chapter. The setup we'll be using resembles the following diagram:
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-status
vagrant 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 ...