New applications view #3497
Replies: 5 comments
-
I think a namespace makes sense as an application boundary as there can be multiple deployments/daemonsets for a single application. Some popular examples:
In the end, I could see where someone would consider those separate applications though. In addition, a user could choose to deploy multiple applications to a single namespace. This is not easy... |
Beta Was this translation helpful? Give feedback.
-
@joaquimrocha I had another idea. We can use the recommended labels from Kubernetes: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/ I think the most promising one is app.kubernetes.io/instance. A cursory look at our clusters shows that both popular projects and our users are using this label. This is most likely due to the use of Helm where it is assigned the Helm release name. |
Beta Was this translation helpful? Give feedback.
-
Hey! We are finishing implementing this idea and initially we thought the configuration for this applications view (we're calling it Projects) should be local, but maybe it's useful to have it in a way that multiple users of the cluster can see the same projects. headlamp.projects:
name: My Project However, using a Headlamp specific ConfigMap or CR would be a first for Headlamp, as till now we have managed to avoid integrating anything that is Headlamp specific in users' clusters. Any opinions on what would be a most desirable approach? |
Beta Was this translation helpful? Give feedback.
-
I want to share some screenshots illustrating the current Projects area: Projects home page![]() Project details![]() Project resource view![]() |
Beta Was this translation helpful? Give feedback.
-
I think applicaion concept in ArgoCD project is great, probably🤔 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks! When I meet users who don't know about Headlamp, a good portion of them always ask if Headlamp is cluster focused or app focused, or admin focused vs dev focused.
Seems like a number of users could therefore benefit from a view where we focus more on applications, deployments, projects, ... than the pure cluster views.
Some questions I'd like to start a discussion on:
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions