Is there a way to make kubernetes the most common containers? I have "Queries" for all deployments and global queries like HPA. all nodes are the same.
There was simply a situation where my ASG scaled down the node and one of the services became completely inaccessible, since all 4 modules were on the same node, which was reduced.
I would like to support a situation where each deployment must distribute its containers to at least 2 nodes.
source share