InterviewSolution
Saved Bookmarks
| 1. |
What is a Pod in Kubernetes? |
|
Answer» A Pod in Kubernetes is actually a GROUP of one or more CONTAINERS having shared storage/network SETTINGS and a standard specification for running the containers. It contains one or more APPLICATION containers that are relatively tightly coupled and are executed on the same physical or virtual machine. |
|