Refs: https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/
You are tasked to deploy an application to http://hello-world.info
the software is package at gcr.io/google-samples/hello-app:1.0
the app team said the software listens on port 8080
. web app responds to prefix path http://hello-world.info/*
Deploy only using the 3 commands, complete the commands.
kubectl create deployment --port **** ...
kubectl expose ...