Debug School

Nagendra
Nagendra

Posted on

What is POD?

  1. POD cant create its only can instantiate by kubetl
  2. EaCh Node can contain multiple pods
  3. Each pod can contains multiple container (or) single containers
  4. If container is not there then POD also not there viceversa
  5. POD is the logical unit (not like docker and all)
  6. kubernetes will only schedulde the pods not others
  7. Ideal design is each pod contains single container not more than that. (We can add but its not ideal)
  8. Internally POD means containers in pods communicate with through localhost
  9. When 2 pods communicates it will go through the pod network

Top comments (0)