Skip to content
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

[Kubernetes Dashboard] K8s Tree needs to key off of cluster.id #137087

Closed
qcorporation opened this issue Jul 25, 2022 · 1 comment · Fixed by #137858
Closed

[Kubernetes Dashboard] K8s Tree needs to key off of cluster.id #137087

qcorporation opened this issue Jul 25, 2022 · 1 comment · Fixed by #137858
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team: AWP: Visualization AWP team that does most fullstack work in kibana

Comments

@qcorporation
Copy link

qcorporation commented Jul 25, 2022

Description and Rationale

Based upon the changes being made within the K8sMD ticket: https://github.com/elastic/k8smd/issues/60
There is a gap within K8sMD retrieval of the Cluster Name within EKS. There is no standard/generalized way of capturing the Cluster Name reliably. As such, we need to consider that the Cluster Name might not exist. Within the UI, the tree view keys off of this identifier to create the top level root for visualizing the tree,
[
[cluster name, namespace, pods, container],
[cluster name, nodes, pods, containers]
]
The K8s Dashboard needs to key off of the cluster.id as defined within Ticket 60
If the cluster name is present, display the cluster name within the UI.
If the cluster name is not present, display the cluster.id for now (Suggestions are welcome here @nick-alayil )

Acceptance Criteria:

  • Running Endpoint+K8sMD within EKS will properly group cluster resources if the cluster name is empty within the UI
  • Unit test MUST be created to test Cluster Name is empty
@qcorporation qcorporation added bug Fixes for quality problems that affect the customer experience Team: AWP: Visualization AWP team that does most fullstack work in kibana labels Jul 25, 2022
@qcorporation
Copy link
Author

@m-sample had a suggestion of separating some attributes into different fields.
Then, if Endpoint+K8sMD did not populate the cluster name field, we can display it within the UI (root node) based upon a combination of other fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team: AWP: Visualization AWP team that does most fullstack work in kibana
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants