Best way to run exit logic on accidental pod shutdown Best way to run exit logic on accidental pod shutdown kubernetes kubernetes

Best way to run exit logic on accidental pod shutdown


Use Container Lifecycle Hooks of K8s

PreStop: This hook is called immediately before a container is terminated due to an API request or management event such as liveness probe failure, preemption, resource contention and others.