0

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.

Jeff Sloyer
  • 4,899
  • 1
  • 24
  • 48
normonds
  • 73
  • 4

1 Answers1

3

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.

Iain Duncan
  • 3,139
  • 2
  • 17
  • 28