pawankukreja01 commented on issue #213: URL: https://github.com/apache/apisix-helm-chart/issues/213#issuecomment-1733408797
1. If you have the APISIX Dashboard running locally, you can use kubectl port-forward to expose the service to your localhost. 2. Alternatively, 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 are using a managed Kubernetes service like EKS, you can set the apisix-dashboard service type to LoadBalancer. This will assign an ELB address for you, and you can access it on the Internet. 4. Another option is to expose your APISIX service first through the above three ways and then add 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
