79525431

Date: 2025-03-21 12:33:01
Score: 0.5
Natty:
Report link

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

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: AΓ©cio Pires