Damn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨

https://lemmy.sdf.org/post/17212428

Damn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨 - SDF Chatter

Good luck connecting to each of the 36 pods and grepping the file over and over again
Since you are talking about pods, you are obviously emitting all your logs on stdout and stderr, and you have of course also labeled your pods nicely, so grepping all 36 gods is as easy as kubectl logs -l <label-key>=<label-value> | grep <search-term>