replicatedhq / kots

KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.
https://kots.io
Apache License 2.0
900 stars 90 forks source link

feature request for including Dashboard which can give overview of a cluster #691

Open chitender opened 4 years ago

chitender commented 4 years ago

Hi,

it would be great if we can introduce a dashboard which we can give us overview of a cluster on which Kots application is installed. Key metrics which can display:

- namespaces
- services
- deployments
- ingress
- pods status
- jobs status
- statefulsets
- pv/pvc
- node status
- service accounts
- cluster role

Use Case: for SAS/PAS products where customer deploys the application on its their own. their is no way to know the cluster status or resource status unless untill he/she doesnt has access to the K8s cluster. it will be beneficial to show the cluster resource overview in Kots admin console.

marccampbell commented 4 years ago

@chitender are you thinking this is a read-only, informational view of resources in the namespace(s) that the application is in? Or are you looking for more of a cluster-wide view?

chitender commented 4 years ago

@marccampbell for now it can be a read-only view. informational view of resources should be bounded to namespaces which was created by KOTS. or we can span it to cluster wide.

chitender commented 4 years ago

@marccampbell wanted to check on this. do we have this in kots roadmap?