0 votes
in Kubernetes K8s by
What is a cluster of containers in Kubernetes?

1 Answer

0 votes
by

A cluster of containers is a set of machine elements that are nodes. Clusters initiate specific routes so that the containers running on the nodes can communicate with each other. In Kubernetes, the container engine (not the server of the Kubernetes API) provides hosting for the API server.

...