sponsor Vim development Vim logo Vim Book Ad

vimkubectl : Manage Kubernetes resources from Vim

 script karma  Rating 19/7, Downloaded by 637  Comments, bugs, improvements  Vim wiki

created by
Saud Mohammed
 
script type
utility
 
description
Git source: https://github.com/rottencandy/vimkubectl

A Vim/Neovim plugin to manipulate Kubernetes resources.

This plugin is a kubectl wrapper providing commands and mappings to perform actions on Kubernetes resources.

Please consider voting if you like this.
 
install details
Use your favourite plugin manager.

Or use Vim8's built-in package support:

git clone https://github.com/rottencandy/vimkubectl ~/.vim/pack/plugins/start/vimkubectl

Help tag files can be generated inside Vim using :helptags ALL.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vimkubectl-0.12.0.tar.gz 0.12.0 2022-10-20 8.2 Saud Mohammed - All operations are now fully asynchronous!
- Automatically watch and update resources in :Kget buffers
- Add :K command to run arbitrary commands
- Multiple bug fixes
vimkubectl-0.11.0.tar.gz 0.11.0 2021-04-07 8.1 Saud Mohammed - Change buffer names from __kubernetes__/* to kube://*, this will enable better overriding of buffers.
- Use BufReadCmd to manage buffers, there can now be multiple resource & list view buffers
- Display resource count in list view
- Use vint to identify bugs and reduce bad patterns
- Multiple minor bug fixes
vimkubectl-0.9.6.tar.gz 0.9.6 2020-08-08 8.0 Saud Mohammed Added {range} support for :Kapply.
vimkubectl-0.9.5.tar.gz 0.9.5 2020-07-28 8.0 Saud Mohammed Added Kapply command and streamline other commands.
vimkubectl-0.9.0.tar.gz 0.9.0 2020-03-12 8.0 Saud Mohammed New Commands:

- KEdit {resource} {object}
Open a split containing the manifest of {object} of type {resource}. Also has <Tab> completion.
vimkubectl-0.8.tar.gz 0.8.0 2020-03-01 8.0 Saud Mohammed Initial upload
ip used for rating: 3.131.13.194

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github