Services in Kubernetes
What is Service in Kubernetes?
A Kubernetes Service is an abstraction which defines a logical set of Pods running somewhere in your cluster, that all provide the same functionality. When created, each Service is assigned a unique IP address (also ca...
mizanf123.hashnode.dev3 min read