0 votes
in Kubernetes K8s by (30.6k points)
What is ClusterIP?

1 Answer

0 votes
by (30.6k points)

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. 

...