Kubernetes

What is a Service in Kubernetes?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

"An abstract way to expose an application running on a set of Pods as a network service." - read more here

In simpler words, it allows you to add an internal or external connectivity to a certain application running in a container.