You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/01/11 09:46:11 UTC

[GitHub] [apisix-helm-chart] tokers commented on issue #213: how to browser to the apisix-dashboard

tokers commented on issue #213:
URL: https://github.com/apache/apisix-helm-chart/issues/213#issuecomment-1009770707


   1. You can use `kubectl port-forward` to expose the service to your localhost, so that you can access it.
   2. You can set the apisix-dashboard service type to `NodePort` so that you can access it through Kubernetes worker nodes' IP addresses;
   3. If you're using a managed Kubernetes service like EKS, you can set the apisix-dashboard service type to `LoadBalancer`, so AWS will assign an ELB address for you, and you can access it on the Internet;
   4. (NOT SUGGEST), you can expose your APISIX service firstly through the above 3 ways, then adding a route to expose the apisix-dashboard by APISIX.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org