8 ms·
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?
by emoII 1y ago
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?
- valenterry 1y agoOh 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.
- bccdee 1y agoThat's assuming your code is well-configured. How do you test your k8s configs?