Can IBM cloud's free kubernetes cluster run multiple containers?

126 Views Asked by At

I am new to kubernetes. I have IBM free kubernetes cluster. I deployed image. Seems running fine. So i was wondering: is it meant to run just one container? Is that the same as deployment? Thanks.

1

There are 1 best solutions below

0
Iain Duncan On BEST ANSWER

Yes, IBM Cloud's free tier can run multiple containers. You are restricted to just a single node but that is capable of running multiple pods and each pod can then have multiple containers within it.