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

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?
3 Replies
digigoblin
digigoblin12mo ago
Not possible. Each pod is a different docker image.
ChueyChueykin
ChueyChueykinOP12mo ago
That is unfortunate...
J.
J.12mo ago
Just manually install what u want in a docker container and make it all in one

Did you find this page helpful?