Difference between revisions of "ClusterIP"
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
NodePort
externalName
- CKA 1.23 Understand ClusterIP, NodePort, LoadBalancer service types and endpoints
kubectl get services
See also
Advertising: