Answer the question
In order to leave comments, you need to log in
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
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...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question