6 ms·
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
by NightMKoder 2y 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.
- jfuawdfaw 2y agoliveness is great for java apps that spend all their time fencing locks. I've seen too many completely deadlock.