-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Open
Enhancement
Copy link
Labels
team/honeybadgerTeam Honey BadgerTeam Honey Badgerui/backstageThe next generation web UI for Giant SwarmThe next generation web UI for Giant Swarm
Description
Problem
Duplication of info in the deployments overview
Currently we fail to match some deployments (or statefulsets, daemonsets) in the deployments overview to the HelmRelease item that manages them.
This example shows a Deployment that should actually not be shown, as we show the "parent" HelmRelease:
Lack of details for metrics-based deployment items
Currently we cannot show a version for workloads discovered via metrics. Example:
Solution
We should configure hube-state-metrics to provide more labels via the kube_*_labels metrics, so we can match a resource directly to the responsible HelmRelease.
The Deployment shown in the example above has the following labels:
app: team-stamper
app.kubernetes.io/instance: flux-giantswarm-team-stamper
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: team-stamper
app.kubernetes.io/version: 0.0.0-f011e3b5a8a7ee8ef24375f87d22ff3c721aa553
application.giantswarm.io/branch: 0-0-0-f011e3b5a8a7ee8ef24375f87d22ff3c721aa553
application.giantswarm.io/commit: 0.0.0-f011e3b5a8a7ee8ef24375f87d22ff3c721aa553
application.giantswarm.io/team: honeybadger
helm.sh/chart: team-stamper-0.0.0-f011e3b5a8a7ee8ef24375f87d22ff3c721aa553_a4e
helm.toolkit.fluxcd.io/name: team-stamper
helm.toolkit.fluxcd.io/namespace: flux-giantswarmWe may update the kube-state-metrics configuration to include more labels.
app.kubernetes.io/versionto populate the version columnhelm.toolkit.fluxcd.io/nameto match the workload to the HelmRelease- Do we also need
helm.toolkit.fluxcd.io/namespace? We already know the namespace the workload resides in.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
team/honeybadgerTeam Honey BadgerTeam Honey Badgerui/backstageThe next generation web UI for Giant SwarmThe next generation web UI for Giant Swarm
Type
Projects
Status
In Progress ⛏️