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

Practical Guide to Continuous Delivery for JavaScript

Practical Guide to Continuous Delivery for JavaScript

Abstract: In this talk I am going to outline what are the 3 pillars of CD, then show you what we do at Weave, and finally show a step-by-step demo of using Kubernetes & Prometheus with Node.js.

Demo project: http://github.com/errordeveloper/nodejs-prometheus-demo

Ilya Dmitrichenko

June 08, 2017
Tweet

More Decks by Ilya Dmitrichenko

Other Decks in Technology

Transcript

  1. * Running tests √ Tests OK * Building container image

    # docker build -t $APP:$REV # docker push $APP:$REV * Deploying to Kubernetes # kubectl set image deployment/$APP $APP=$APP:$REV * Build finished √