Skip to content

20180503_keynote_1

20180503_keynote_1

Google Cloud updates

1 - Sandboxed Containers

gVisor: https://cloudplatform.googleblog.com/2018/05/Open-sourcing-gVisor-a-sandboxed-container-runtime.html

Compatible with Docker and k8s

2 - Applications

  1. Batch workload & CronJob & Spark (beta) in 1.8
  2. Workload Controllers + Local Storage
  3. GPUs support in 1.9
  4. StatefullSet

Now : Statefull applications

-> operators

Operatots:
* leverage k8s API

Demo: Spark Operator on GKE
* Operator introduce new Kind in k8s Manifests
* Creates a spark-driver + spark-executors Pods

3 - Monitoring

4 - Dev UX

  • Source Code
  • Build
  • Deploy
  • Run

So many steps between Devs and actual run in the process, Devs do not really interact with k8s …

Countinuous Developpement ?

-> New OpenSource project: Skaffold