Skip to content

Collection of useful docker images based on ubuntu

Notifications You must be signed in to change notification settings

oniseijin/docker-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collection of useful docker images based on ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published