-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How to deploy dashboard ? #3587
Comments
Welcome to the Apache EventMesh community!! Please make sure to include all the relevant context. If you are interested in contributing to our project, please let us know! Want to get closer to the community?
Mailing Lists:
|
@HadesKing If you are using the 1.4.0 version of EventMesh Docker, you may have trouble connecting to the dashboard because the image does not expose port 10106 for admin access. The current solution is to build a Docker image using the latest EventMesh code and run the updated image, which should allow you to connect to the dashboard. Dockerfile
|
Thank you for your reply!
|
@mxsm
Second,download the dashboard source code.(Is a zip package from https://github.com/apache/eventmesh-dashboard.)
The end! |
@HadesKing Thanks for this documentation. I am on Windows and in my case I have reproduced those steps but I have an error: Is your Dockerfile is in the docker folder or in the root folder? |
you need make the tar.gz package and the dockerfile same directory. |
@xwm1992 Yes. |
@xwm1992 it works fine on my Windows pc. Thanks |
Has anyone succeeded in making this work with an HTTPS connection? I deployed event mesh on K8S and exposed it over Istio. The API endpoints are working fine but it keeps on returning an HTTP 404 when I try to configure it in the dashboard. Not sure what the problem is so before I debug it a bit more, I would like to know if others faced issues with this. Bram |
@brampurnot May you please provide some debug logs? It will be helpful. Dashboard now only supports localhost connection. It will support connecting to any instance in the near future. |
Hi @Pil0tXia , However after a while, I noticed that the configuration and the metrics started populating so it seems to work. Could it be that the /client endpoint does not exist? Because that's the endpoint it calls when you click on save: Bram |
@brampurnot It is a known issue for us and we have already assigned a develeoper to resolve it. For now the only way to use the dashboard properly is to access it from a machine that has Runtime started. |
Ok thanks for the info! |
Search before asking
Question
When I wanted to run and deploy dashboard on my computer, I had some problems.
npm run dev
.https://localhost:3000/
as the following picture shows.I don't know how to do the next step, what is
https://localhost:10106
? What should I fill in?Help me, thanks.
The text was updated successfully, but these errors were encountered: