vinay-agens commented on issue #213: URL: https://github.com/apache/apisix-helm-chart/issues/213#issuecomment-1739829070
Localhost: If you're running the dashboard locally, you can visit this URL: `http://localhost:9000/user/login`. Kubernetes: If you're using Kubernetes, you can set the app six-dashboard service type to NodePort so that you can access it through Kubernetes worker nodes' IP addresses. If you're using a managed Kubernetes service like EKS, you can set the app six-dashboard service type to LoadBalancer, so AWS will assign an ELB address for you, and you can access it on the Internet. Shell or Service: You can run the dashboard in the shell with `sudo manager-api -p /usr/local/apisix/dashboard/` or run the dashboard as a service with `systemctl start apisix-dashboard`. Remember to replace `/usr/local/apisix/dashboard/` with your actual APISIX Dashboard path if it's different. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
