InterviewSolution
Saved Bookmarks
| 1. |
What Is A Cluster Of Containers? |
|
Answer» A CONTAINER cluster is a set of COMPUTE Engine instances called nodes. It also CREATES routes for the nodes, so that containers running on the nodes can communicate with each other. The Kubernetes API SERVER does not RUN on your cluster nodes. Instead, Container Engine hosts the API server. A container cluster is a set of Compute Engine instances called nodes. It also creates routes for the nodes, so that containers running on the nodes can communicate with each other. The Kubernetes API server does not run on your cluster nodes. Instead, Container Engine hosts the API server. |
|