[TP] My first networking and persistence of a container


We are going to deploy a Docker container.

What you will learn in this TP :

Prerequisites

None. You simply need a machine on Windows, Linux or Mac

Networking

In this section, we will manipulate Docker networks.
  1. Creation
    You must define which type of installation to perform based on your OS.
  2. Usage
    Once the installation type is chosen, you must proceed with the installation.

Difficulty level: (2/5)

Course Glossary

DevOps

A culture, movement, and set of practices designed to unify software development (Dev) and IT operations (Ops).

API Gateway

A gateway that acts as a single entry point for all requests to a microservices architecture. It handles routing, security, and rate limiting.

Architecture

The overall structural design of an IT system, defining its various components, their relationships, and the principles guiding its evolution.

Artifact

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.

Repository

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...

Ansible

An open source IT automation tool (IaC) enabling configuration management, application deployment, and orchestration, operating agentlessly via SSH.