Difference between revisions of "Kubectl create clusterip"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types | * https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types | ||
− | ClusterIP (default ServiceType): exposes the Service on a cluster internal IP then your service is only reachable from within the cluster. | + | * <code>[[ClusterIP]]</code> (default ServiceType): exposes the Service on a cluster internal IP then your service is only reachable from within the cluster. |
Revision as of 14:55, 20 July 2022
- https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-service-clusterip-em-
- https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
ClusterIP
(default ServiceType): exposes the Service on a cluster internal IP then your service is only reachable from within the cluster.
See also
Advertising: