Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.19 KB

kubernetes-utils

This is a raw collection of repos and scripts to simplify kubernetes administration or learning.

This repo has submodules, so to clone it all use --recursive arg:
git clone --recursive https://github.com/tuxerrante/kubernetes-utils

Online best free trainings

Init commands to memorize

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

$ vim ~/.vimrc
set nu
set ic
set expandtab
set shiftwidth=2
set tabstop=2
set list

kubectl config set-context <context-of-question> --namespace=<namespace-of-question>