by Sergio Rua | Mar 4, 2021 | Ansible, DevOps, Insights
by Jino John | Nov 28, 2020 | AWS, DevOps, Insights, Linux
ECS Container monitoring using cAdvisor l by Jino John 28 Nov, 2020 AWS | DevOps | Insights | Linux In this topic, I will explain how to monitor docker containers running on an ECS cluster. Even though AWS CloudWatch is the preferred tool for...
by Richard Gooding | Nov 13, 2020 | AWS, DevOps, Insights, Linux
Incremental backups with rsync and hard links l by Richard Gooding 13 Nov, 2020 AWS | DevOps | Insights | Linux In this post I am going to describe a way to build a simple incremental backup solution using rsync and hard links. You may already...
by Stanislav Kelberg | Oct 14, 2020 | Cassandra, DevOps, Docker, Insights
Containerized Cassandra Cluster for local testing l by Stanislav Kelberg 14 Oct, 2020 Cassandra | DevOps | Docker | Insights Introduction In this blogpost we will build clean and simple containerised Apache Cassandra cluster for local testing. A...
by Mario Nugnes | Aug 17, 2020 | DevOps, Prometheues, Security
Prometheus Blackbox-Exporter – monitoring TLS certificates l by Mario Nugnes 17 Aug, 2020 DevOps | Prometheues | Security Introduction In any environment that needs to expose endpoints, it’s important to ensure that they are secured...
by Sergio Rua | Jun 4, 2020 | Ansible, DevOps, Insights
Ansible: Variables scope and precedence l by Sergio Rua 4 Jun, 2020 Ansible | DevOps | Insights Introduction Variable scoping can be quite complicated on Ansible and it’s important to know what variable your playbook is going to be using. But...