Kraken Server is the instance of console lister, that allows you to invoke all of your CLI commands remotely. It has to be created and run all the time alongside your application.
{notice} Kraken Server is designed to work transparently, so your application won't be able to detect or react to its downtimes. On test or dev environments it is not an issue, however before publishing your application we strongly recommend you to read deployment section.
To start the server simply run:
kraken.server
The only way to stop console server is to send SIGTERM signal to its process or close it via your system process manager. You can either store its pid on creation or search for process kraken.server
.
It is totally safe to restart kraken.server
instance during your application run, as it does not affect workflow of any of the containers.