Can I put multiple containers inside a single pod?

Does each pod have only 1 container? What if we need to put multiple containers in a pod? The reason is, I want 10 apps in Dev and allow them all 5 CPUs. They will share with each other. I do not want to allow 10 CPUs, 1 each to all. I do not see how we can share the CPU here.

The simple response is no - it’s not possible, and actually, your pods already share the resources from your cluster. I’d highly recommend this article explaining how Kubernetes (the scheduler used under Qovery) works on resource allocation.

Let me know if you have more questions