Closed palmerabollo closed 7 years ago
@palmerabollo guide
performs several activities in manager nodes like:
For workers, mainly (4) is what we need guide
to perform in case of single manager deployments. If you are always deploying Docker4Azure with multiple managers as is recommended, you can safely stop and remove guide
in all the worker nodes and thus not run into the cost of making the API calls that Azure counts towards the API limits. Please do not stop/remove guide
on manager nodes!
Thanks @ddebroy. That was helpful.
Hi. I'd like to know what is the purpose of docker4x/guide-azure.
It's calling:
sending 3 requests per minute and per node to the Microsoft Azure API. This API has a limit of 15K requests per hour, so if you have multiple Docker for Azure running in the same subscription, you get throttled.
I'd like to know what this service is for, to help use determine if we can stop it as a workaround until the "bug" is fixed.
Thank you.