23
@errordeveloper Time Traveling in the Universe of Microservices and Orchestration

TensorFlow London 13.09.17 Ilya Dmitrichenko

  • Upload
    seldon

  • View
    43

  • Download
    1

Embed Size (px)

Citation preview

@errordeveloper

Time Traveling in the Universe of Microservices and Orchestration

outline: – motivation – our story – tutorial

– motivation

what do we do?

– motivation

why do I care?

– how we do it

– how do we

1. deploy

* 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 √

YourCI™

– how do we

2. explore

Now with Time Travel! (WARNING: live demo)

– how do we

3. monitor

# 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

https://github.com/errordeveloper/seldon-gitops

live demo: GitOps and TensorFlow

with Weave & K8s!

cloud.weave.works

meetup.com/pro/Weave