You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using chaoskube to kill random pods and also to "balance" our cluster.
We have many microservices that are running with more then one replica however we have a few services that can only run with 1 replica. Our monitoring checks the health of the pods by calling their web endpoint and notify us if the service is down.
It would be nice if chaoskube can be configured to only kill pods that belong to a deploymen/ReplicaSet with more then one other pod. I couldn't find any way to configure that.
As a workaround for now we're going to set a label for that pods to prevent them from being killed.
The text was updated successfully, but these errors were encountered:
We're using chaoskube to kill random pods and also to "balance" our cluster.
We have many microservices that are running with more then one replica however we have a few services that can only run with 1 replica. Our monitoring checks the health of the pods by calling their web endpoint and notify us if the service is down.
It would be nice if chaoskube can be configured to only kill pods that belong to a deploymen/ReplicaSet with more then one other pod. I couldn't find any way to configure that.
As a workaround for now we're going to set a label for that pods to prevent them from being killed.
The text was updated successfully, but these errors were encountered: