kube-ops-view icon indicating copy to clipboard operation
kube-ops-view copied to clipboard

Kubernetes Operational View - read-only system dashboard for multiple K8s clusters

Results 81 kube-ops-view issues
Sort by recently updated
recently updated
newest added

Create some initial documentation: * How to configure / set up * User guide / how to interpret the UI

help wanted

I've deployed Kubeopsview via Helm chart. I followed 'Static List of API Server URLs' procedure as I passed a list of API servers in CLUSTERS environment variable. I also passed...

Having more than 4 clusters make it hard to find your "own" cluster. Allow finding and selecting a single cluster in the UI.

enhancement

So I've installed kube-ops-view with the helm chart with the default options. My understanding is it should try to use the in-cluster service account to talk to Kubernetes, right? Well,...

I find this project very useful to quickly check (among other things) the the available capacity on a cluster. The UI already represents in details the available capacity of each...

enhancement

~~~~ $ python3 -m kube_ops_view --kubeconfig-path ~/kubeconfig --kubeconfig-contexts production INFO:kube_ops_view.main:Listening on :8080.. ERROR:kube_ops_view.update:Failed to update Traceback (most recent call last): File "/home/pi/kube-ops-view/kube_ops_view/update.py", line 42, in update_clusters for cluster in clusters:...

bug

Related to #124

enhancement
in progress

We have a [global Redis lock for querying Kubernetes clusters](https://github.com/hjacobs/kube-ops-view/blob/master/kube_ops_view/update.py#L37) right now (to make sure a cluster is only queried once across all kube-ops-view replicas), this should be changed to...

enhancement

PixiJS falls back to a canvas renderer if WebGL is not available. The canvas renderer does not support any filters, i.e. especially the "filter pods by name" feature is not...

bug