Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mo' Services Mo' Problems: How to Monitor Microservices

Byron
February 22, 2018

Mo' Services Mo' Problems: How to Monitor Microservices

Given on February 22, 2018 at the Downtown San Jose DevOps Meetup

Byron

February 22, 2018
Tweet

Other Decks in Technology

Transcript

  1. spec: containers: - name: liveness image: k8s.gcr.io/busybox args: - /bin/sh

    - -c - touch /tmp/healthy; sleep 30; rm -rf /tmp/healthy; sleep 600 livenessProbe: exec: command: - cat - /tmp/healthy initialDelaySeconds: 5 periodSeconds: 5