BarganBanananas
BarganBanananas

Reputation: 13

run a task in only ONE pod (of multiple pods)

I am trying to run a process in only ONE docker pod (and not the other n pods),

can I know (from inside a pod/instance)

thanks.

Upvotes: 1

Views: 1406

Answers (1)

coderanger
coderanger

Reputation: 54211

Don't do this. Put that thing in its own deployment (or statefulset more likely) that is unrelated to the others.

Upvotes: 3

Related Questions