kdash
kdash copied to clipboard
A simple and fast dashboard for Kubernetes
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.143 to 1.0.144. Release notes Sourced from serde's releases. v1.0.144 Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl...
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.9 to 0.9.10. Release notes Sourced from serde_yaml's releases. 0.9.10 Make Display for Number produce the same representation as serializing (#316) Commits 831470b Release 0.9.10 c162706 Merge...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.83 to 1.0.85. Release notes Sourced from serde_json's releases. v1.0.85 Make Display for Number produce the same representation as serializing (#919) v1.0.84 Make Debug impl of serde_json::Value...
Workloads - [x] Pods - [x] Deployments - [x] Replica sets - [x] Stateful sets - [x] Jobs #35 - [x] Cron Jobs #45 - [x] Daemon sets #34 -...
Container logs are streamed now, but its not perfect, there are some issues that needs to be fixed - [ ] Due to timeout and re-poll, there might be some...
**Is your feature request related to a problem? Please describe.** I have a set of pods that are related to the service I maintain and I often need to read...
**Is your feature request related to a problem? Please describe.** In k9s, you can type `s` to get container shell when checking pod's containers. Is there similar functionality in kdash?...