this post was submitted on 24 May 2024
357 points (97.6% liked)

Programmer Humor

32710 readers
767 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
[–] [email protected] 4 points 8 months ago (1 children)

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?

[–] [email protected] 8 points 8 months ago

yeah, just use kubectl and pipe stuff around with bash to make it work, pretty easy