devops August 24, 2021 What Is Terraform Drift And How To Avoid It? Solving Terraform drifts is like washing a huge pile of dishes that never ends. In a real environment at any scale mitigate drifts is not an easy task. #iac
devops March 5, 2021 How To Deploy to AWS ECS Using The Same Docker Tag With Terraform A workaround in case you have to reuse docker tags in AWS ECS and Terraform. #devops #aws
devops January 29, 2021 Schedule Smoke Tests Run With GitLab API Run smoke tests after 15 minutes without sleep. #devops
devops July 1, 2020 Prometheus Alertmanager Sending Emails Prometheus can send us an alert to an email when it finds something. Let's configure some rules and Prometheus Alertmanager with a Gmail account. #monitoring
devops June 30, 2020 Prometheus Service Discovery on AWS EC2 Consider human errors, the stack of other task we hide behind the Kanban board, and the fact that we all are a little bit lazy. I think I have made my point, we need to automate this process. #monitoring
devops June 28, 2020 Prometheus Node Exporter on AWS EC2 In the previous topic we installed Prometheus and now is ready to receive metrics. #monitoring
devops June 14, 2020 Install Prometheus on AWS EC2 Let's face it, there will be something wrong at some point, and you need to know when it is happening. #monitoring
devops January 24, 2020 Mutation Testing with Stryker and Docker Get started right away with mutation testing. Tests for your tests. #test