Damn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨
Damn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨
kubectl logs and then grep from there. You make it sound difficult if not impossible, but it’s not. Combine it with egrep and you can pretty much do anything you want right there on the CLI
synchronize-panes!
for X in $(seq -f host%02g 1 9); do echo $X; ssh $X “grep the shit”; done
:)
kubectl logs -l <label-key>=<label-value> | grep <search-term>
This is what I was thinking. And you can’t really graph out things over time on a graph which is really critical for a lot of workflows.
I get that Splunk and Elastic or unwieldy beasts that take way too much maintenance for what they provide for many orgs but to think grep is replacement is kinda crazy.