G
G
GeneAYak2018-05-14 20:29:52
Continuous Integration
GeneAYak, 2018-05-14 20:29:52

Which docker orchestration system to choose?

The bottom line is this, I'm looking for an orchestration system, the main criteria of which are:
Management through configuration files, as in kubernetes, updating without downtime and restarting when it crashes, like in kubernetes, but at the same time all this will work on one machine, without a cluster and kubernetes, as it were redundant.
Actually this is the question, is there something like that? And then there are a million systems, I don’t want to dig everything to find one, I hope for the advice of those who know :-) Or maybe you can use it? In general, I want advice :)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Kirill Mokevnin, 2018-05-14
@GeneAYak

In such a situation, you don't need orchestration. Take ansible (configuration management) and deploy. The docker has its own supervisor, which will raise the service if it falls.
ps here you can see a working solution https://github.com/hexlet-basics/hexlet_basics/blo...

H
Hikmat Abdunabiev, 2018-05-15
@Khikmat

Try docker swarm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question