Question
In kubernetes, while the "kubectl run" command will create a deployment based on a docker image provided (e.g. : kubectl run kubernetes-bootcamp --image=gcr.io/google-samples/kubernetes-bootcamp:v1 --port=8080 --replicas=3), the kubectl [...] command will create a service from these 3 pods so they can be accessed from outside the cluster