- POD cant create its only can instantiate by kubetl
- EaCh Node can contain multiple pods
- Each pod can contains multiple container (or) single containers
- If container is not there then POD also not there viceversa
- POD is the logical unit (not like docker and all)
- kubernetes will only schedulde the pods not others
- Ideal design is each pod contains single container not more than that. (We can add but its not ideal)
- Internally POD means containers in pods communicate with through localhost
- When 2 pods communicates it will go through the pod network
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)