# DevOps Tools
### 1. CI/CD Pipeline
For CI/CD, We use shared GitLab Runner. You need no tools to be instlled to run this. It's already hosted on GitLab's Servers. In the upcoming Phase isA, we will host it on a didicated server. All what you need now is to write the `.gitlab-ci.yml` file and include it in your repo and this will automatically apply the pipeline according to the rules you write in the file.
### 2. Containerization
To try containerizing our apps, we use Docker. Refer to [this page](https://docs.docker.com/engine/install/ubuntu/) for installing docker on Ubuntu
### 3. Monitoring
AWS EC2 Management Console
### 4. Automation
`bash` scripts