ClusterIP
(Redirected from CLUSTER-IP)
Jump to navigation
Jump to search
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. [1]
kubectl create clusterip
kubectl get service | grep ClusterIP
kubectl get all
Redis values.yml[edit]
Related[edit]
NodePort
externalName
- CKA 1.23 Understand ClusterIP, NodePort, LoadBalancer service types and endpoints
kubectl get services
kubectl port-forward
kind: Service
kind: Endpoint
- CLUSTER-IP
- spec.clusterIPs
See also[edit]
- Kubernetes services (
kind: service
),kubectl get services, kubectl describe service
,kubectl create service
[loadbalancer
|nodeport
|clusterip
|externalname ], kubectl expose
,headless service, service.beta.kubernetes.io
Advertising: