Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanth979 authored Oct 18, 2020
1 parent 3292cbd commit c369a62
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# ThoughtWorksLab
ThoughtWorks Lab Exercise

## Problem Statement
We want to automate the deployment of MediaWiki using.
* Kubernetes with Helm Chart/ any equivalent automation
* CFT with Any Configuration Management Tool (Only for AWS). If any
* Terraform with any Configuration Management tool integrated.
--
Choose only one of your comfort.
* The above automation should support CI/CD practices of chosen deployment style like Rolling Update or BlueGreen Deployment. (Optional)

## Technologies Used
This Technologies used in this deployment is
* Yaml Scripting
Expand Down Expand Up @@ -56,10 +65,10 @@ ansible-playbook playbook.yaml -i invertory.txt

## Architecture
### Blue Green Mode
<img src="https://github.com/sumanth979/ThoughtWorksLab/blob/main/blue-green.png" alt="blue-green">
<img src="https://github.com/sumanth979/ThoughtWorksLab/blob/main/output/blue-green.png" alt="blue-green">

### Rolling Update Mode

<img src="https://github.com/sumanth979/ThoughtWorksLab/blob/main/rolling.png" alt="rolling">
<img src="https://github.com/sumanth979/ThoughtWorksLab/blob/main/output/rolling.png" alt="rolling">


0 comments on commit c369a62

Please sign in to comment.