powerful-ocean-51915
05/02/2023, 6:50 PMrapid-eye-50641
05/02/2023, 9:47 PMPort Forwarding
is to expose the services running in your cluster to your local machine. Can you share some information about the exact steps you are following to help me understand your issue please?powerful-ocean-51915
05/03/2023, 11:11 AMrapid-eye-50641
05/03/2023, 5:01 PMkubectl create deployment nginx-test --image=nginx --port=80
kubectl create service clusterip nginx-test --tcp=5000:80
.. and then forward the service to the host machine port 30092
from the GUI. You should see the NGINX welcome page when you open <http://localhost:30092/>
in your browser.powerful-ocean-51915
05/04/2023, 12:04 PMrapid-eye-50641
05/04/2023, 2:54 PMpowerful-ocean-51915
05/05/2023, 2:49 PM