devops Kubernetes 101: Service In Kubernetes, a Service is a pivotal abstraction that defines a logical set of Pods through policies describing how to access them.
devops Kubernetes 101: Pod Pods are the smallest deployable units in Kubernetes that can be created, scheduled, and managed.