- filter the pods of your current namespace/context
- previews the pod as lua table
- enters the kubectl edit in a new terminal buffer when selected
- tail the logs
- use other objects than pods
- docs for lazy (I know packer is depricated, but I'm too lazy to rewrite my config.)
use { 'venc0r/telescope-k8s.nvim' }
require('telescope_k8s').setup {}
require('telescope').load_extension('telescope_k8s')
:Telescope telescope_k8s show_pods
vim.keymap.set("n", "<leader>k8s", "<CMD>Telescope telescope_k8s show_pods<CR>")
inspired by