Skip to content

gavarava/rps-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices deployment & Performance Testing

A project to deploy and run the Rock Paper Scissors Microservice

Run Microservice & Backing Services

This runs a Postgres Database, NGINX reverse proxy & a microservice

cd environment
docker-compose up -d

Run Load Tests using Gatling

Check load-tests/README.md for test scenarios

cd load-tests
mvn gatling:test

Monitoring using Grafana & Prometheus

Create volume for Grafana Storage

docker volume create grafana-storage

Run monitoring containers

cd monitoring
docker-compose up -d

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages