Skip to content

Commit

Permalink
Add training catalog (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mincong-h authored May 14, 2024
1 parent d1fb5ff commit 9107554
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions training/index.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 9107554

Please sign in to comment.