[TP] Setting up the test environment
What you will learn in this TP :
Oracle VM VirtualBox
We will use VirtualBox to deploy our test VMs. Some labs will be done on Docker so if you already have a Docker engine you can use it instead of deploying a new VM.
You must proceed with the installation of VirtualBox by following the procedure corresponding to your system:
https://www.virtualbox.org/wiki/Downloads
Hashicorp Vagrant
We will use Vagrant to automatically deploy test environments. To learn more about Vagrant, you can follow our dedicated training.
You must proceed with the installation of Vagrant by following the procedure corresponding to your system:
https://developer.hashicorp.com/vagrant/install
From concept to expertise
We have preconfigured a repo for the training.
-
Git repo
You can use the command below to clone the repo:
git clone https://github.com/De-la-decouverte-a-l-expertise/dynatrace-formation.git -
Environment choice
The test environment configurations are located in the tp folder. In this folder there are several subfolders, each corresponding to a test environment: simple VM, VM with Docker, VM with application... Depending on the lab, we will specify which one to use:
cd dynatrace-formation/tp/REP -
Creation of the environment
Once in the folder that corresponds to the desired environment, you can launch the creation of the environment on VirtualBox with the following Vagrant command
vagrant up
Course Glossary
The use of artificial intelligence and machine learning to automate and improve IT operations (e.g., anomaly detection, reducing alert noise).
An open source framework providing standards, APIs, and SDKs to collect and export observability data (traces, metrics, logs) in an agnostic way.
Recommended Articles
Understand the evolution of billing in Dynatrace: the difference between the ...
Discover why and how to configure Grafana Alloy so that it monitors itself, c...
Discover how to enable, secure, and use Grafana Alloy's built-in web interfac...
Discover the fundamental concepts of Grafana Alloy, the transition from the s...
Master Grafana Alloy's declarative syntax (River language), learn to manipula...
Learn how to configure Grafana Alloy to collect, transform, and forward metri...
Discover how to configure Grafana Alloy to read log files, journald, or netwo...
Dive into distributed trace processing. Learn how to ingest OTLP, Jaeger, or ...
Discover how to configure continuous profiling in your environments using Gra...
Learn how to manage large-scale Grafana Alloy deployments. Configure Clusteri...
Discover Grafana Assistant, the artificial intelligence integrated into Grafa...
Comparison between Grafana Alloy and Dynatrace ActiveGate. Understand the fun...