Solved "HPA and KEDA(ScaledObject) terminating manually scaled up pods in Kubernetes"
In this article, we will see how to solve the problem of HPA and KEDA terminating manually scaled up pods in Kubernetes. But before going through the solution, let's briefly understand about HPA and KEDA concepts. HPA or Horizonal Pod Autoscaler is basically used to scales the number of Pods in a deployment, replication controller, ... Read more