Difference between revisions of "Kubectl create service"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
[[loadbalancer]] Create a LoadBalancer service | [[loadbalancer]] Create a LoadBalancer service | ||
[[nodeport]] Create a NodePort service | [[nodeport]] Create a NodePort service | ||
− | + | ||
Usage: | Usage: | ||
kubectl create service [flags] [options] | kubectl create service [flags] [options] | ||
− | + | ||
− | Use "kubectl <command> --help" for more information about a given command. | + | 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). | + | Use "kubectl options" for a list of global command-line options (applies to all commands). |
== Related == | == Related == |
Revision as of 10:24, 18 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
kubectl create clusterip
kubectl create externalname
kubectl create loadbalancer
kubectl create nodeport
See also
Advertising: