Hi Team I have a query if a pod has main and sidecar containers ..is there any r . . .

vijay inguva:
hi Team I have a query if a pod has main and sidecar containers …is there any restriction for number of pods in node

Vinay Kumar:
Number of Pods Restriction is implemented using ResourceQuota and if resources are not available on node then Scheduler will not schedule on that node

Vinay Kumar:
if no Quota defined then it depends on the capacity of node…

vijay inguva:
is there any limitation based on any parameter

Vinay Kumar:
To limit number of pods on node?

Vinay Kumar:
Except Quota resource object i don’t recollect that anything else can limit number of pods

vijay inguva:
ok thanks