-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d159af6
commit 308bb2d
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
contributions/presentation/week7/casperkr-nwijkman/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
DevOps at Scale: Managing Complex Service Architectures in Large Technical Companies | ||
|
||
## Names and KTH ID | ||
|
||
- Casper Kristiansson ([email protected]) | ||
- Niklas Wijkman ([email protected]) | ||
|
||
## Deadline | ||
|
||
- Week 7 | ||
|
||
## Category | ||
|
||
- Presentation | ||
|
||
## Description | ||
|
||
In this presentation, we will explore how large technical companies manage DevOps practices in environments where thousands of independent services are deployed. We will discuss the complexities of scaling continuous integration and deployment (CI/CD) pipelines, service dependencies, and ensuring consistency across a vast number of services. The presentation will also touch on techniques like automation, standardization, and repository federation to handle the complexity of these architectures. | ||
|
||
**Relevance** | ||
|
||
This topic is highly relevant as modern enterprises increasingly adopt microservices architectures, resulting in many independent services that require robust DevOps processes. Managing these services at scale is a significant challenge, and understanding the strategies for automation and scaling can help improve the reliability and efficiency of DevOps practices in large, complex systems. |