Re: Kubernetes actual use cases?
Reply #1 –
The benefit of solutions like k8s/nomad and other orchestrators over ansible for applications deployment is that they keep some sort of state where they define where each container is located. This can also simplify the problem of deploying new container since you most likely don't need to specify where to put it. The more different services you have, the more benefit they bring.
As for choosing one, i personally think k8s is better suited for larger scale especially with multiple separated teams involved. Otherwise, nomad is a lot simpler to work with.