#Is there a way to run more than 1 image in a pod?

5 messages · Page 1 of 1 (latest)

alpine grove
#

I would like to add monitoring sidecar container running inside a pod, along side with the app container. Is there a way to do this?

cerulean patrolBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

wintry wasp
#

Not possible.

#

Each pod is a different docker image.

alpine grove
#

That is unfortunate...