When is it convenient to have two or more containers in a single pod? #198
Unanswered
sergiorivas
asked this question in
Q&A
Replies: 1 comment
-
The reasons would be when two parts of the same app need to always be on the same host together. Some valid uses:
More examples of sidecars:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure what's a situation for having more than one container in a pod.
For example:
If you have an app with (frontend & backend)
You can argue: it's better to have them in separate pods since they can be scaled individually, but for another side, when you create a new feature usually they have to be upgraded at the same time.
What do you recommend?
Beta Was this translation helpful? Give feedback.
All reactions