-
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.
Co-authored-by: Sam Maltin <[email protected]>
- Loading branch information
1 parent
cdef179
commit bbcdf8d
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/executable-tutorial/smhanna-anouiser/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 | ||
|
||
Multibranch pipelines with ArgoCD | ||
|
||
## Names and KTH ID | ||
|
||
- Sam Maltin ([email protected]) | ||
- Amin Nouiser ([email protected]) | ||
|
||
## Deadline | ||
|
||
- Task 1 | ||
|
||
## Category | ||
|
||
- Executable tutorial | ||
|
||
## Description | ||
|
||
The tutorial will demonstrate how to set up and manage a multibranch pipeline for Kubernetes clusters using ArgoCD. We'll guide readers through creating a development branch for testing a web application and a production branch for stable releases. ArgoCD will be integrated with Git to automate the deployment process, ensuring that each commit triggers an update. | ||
|
||
**Relevance** | ||
|
||
As automation is a core principle of DevOps, this tutorial is highly relevant to good DevOps practices. |