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