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 ([[Kubernetes_Service_Concepts#Service|ClusterIP]], [[Kubernetes_Service_Concepts#NodePort|NodePort]], [[Kubernetes_Service_Concepts#LoadBalancer|LoadBalancer]], or [[Kubernetes_Service_Concepts#ExternalName|ExternalName]]) can be created with the [[Kubectl_expose|kubectl expose]] command.  


More details: {{Internal|kubectl expose|kubectl expose}}
More details: {{Internal|kubectl expose|kubectl expose}}


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

Revision as of 00:18, 20 September 2020

Internal

Create a Service

With CLI

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

More details:

kubectl expose

With Metadata