You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement liveness probes: httpGet and tcpSocket. Execing a command in the container is hard(er), as we may need to get into the namespace - this is doable as we know the volumes that exist. But we should guard against an rm -rf / command as we run as root... httpGet and tcpSocket are much less destructive and can be simply built into systemk
The text was updated successfully, but these errors were encountered:
Implement liveness probes: httpGet and tcpSocket. Execing a command in the container is hard(er), as we may need to get into the namespace - this is doable as we know the volumes that exist. But we should guard against an
rm -rf /
command as we run as root...httpGet
andtcpSocket
are much less destructive and can be simply built into systemkThe text was updated successfully, but these errors were encountered: