this post was submitted on 24 May 2024
388 points (98.0% liked)

Programmer Humor

32139 readers
633 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] flamingo_pinyata@sopuli.xyz 31 points 4 months ago (9 children)

Good luck connecting to each of the 36 pods and grepping the file over and over again

[–] whodatdair@lemmy.blahaj.zone 11 points 4 months ago* (last edited 4 months ago)

for X in $(seq -f host%02g 1 9); do echo $X; ssh -q $X “grep the shit”; done

:)

But yeah fair, I do actually use a big data stack for log monitoring and searching… it’s just way more usable haha

load more comments (8 replies)