|
|
|
|
|
by swap32
3503 days ago
|
|
We didn't use orchestration across multiple physical machines so it was possible for us to get away with just docker-compose. Otherwise we would have had to go with swarm. Kubernetes is a way better choice than both compose and swarm but it has a even more steep learning curve. |
|
Here are some things that might help:
* minikube: http://kubernetes.io/docs/getting-started-guides/minikube/
* the new tutorial: http://kubernetes.io/docs/tutorials/kubernetes-basics/
* deploying in 2 steps with kubeadm: http://kubernetes.io/docs/getting-started-guides/kubeadm/
I'd love any honest feedback on how we can either (a) fix the learning curve, or (b) remove the perception that it's steep.