Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 969 Bytes

README.md

File metadata and controls

48 lines (27 loc) · 969 Bytes

Kubectl Environment

This has the minimally useful environment for kubectl. It doesn't go too crazy with customizations as this is meant to be useful for CKAD/CKA tests, plus have a few value added

Very Minimal (what you can remember to do yourself) would be

.vimrc

set expandtab
set tabstop=2

.bashrc

export do="--dry-run=client -o yaml"
source <(kubectl completion bash)

Power Vim

Run following commands from within Vim to get this going. Unclear how to do this outside earlier

:PlugInstall :CocInstall coc-yaml :CocConfig (already done for kubernetes)

This is built from kubectl-ubuntu as I probably want that stuff too, but could be from straight ubuntu

These will be combined to be a very rich kubernetes developer enviroment, but keeping separate for now

Kubectl Max

Has everything from the above, plus all useful configurations