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

GitOps and TensorFlow with Weave & Kubernetes

GitOps and TensorFlow with Weave & Kubernetes

I've presented this deck at TensorFlow London

Ilya Dmitrichenko

September 13, 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 √
  2. # 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