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

Support for cross-cluster resource retrieval and retrieving of multiple resource types #122

Open
Iceber opened this issue Aug 9, 2022 · 2 comments
Labels
enhancement New feature or request improve improve feature priority priority

Comments

@Iceber
Copy link

Iceber commented Aug 9, 2022

Hi, I found this multi-cluster dashboard project, I really like the functionality and interface of this dashboard, I think clusterpedia can extend this project to support cross-cluster resource retrieval, and can retrieve multiple resource types simultaneously.

Clusterpedia is a cncf sandbox project for complex retrieval of resources across clusters.
The clusterpedia is compatible with Kubernetes OpenAPI, everyone can get a quick overview of clusterpedia’s basic functionality through https://github.com/clusterpedia-io/clusterpedia#usage-samples

Clusterpedia upport for importing Kubernetes 1.10+, and use Collection Resource to retrieve different types of resources, such as Deployment, DaemonSet, StatefulSet

$ kubectl get collectionresources
NAME            RESOURCES
any             *
workloads       deployments.apps,daemonsets.apps,statefulsets.apps
kuberesources   .*,*.admission.k8s.io,*.admissionregistration.k8s.io,*.apiextensions.k8s.io,*.apps,*.authentication.k8s.io,*.authorization.k8s.io,*.autoscaling,*.batch,*.certificates.k8s.io,*.coordination.k8s.io,*.discovery.k8s.io,*.events.k8s.io,*.extensions,*.flowcontrol.apiserver.k8s.io,*.imagepolicy.k8s.io,*.internal.apiserver.k8s.io,*.networking.k8s.io,*.node.k8s.io,*.policy,*.rbac.authorization.k8s.io,*.scheduling.k8s.io,*.storage.k8s.io

Would you like kore-dashboard to provide cross-cluster resource retrieval and retrieval of multiple resource types through Clusterpedia?

@itnpeople
Copy link
Member

itnpeople commented Aug 9, 2022

thanks.
it's a good suggestion.

I just read the clusterpedia github "readme.md".
We reviewed it at the design stage, but we couldn't find the right solution at the time, so we are currently developing it by ourselves using ConfigMap.
I thinks that it is necessary to consider.

(get help from "https://translate.google.com")

@Iceber
Copy link
Author

Iceber commented Aug 9, 2022

I believe the cooperation between open source projects will make kore-dashboard and clusterpedia better.

If there are any questions or ideas, we can always communicate.

@itnpeople itnpeople added enhancement New feature or request improve improve feature labels Aug 10, 2022
@itnpeople itnpeople added the priority priority label Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request improve improve feature priority priority
Projects
None yet
Development

No branches or pull requests

2 participants