kubernetes

mattseh

import this
Apr 6, 2009
5,504
72
0
A ~= A
Kubernetes just hit 1.0.

This will become the new normal, and it'll make a lot of things much better and reliable. It'll become easy for non-technical people, when simple interfaces are built.

Any questions?
 


wtf is a Kubernetes? j/k I googled it.

OK Matt, why should I care and how can I upsell it? Go.
 
It's a consistent, powerful abstraction for a cluster of Linux machines, which allows you to treat machines as one (with fault tolerance to individual machine failures).

It makes apps easier to design, run and scale. A Kubernetes single node install on your laptop behaves exactly the same as a cluster of 20 dedicated servers, or 5 VMs on a cloud provider.

I plan on moving most of my apps to it, so I can spend a lot less time doing operations. Servers stop being special, there's no such thing as "the database runs on this server", Kubernetes decides and manages that for you.

There are likely many possible business models, such as running a wordpress install (mysql / php / nginx all isolated per client) for each client easily.