notes.drdroid.ioA Guide to Conditionals in Doctor Droid PlaybooksConditions are rules applied to outputs from metrics, database or log queries to determine the next step to execute in your playbooks. https://www.youtube.com/watch?v=OohttGCqXpo Creating Conditions in Playbooks Step 1: Create a playbook with a con...Aug 28, 2024·2 min read
notes.drdroid.ioHow to Install Doctor Droid PlayBooks in Kubernetes Using Helm Chartshttps://www.youtube.com/watch?v=AnvThbF2HHQ Step 1: Clone the repository git clone git@github.com:DrDroidLab/PlayBooks.git Step 2: Choose your K8s cluster Use the following command to check the cluster in your current context. kubectl config curr...Aug 28, 2024·1 min read
notes.drdroid.ioHow to install Doctor Droid PlayBooks using Docker-Compose?https://www.youtube.com/watch?v=1lm19mYksRo Step 1: Clone the repository git clone git@github.com:DrDroidLab/PlayBooks.git Step 2: Install the docker containers docker-compose -f deploy.docker-compose.yaml up -d This command pulls publicly avail...Aug 28, 2024·2 min read
notes.drdroid.ioAn Engineering Manager's Guide to Alert Operations — Part 2Part 2 - Managing and Improving Alert Operations In the previous article, I discussed how to measure the quality of your alerts and what you can do to optimise them and make them more useful. This section will provide a deeper dive into important asp...Dec 27, 2023·3 min read
notes.drdroid.ioAn Engineering Manager's Guide to Alert Operations — Part 1This guide is aimed at Engineering Managers / Tech Leads who own a few services, responsible for being on-call for their products and are escalated to by PMs or business teams for any customer impact. This guide talks about practices for being pro-ac...Dec 19, 2023·4 min read