-
Notifications
You must be signed in to change notification settings - Fork 275
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
Add kueue-viz templates in helm charts #3853
Comments
Hi @mimowo and @mbobrovskyi I have created this issue just after the draft PR #3852 to discuss the requirements for the chart. Also I wanted to discuss the location of the charts: should it be placed under wdyt ? |
Thanks @akram .
|
|
@mimowo : re-reading question 1, I think I have replied with an out of topic answer. I was focusing on the question on having 2 separate deployments for frontend and backend, and if I understand correctly, the question is about having entirely kueue-viz as (a) container(s) inside of the kueue pod. That's a possibility also, but for now, I prefer to have it separate. The cons are: given still the young age of the project, crashes or performance issues should not impact kueue main container. So, for isolation purposes, I think it is preferable to keep them separate for now. When community adoption gets better, I think, we can work in rationalising the project by having an internal kueue api, that the backend can use efficiently rather than reimplement some features or grabbing some metrics. At the end, the backend could be a simple websocket serving hatch that would cleanup or assemble data coming from the kueue observability api. Regarding some other pros/cons: having them in the same pod may tighten coupling of the dashboard and core kueue. At some points, this is a pro, but in the early stages of the component, that could reduce velocity. |
@akram thank you for the deep responses! I'm perfectly ok with separate pods for frontent and backend - separate from the main Kueue. All the argumentation sgtm. |
What would you like to be added:
Installation of kueue-viz dashboard using kueue
Why is this needed:
Improve user experience by making installation of kueue-viz simple
Completion requirements:
Having the helm charts that allows installation of kueue-viz using helm; charts should allow to:
This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered: