Kubernetes Service Operations

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

Internal

Create a Service

With CLI

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

With Metadata