Skip to content

collection of repos and scripts to simplify kubernetes administration

License

Notifications You must be signed in to change notification settings

tuxerrante/kubernetes-utils

Repository files navigation

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>

About

collection of repos and scripts to simplify kubernetes administration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published