I would like to launch two containers in exclusive nodes. For example, I have 4 nodes (node -1, node -2, node -3, node -4) and 2 pods (pod-1, pod-2). I want each node to run only one module, and each module to run in two nodes, for example. pod-1 in node -1 and node -2, pod-2 in node -3 and node -4. Is there any way to configure this method?
source
share