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
 +
  
 
* <code>[[kubectl create clusterip]]</code>
 
* <code>[[kubectl create clusterip]]</code>

Revision as of 16:21, 9 November 2022

ClusterIP: 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


Related

See also

Advertising: