Kubernetes Service Operations

From NovaOrdis Knowledge Base
Revision as of 00:23, 20 September 2020 by Ovidiu (talk | contribs) (→‎With Metadata)
Jump to navigation Jump to search

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

Describe the service in a metadata YAML file:

POST it with:

kubectl apply -f ./service.yaml