@@ -328,7 +328,7 @@ if we wanted to get more information on the service then we can use kubectl logs
```
kubectl logs services kubemoviewebfront
```
### note
**note**
in our project, services and deployments and included in the same yaml file. they are separated in yaml file using three dashes --- to indicate where one begins and the other ends. We do this to unclutter the repository and because deployments and services are very closely linked.