A simple plugin to apply and delete Kubernetes objects directly from Neovim.
<leader>kawill apply the current .yaml (or .yml) file to the cluster.<leader>kcwill create a prompt you through creating a new manifest.<leader>kdwill create a prompt to delete any item from the cluster.
You can also additionally use the following commands:
:KubectlApply
:KubectlCreate
:KubectlDeleteI got tired of switching windows when authoring Kubernetes resources.
With the Lazy package manager:
-- Kubectl plugin
{
"samyerkes/kubectl.nvim",
opts = {}
},