After you have ensured that all the required software is available on your host, you may proceed with one or both of the following walkthroughs.
Spinning up a new environment
Automated deployment walkthrough
This method will abstract all the deployment and configuration details, allowing you to have a fully running test environment with only a couple of commands. You'll still be able to connect to each of the guest instances and change configurations.
The steps to spin up the environment are as follows:
- Clone this book's repository:
git clone https://github.com/PacktPublishing/Hands-On-Infrastructure-Monitoring-with-Prometheus.git
- Step into the newly created directory and chapter number:
cd Hands-On-Infrastructure...