minikube start
<cd
into the repo dir>
kubectl apply -f k8s-web-to-ngnix.yaml -f nginx.yaml
will get you up & runningminikube service k8s-web-to-ngnix
to open the webpage in default browser/nginx
endpoint will get you to nginx pod from homepagekubectl delete -f k8s-web-to-ngnix.yaml -f nginx.yaml
will delete the pods.