Difference between revisions of "Kubectl create clusterip"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(3 intermediate revisions by the same user not shown)
Line 21: Line 21:
 
* <code>[[ClusterIP]]</code> (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.
 
* <code>[[kubectl get service]] | grep ClusterIP</code>
 
* <code>[[kubectl get service]] | grep ClusterIP</code>
 
+
* <code>[[provided IP is already allocated]]</code>
 +
* [[Port forward]]: [[kubectl port-forward]]
  
 
== See also ==
 
== See also ==

Latest revision as of 14:38, 29 June 2023

Advertising: