GPUs and google container engine

google-kubernetes-engine, gpu, kubernetes

Solution

GPUs on Google Container Engine are now available in Alpha. Sign up form.

Beware that alpha cluster limitations apply: they cannot be upgraded, and they will be auto-deleted in 30 days.

Disclaimer: I work at GCP.

Problem

Kubernetes supports GPUs as an experimental feature. Does it work in google container engine? Do I need to have some special configuration to enable it? I want to be able to run machine learning workloads, but want to use Python 3 which isn't available in CloudML.

Original source