ClusterIP
Jump to navigation
Jump to search
↑ https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
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 clusteripkubectl get service | grep ClusterIPkubectl get all
Redis values.yml[edit]
Related[edit]
NodePortexternalName- CKA 1.23 Understand ClusterIP, NodePort, LoadBalancer service types and endpoints
kubectl get serviceskubectl port-forwardkind: Servicekind: Endpoint- CLUSTER-IP
- spec.clusterIPs
- kubectl describe svc -n ingress-nginx ingress-nginx-controller
- service.beta.kubernetes.io/aws-load-balancer-type
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, traffic distribution
Advertising: