logoalt Hacker News

emoIIlast Sunday at 9:45 AM2 repliesview on HN

I bet the kubernetes project has test for that, why should I as an application developer care about testing something other than my own code?


Replies

valenterrylast Sunday at 9:50 AM

Oh of course, I'm sure the kubernetes project tests that they trigger restarts correctly etc.

But that doesn't cover the behavior of your app, the specific configuration you ask kubernetes to use and how the app uses its health endpoints etc. - this is all purely about your own code/config, the kubernetes team can't test that.

bccdeelast Sunday at 8:41 PM

That's assuming your code is well-configured. How do you test your k8s configs?