kubectl create -f <path_to_project>/deployments/poc-deployment.yaml Verify that deployment is successfull and all replicas have been created "kubectl get deployments"
kubectl create -f <path_to_project>/services/service.yaml Verify that the service is running "kubectl get svc"
minikube service app-service