kubernetes - How are minions chosen for given pod creation request -
How does Kubernetes make available a mining pod among many for ordering orders? Is this something that can be controlled / tweaked?
Repetitive pods are presented for deployment, quite intelligent to keep them in different minions if they expose the same container / host port pair Kubernetes? Or is it always place different replicas in different minions?
What are the two different pods (not necessarily replicas) like what about the corner cases that the same host / container port exposes the pair, are they presenting? Will they be carefully placed on different minions?
The pods require special calculation / memory requirements, is that enough resources can be left in one minion / host left to meet those requirements?
In summary, there is detailed documentation on Kubernetes Pod appointment strategy?
There are rules in the algorithm using "itemprop =" text ">
beans are set for ports To prevent host-port conflicts, and also to ensure that there are sufficient memory and CPU requirements
Comments
Post a Comment