From 8303f01d4fe2eb0561352b6ec5d596096a787b85 Mon Sep 17 00:00:00 2001 From: Evrard Van Espen Date: Wed, 29 May 2024 13:56:52 +0200 Subject: [PATCH] Patch --- 03_k8s/tp/main.org | 1 + 03_k8s/tp/main.pdf | Bin 215635 -> 215635 bytes 03_k8s/tp/main.tex | 8 ++++---- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/03_k8s/tp/main.org b/03_k8s/tp/main.org index 8cafce8..839fbad 100644 --- a/03_k8s/tp/main.org +++ b/03_k8s/tp/main.org @@ -18,6 +18,7 @@ #+LATEX_HEADER: \usepackage{ragged2e} #+LATEX_HEADER: \usepackage{environ} + #+BEGIN_EXPORT latex \NewEnviron{warning}% {\begin{center}% diff --git a/03_k8s/tp/main.pdf b/03_k8s/tp/main.pdf index 5891c5b28aaf6210d92c3a043d6f600b5c6932aa..14191ba0d299b18044587a509aee54dbf6a2793a 100644 GIT binary patch delta 136 zcmcaSh4=Cl-i8*&7N#xC|1C9)P0dV \url{https://hub.docker.com/r/evanespen/database} \item \texttt{evanespen/application} -> \url{https://hub.docker.com/r/evanespen/application} @@ -129,12 +129,12 @@ Lisez bien les description des images ! \end{warning} \section{Notes} -\label{sec:org3787778} +\label{sec:org45f73a5} Pour faire communiquer deux \emph{Pods} via un service, vous pouvez utiliser le nom du service en tant que nom de domaine. Par exemple, si j'ai un service "backend-svc" qui expose en HTTP sur le port 8080, je peux y accéder depuis les \emph{Pods} via l'URL \texttt{http://backend-svc:8080}. \section{Aide} -\label{sec:org3102b9d} +\label{sec:org0861eb5} Référez vous au cours et à ces documentations pour y parvenir (ce sont bien des liens): \begin{itemize} \item \href{https://kubernetes.io/fr/docs/concepts/services-networking/service/}{\emph{Service}}