Skip to content

samyerkes/kubectl.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

kubectl.nvim

A simple plugin to apply and delete Kubernetes objects directly from Neovim.

  • <leader>ka will apply the current .yaml (or .yml) file to the cluster.
  • <leader>kc will create a prompt you through creating a new manifest.
  • <leader>kd will create a prompt to delete any item from the cluster.

You can also additionally use the following commands:

:KubectlApply
:KubectlCreate
:KubectlDelete

Motivation

I got tired of switching windows when authoring Kubernetes resources.

Installation

With the Lazy package manager:

  -- Kubectl plugin
  {
    "samyerkes/kubectl.nvim",
    opts = {}
  },

About

Manage Kubernetes resources from Neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages