Hacker News new | ask | show | jobs
by NightMKoder 460 days ago
Yes sorry for not qualifying - that’s right. IMO the liveness check is only rarely useful - but I've not really run any bleeding edge services on kube. I assume it’s more useful if you actually working on dangerous code - locking, threading, etc. I’ve mostly only run web apps.
1 comments

liveness is great for java apps that spend all their time fencing locks. I've seen too many completely deadlock.