kptop icon indicating copy to clipboard operation
kptop copied to clipboard

CLI tool for Kubernetes that provides pretty monitoring for Nodes, Pods, Containers, and PVCs resources on the terminal through Prometheus metrics

Results 7 kptop issues
Sort by recently updated
recently updated
newest added

After installation, it doesn't work due to missing module 'kubernetes', should be added to the dependencies ``` Traceback (most recent call last): File "/Users/khaled-abushqear/Library/Python/3.11/bin/kptop", line 5, in from kptop_tool import...

Instead of just containers, pods and nodes, it would be nice to also have views for deployments, daemonsets, statefulsets, etc...

feature

It would be awesome to be able to allow creating dashboards with a config file defining the layout and queries to run. Maybe a dashboard command that would take the...

feature

![image](https://github.com/eslam-gomaa/kptop/assets/33789516/62636d0b-d369-4f18-83b0-448d5be9b83b)

bug

[root@llody-dev ~]#pip3 install kptop --upgrade Collecting kptop Downloading kptop-0.0.7-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.9/47.9 kB 148.3 kB/s eta 0:00:00 Collecting tabulate==0.9.0 Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) Collecting rich==13.3.1 Downloading rich-13.3.1-py3-none-any.whl (239 kB)...

Hi, rewrite it as kubectl plugin Examples kubectl kptop get nodes kubectl kptop get pods .....