0 votes
in Kubernetes K8s by
What is ClusterIP?

1 Answer

0 votes
by

The ClusterIP is the default Kubernetes service that provides a service inside a cluster (with no external access) that other apps inside your cluster can access. 

...