[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 course.
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/RousselTM/docker-formation -
Environment selection
The test environment configurations are located in the tp folder. Inside 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 elasticsearch-kibana-formation/tp -
Environment creation
Once in the folder corresponding to the desired environment, you can start the environment creation on Virtualbox with the following Vagrant command:
vagrant up -
VM Access
You can access the VM by running the following command:vagrant ssh rousseltm-formation
Course Glossary
A culture, movement, and set of practices designed to unify software development (Dev) and IT operations (Ops).
A gateway that acts as a single entry point for all requests to a microservices architecture. It handles routing, security, and rate limiting.
The overall structural design of an IT system, defining its various components, their relationships, and the principles guiding its evolution.
The final outcome of a software compilation or build process, such as a .jar file, a zip archive, or a Docker image, ready for deployment.
A centralized storage location. This can refer to a source code repository (e.g., Git) or an artifact and binary repository (e.g., Harbor, Nexus, Arti...
An open-source platform designed to make it easier to create, deploy, and run applications by isolating them into portable, lightweight software conta...