I need to make sure some kubernetes deployments will go down after 24 hours.
Right now I have a script that polls deployments and keeps the time it noticed it first.
Then after 24 hours it will try to kill it.
Is there any better way to do this?