
Stuart Miniman22






Is there a typical use case or customer profile for #kubernetes? Where should users start?

Craig McLuckie
for now we have been focused on stateful and stateless web app hosting; lots of our customers use the platform for scale out testing, and build their devops pipelines on the platform too.

Craig McLuckie
Next up for #kubernetes will be running scale out batch workloads on the same basic infrastructure as the app hosting.

Brian Gracely
@cmcluck the microservices architectures haven't focused much on stateful data (to date). do you see that expanding with k8r going forward, or should that be solved at the container layer?

Stuart Miniman
via @jeffsussna - Go directly to your nearest @kelseyhightower preso :)
Mike Carter
I would look at the examples in the GKE docs, they have a networking and storage story, there may be similar examples on the kubernetes site.

Craig McLuckie
Yes; this is critical. inside Google we run all our stateful services on the same clusters as everything else. Even today we have pretty solid volumes support for local and network attached storage. I expect more intelligence around state to come.

brendandburns
https://cloud.google... has a pretty gentle "how to" for Node.js developers