guys!
I just published this helm chart:
π https://artifacthub.io/packages/helm/helm-watchdog-pod-delete/helm-watchdog-pod-delete
π https://github.com/aeciopires/helm-watchdog-pod-delete
It installs a watchdog in the cluster that monitors the Pods and removes those with the CrashLoopBackOff or Error status, forcing a rebuild (if they are being managed by a controller, such as: deployment, replicaset, daemonset, statefulset, etc).
The use case is:
π§ Reduce manual intervention to rebuild Pods.
π₯ Fix issues with sidecars and initContainers by ensuring that Pods are fully restarted instead of remaining in a partially functional state.
π Resolve race conditions caused by external dependencies being unavailable at startup, ensuring that Pods retry startup when dependencies are ready.
#kubernetes #k8s #helm #devops #CloudNative