Kubernetes Service Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
==With CLI==
==With CLI==


A service of any type (ClusterIP, NodePort, LoadBalancer, ExternalName) can be created with the [[Kubectl_expose|kubectl expose]] command.
A service of any type (ClusterIP, NodePort, LoadBalancer, ExternalName) can be created with the [[Kubectl_expose|kubectl expose]] command.  
 
More details: {{Internal|kubectl expose|kubectl expose}}


==With Metadata==
==With Metadata==

Revision as of 23:56, 19 September 2020

Internal

Create a Service

With CLI

A service of any type (ClusterIP, NodePort, LoadBalancer, ExternalName) can be created with the kubectl expose command.

More details:

kubectl expose

With Metadata