Friday, July 2, 2021

Kubernetes Service Types

Services in Kubernetes are used to group pods into a single endpoint. As Pods can be recreated, they can be attached to services for stable IP addresses.

A service can be defined using yaml file. Example of Kubernetes service using yaml file is given below. The "targetport" specified in the yaml file is the port value where the container is running.



from DZone.com Feed https://ift.tt/3hyZpmP

No comments:

Post a Comment