Hacker News new | ask | show | jobs
by harpratap 2204 days ago
Isn't this the same for every software? How is debugging issues with Linux, NGINX, any complex framework any easier?
2 comments

Well, for one thing, all logs are in /var/log.

If it doesn’t fail just right in kubernetes there might be no logs at all.

I’m thinking on particular about trying to mount filesystems into pods.

Debugging k8s issues is like debugging a vast distributed monolith with a vague guesses on where the problem occurred.