Difference between revisions of "Kubectl create service"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
  
 
== Related ==
 
== Related ==
 +
* <code>[[kubectl create clusterip]]</code>
 
* <code>[[kubectl create loadbalancer]]</code>
 
* <code>[[kubectl create loadbalancer]]</code>
 
* <code>[[kubectl create nodeport]]</code>
 
* <code>[[kubectl create nodeport]]</code>

Revision as of 09:15, 1 February 2022

https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-service-em-

kubectl create service
Create a service using a specified subcommand.

Aliases:
service, svc

Available Commands:
  clusterip    Create a ClusterIP service
  externalname Create an ExternalName service
  loadbalancer Create a LoadBalancer service
  nodeport     Create a NodePort service

Usage:

 kubectl create service [flags] [options]

Use "kubectl <command> --help" for more information about a given command. Use "kubectl options" for a list of global command-line options (applies to all commands).

Related

See also

Advertising: