k9s
k9s copied to clipboard
Instructions to run `k9s` via `crictl`
Is your feature request related to a problem? Please describe.
The README provides instruction to run k9s via docker, to run the latest k9s version.
However, modern k8s deployments have switched to alternative container runtime to containerd, etc which are CRI compatible container runtimes. As such, docker is not installed anymore.
Describe the solution you'd like
Instruction to run k9s via crictl
Describe alternatives you've considered
Manually download the latest k9s binary for my distribution: ubuntu (manual install)
Additional context None