-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added readme for demo proposal (#1642)
- Loading branch information
1 parent
2d77fdd
commit a6e7b7d
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
contributions/demo/week3-CD-and-feature-flag/aabdull-valdimar/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,23 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
Microservices CI/CD pipeline on K8s Cluster in Digital Ocean (Cloud). | ||
|
||
## Names and KTH ID | ||
|
||
- Abdullah Abdullah (aabdull@kth.se) | ||
- Valdimar Björnsson (valdimar@kth.se) | ||
|
||
## Deadline | ||
|
||
Deadline for task 1 (5th April) | ||
|
||
## Category | ||
|
||
Demo | ||
|
||
## Description | ||
|
||
DigitalOcean Kubernetes (DOKS) is a managed Kubernetes service that lets you deploy Kubernetes clusters without the complexities of handling the control plane and containerized infrastructure. In this demo we will show a CI/CD | ||
pipeline with Github Actions for different microservices of a simple application where on each push to the master branch will trigger an action that will update the docker image for the microservice and deploy it on the digital ocean cluster. |