hjacobs / kube-ops-view

Kubernetes Operational View - read-only system dashboard for multiple K8s clusters
https://kubernetes-operational-view.readthedocs.io/
GNU General Public License v3.0
1.83k stars 256 forks source link

Use this to display regular non kubernetes clusters #200

Open CrashLaker opened 5 years ago

CrashLaker commented 5 years ago

Hi guys.

I was wondering if there's a way to feed data to this for it to show regular cluster such as vmware esxi clusters.

Can anyone guide me here?

hjacobs commented 5 years ago

Interesting idea! Right now it builds on Kubernetes primitives and I don't plan to support other cluster systems. But you could try out using the frontend and replace the backend API to get cluster data from a different source than Kubernetes.