Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 3: Presentation proposal #2390

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions contributions/presentation/week3/tocarls-shahoud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Assignment Proposal

## Title

The importance of containerization

## Names and KTH ID

- Tobias Carlsson ([email protected])
- Siham Shahoud ([email protected])

## 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.
Loading