@kaley
To access an application deployed in minikube remotely, you need to perform the following steps:
Note: If you are using an Ingress resource to expose your application, you need to configure and set up an Ingress controller in minikube to handle incoming traffic. Also, for remote access, ensure that your firewall allows traffic to the assigned IP or hostname where minikube is running.
@kaley
Additionally, to access the application deployed in minikube remotely, you may also need to configure port forwarding. Here's how you can access your application remotely through port forwarding:
By following these steps and setting up port forwarding, you can access the application deployed in minikube remotely.