From 9107554980589d9ff19660082a2dc559c612259b Mon Sep 17 00:00:00 2001 From: Mincong Huang Date: Tue, 14 May 2024 15:16:26 +0200 Subject: [PATCH] Add training catalog (#8) --- training/index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 training/index.md diff --git a/training/index.md b/training/index.md new file mode 100644 index 0000000..924657b --- /dev/null +++ b/training/index.md @@ -0,0 +1,21 @@ +--- +layout: default +title: Training +description: Training Catalog +--- + +{% comment %} +The target readers are anyone who wants to know what Nanosearch offers as training. +{% endcomment %} + +## Software Containerization And Orchestration + +Since 2024 + +This course will be given by Mincong HUANG for the students of [ESIGELEC](https://www.esigelec.fr), a generalist engineering school in Normandy, France. + +In modern software development, containers are just everywhere: they are in the continuous integration (CI) system, in the local development environment (devenv), in the production environment with microservices architecture, in the serverless environment, … Understanding the basics of containers becomes an essential skill for any role related to software development. No matter whether students are going to be developers, DevOps, data scientists, project managers, QA, or any other roles, the knowledge of containers can only help them to better fit into the role. It helps them to better understand the needs, better communicate with other professionals and accelerate the development process. + +The course will be broken down into 3 parts: containerization, CI/CD, and orchestration. Containerization talks about what a container is and its core concepts. The CI/CD talks about how to build and deploy the container into production. In the end, the orchestration talks about how to operate containers using Kubernetes or similar technologies. + +Tags: `#docker`, `#container`, `#cicd`, `#kubernetes`