8000 GitHub - gamoutatsumi/k8s.vim: Vim/Neovim plugin for Kubernetes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gamoutatsumi/k8s.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s.vim

A Vim/Neovim plugin for kubernetes

Requirements

Usage

" Execute kubectl via terminal
" Bellow is Same as 'kubectl get pods -A'
:K8s get pods -A

" Show all pods
:K8sPods

" Show all nodes
:K8sNodes

" Show all depployments
:K8sDeployments

" Show all services
:K8sServices

" Show all secrets
:K8sSecrets

" Show all events
:K8sEvents

" Show pod list filterd by 'app=sample-pod' of label
:drop k8s://pods/list?labels=app=sample-pod

Also you can do some action(like show pod's logs, run shell in pod). Please see help for more details.

Related Project

Author

skanehira

About

Vim/Neovim plugin for Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • Vim Script 1.5%
  • Makefile 0.1%
0