From 5a8aa4436202e012f6a3b28143084a6878844f6b Mon Sep 17 00:00:00 2001 From: Nathan Tien You Date: Wed, 18 Sep 2024 09:02:47 +0000 Subject: [PATCH] Feat : update Orchestration slide --- presentation/slides.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/presentation/slides.md b/presentation/slides.md index edb16f6..d811c8a 100644 --- a/presentation/slides.md +++ b/presentation/slides.md @@ -128,6 +128,16 @@ docker buildx build . -t demo:latest --- ## Orchestration + +Conteneur Docker = processus unitaire + +**But : agencer plusieurs conteneurs pour faire une application** + + +--- + +## Orchestration + - Automatisation du déploiement - Horizontal Scaling - Nombreuses platformes @@ -139,7 +149,7 @@ docker buildx build . -t demo:latest

Exemple d'usage

- + ---- ```yaml [|1-4,11-13,21-23|5-6,14-15,36-37|8-9,18-19,28-30,32-34|7,16-17,24-25,26-27] dockercompose