0 votes
in Kubernetes K8s by
What is the Cluster IP?

1 Answer

0 votes
by

The cluster Ip is a default Kubernetes service that provides a link between the pods or map container port and the host ports. It provides the services within the cluster and gives access to other apps which are inside the same cluster.

...