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
digigoblin11mo ago
Not possible. Each pod is a different docker image.
ChueyChueykin
ChueyChueykinOP11mo ago
That is unfortunate...
justin
justin10mo ago
Just manually install what u want in a docker container and make it all in one

Did you find this page helpful?