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

KubeCon EU 2018: Write Less Code, Use More Tools

KubeCon EU 2018: Write Less Code, Use More Tools

Danielle Tomlinson

May 02, 2018
Tweet

More Decks by Danielle Tomlinson

Other Decks in Technology

Transcript

  1. What am I covering? → Why we replatformed 4 —

    KubeCon EU - @dantoml [she/her] !
  2. What am I covering? → Why we replatformed → Why

    we chose to run Kubernetes and Nomad 4 — KubeCon EU - @dantoml [she/her] !
  3. What am I covering? → Why we replatformed → Why

    we chose to run Kubernetes and Nomad → How our deployment has evolved 4 — KubeCon EU - @dantoml [she/her] !
  4. for _, job := range gcJob { req := structs.JobDeregisterRequest{

    JobID: job.ID, Purge: true, } ... } 55 — KubeCon EU - @dantoml [she/her] !