@mao@lemmy.sdf.org to Programmer Humor@lemmy.ml • 6 months agoDamn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨lemmy.sdf.orgimagemessage-square70fedilinkarrow-up1383arrow-down18
arrow-up1375arrow-down1imageDamn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨lemmy.sdf.org@mao@lemmy.sdf.org to Programmer Humor@lemmy.ml • 6 months agomessage-square70fedilink
minus-square@brokenlcd@feddit.itlinkfedilink5•6 months agoI don’t know how k8s works; but if there is a way to execute just one command in a container and then exit out of it like chroot; wouldn’t it be possible to just use xargs with a list of the container names?
minus-squarezelukolinkfedilink9•6 months agoyeah, just use kubectl and pipe stuff around with bash to make it work, pretty easy
I don’t know how k8s works; but if there is a way to execute just one command in a container and then exit out of it like chroot; wouldn’t it be possible to just use xargs with a list of the container names?
yeah, just use kubectl and pipe stuff around with bash to make it work, pretty easy