An open API service indexing awesome lists of open source software.

https://github.com/leo-the-nardo/cubos-devops

Desafio técnico - integrando terraform, nginx, prometheus, opentelemetry, grafana,elastic, new relic e postgresql,
https://github.com/leo-the-nardo/cubos-devops

otel-elastic otel-grafana otel-newrelic postgresql prometheus terraform

Last synced: about 1 year ago
JSON representation

Desafio técnico - integrando terraform, nginx, prometheus, opentelemetry, grafana,elastic, new relic e postgresql,

Awesome Lists containing this project

README

          

![alt text](architecture.png)

#Running
with terraform:
```
git clone https://github.com/leo-the-nardo/cubos-devops.git
cd cubos-devops
cd terraform
terraform init
terraform apply -var-file="values.example.tfvars"
```
with docker compose:
```
git clone https://github.com/leo-the-nardo/cubos-devops.git
cd cubos-devops
mv .env.example .env
docker compose up -d
```

```
https://localhost
```