I have node type fe and 5 services that runs on it. I want 1 of these services to run alone on some of the nodes (on those node only this service will run and no other service).
My first idea was placement constraints but that means I need to create a new node type and to create new Vmss's. Is there a way of doing it without creating a new node type? Maybe tagging some nodes in the vmss?