A service is an abstraction for pods. It provides a  virtual IP (VIP) address. 
It allow clients to reliably connect to the containers running in the pods, using the Virtual IP address. 
It is bascially a component that groups together collection of pods.
To display services under kubernetes, you can run the below command:
$kubectl get services