Mohit GoyalforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024How to setup your dev environment for editing & contributing code?Playbooks is a web server application that interacts with a Django API server via Nginx. It also includes salary workers for scheduling asynchronous tasks and a persistence layer consisting of Postgres and Redis cache. https://www.youtube.com/watch?v...70 readsPlayBooksdoctor-droid
Karan SirohiforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024What is a PlayBook and what is core components of a playbook?A playbook is a set of instructions that a Doctor Droid bot or an on-call engineer follows during a production incident. https://www.youtube.com/watch?v=T9KfunP9juA A playbook consists of tasks. A task is an instruction that's executed through the ...40 readsPlayBooksdoctor-droid
Karan SirohiforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024How to do post-deployment monitoring with Doctor Droid?Before starting, ensure that you have setup Doctor Droid Playbooks with at least one playbook and a Slack or MST integration. Check out these tutorials on how to get this done. https://www.youtube.com/watch?v=T9KfunP9juA Consider a scenario where a...PlayBooksdoctor-droid
Mohit GoyalforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024What is Context Propagation in Playbooks?Variables can be configured in any queries or related fields in a playbook task, and their values can be changed in real time during execution from the web or via workflows. This flexibility allows playbooks to be reused for similar services or compo...1 like·65 readsPlayBooksdoctor-droid
Dipesh MittalforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024A 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...PlayBooksobservability
Dipesh MittalforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024How 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...PlayBooksdoctor-droid
Dipesh MittalforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024How 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...PlayBooksdoctor-droid
Jayesh SadhwaniforNotes by Doctor Droidnotes.drdroid.io·Aug 21, 2024How to create workflows in Doctor Droid PlayBooksIntroduction to Workflows Automating the investigation of your system using alerts is helpful for a number of reasons. It can help you take immediate response and minimise the downtime, ensure that the monitoring is consistent and accurate and ensure...32 readsPlayBooksdoctor-droid