From b77657d13fbb5fee5823e7e27ac9c32f5b747708 Mon Sep 17 00:00:00 2001 From: TobCarl Date: Sun, 1 Sep 2024 12:52:49 +0200 Subject: [PATCH] Add files via upload --- .../week3/tocarls-shahoud/README.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 contributions/presentation/week3/tocarls-shahoud/README.md diff --git a/contributions/presentation/week3/tocarls-shahoud/README.md b/contributions/presentation/week3/tocarls-shahoud/README.md new file mode 100644 index 0000000000..0f07f26472 --- /dev/null +++ b/contributions/presentation/week3/tocarls-shahoud/README.md @@ -0,0 +1,26 @@ +# Assignment Proposal + +## Title + +The importance of containerization + +## Names and KTH ID + +- Tobias Carlsson (tocarls@kth.se) +- Siham Shahoud (shahoud@kth.se) + +## Deadline + +- Week 3 + +## Category + +- Presentation + +## Description + +In this presentation, we will explore the fundamentals of containerization and its significance in modern DevOps practices. We'll start by discussing Docker, a leading containerization platform, and how it enables developers to package applications with all their dependencies for consistent deployment across various environments. We will then delve into Kubernetes, a powerful orchestration tool that automates the deployment, scaling, and management of containerized applications. This presentation will highlight how containerization accelerates development, reduces infrastructure costs, and enhances collaboration between development and operations teams, making it an essential component of the DevOps toolchain. + +**Relevance** + +Understanding these technologies is crucial for anyone looking to optimize software delivery pipelines, achieve greater agility, and maintain robust and scalable cloud-native applications.