Is there any way to remove the specific pod that I want?
Example: I have an app that I set replicaCount: 8 pod, that means I have 8 pod in 8 node.
4 node spot instance , 4 node on-demand
In a specific time of the day, I need to scale down pod by HPA. How I can remove 4 pod in spot-instance and still keep 4 pod in on-demand?
Tried to search all of document in Kubernetes but don’t find any solutions for this case. Pod-delete-cost, Pod Topology Spread Constraints