Question
All pods scheduled on a single node. How do I balance pods on managed Kubernetes?
I have a managed Kubernetes cluster with 2 nodes and around 50 deployments/pods. However, all 50 pods are scheduled on a single node while the other node is completely empty.
How do I get the scheduler to schedule new pods on the node with more free resources? How do I evenly distribute the pods now?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×