Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does the Scheduler support instance affinity?

0
Posted

Does the Scheduler support instance affinity?

0

No the Scheduler supports Service `affinity but not instance affinity. Let’s assume a cluster has 5 nodes. Service A consists of nodes 1 and 2 and Service B consists of nodes 3, 4 and 5. You can specify that a job class has service affinity for Service B. This means that the jobs belonging to that job class will ONLY run on nodes 3, 4 or 5. At the job level you can specify Instance Stickiness. This implies that the Scheduler will attempt to run a job on the instance that it last ran on. However if this is not possible (instance is either down or overloaded) the job will run on another instance.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123