Difference between revisions of "ClusterIP"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
<code>ClusterIP</code>: exposes the Service on a cluster-internal IP. Choosing this value makes the Service only reachable from [[within the cluster]]. This is the default that is used if you don't explicitly specify a type for a Service. <ref>https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types</ref>
+
<code>ClusterIP</code> [[exposes]] the Service on a cluster-internal IP. Choosing this value makes the Service only reachable from [[within the cluster]]. This is the default that is used if you don't explicitly specify a type for a Service. <ref>https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types</ref>
  
  

Revision as of 20:14, 8 November 2023

Advertising: