|
|
|
|
|
by InTheArena
4079 days ago
|
|
I'm really not sold on this yet. We've done a number of projects testing and using Kubernetes, CoreOS, Mesos and most recently, Docker's swarm. It's been interesting to see how and why the technology space is evolving, but a couple of general thoughts:
1) The concept of container as primitive, especially the thorough implementation that Docker put together is extraordinarily powerful.
2) The swarm idea - which provides a matching API to the Docker API - is a really near idea, even if it lacks the HA and scheduling functions to really make things work well.
3) I think the next evolution is really to iron out the network stack here. Kubernetes needs flannel in most circumstances, and the process is not seamless or as simple as Docker. I'd also love to know the split between this, Omega, and Kubernetes at Google. |
|