Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
@errordeveloper A Practical Guide to Continuous Delivery
Slide 2
Slide 2 text
outline: – motivation – how we do it – live demo
Slide 3
Slide 3 text
– motivation what?
Slide 4
Slide 4 text
– motivation why?
Slide 5
Slide 5 text
– how we do it
Slide 6
Slide 6 text
– how do we 1. release
Slide 7
Slide 7 text
* 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 √
Slide 8
Slide 8 text
YourCI™
Slide 9
Slide 9 text
No content
Slide 10
Slide 10 text
– how do we 2. validate
Slide 11
Slide 11 text
No content
Slide 12
Slide 12 text
No content
Slide 13
Slide 13 text
No content
Slide 14
Slide 14 text
No content
Slide 15
Slide 15 text
No content
Slide 16
Slide 16 text
– how do we 3. monitor
Slide 17
Slide 17 text
# kubectl get pods -n monitoring -l name=prom NAME READY STATUS RESTARTS AGE prom-4axc9 1/1 Running 3 109d # kubectl get cm -n monitoring prom-config \ -o yaml | wc -l 885
Slide 18
Slide 18 text
No content
Slide 19
Slide 19 text
No content
Slide 20
Slide 20 text
live demo: using Prometheus with a Node.js app, step-by-step http://github.com/errordeveloper/nodejs-prometheus-demo
Slide 21
Slide 21 text
cloud.weave.works
Slide 22
Slide 22 text
[email protected]
slack.weave.works
Slide 23
Slide 23 text
meetup.com/pro/Weave