Kubernetes
Cheatsheets

Examples
Exam Prep
Commands to remember
The Exam
Last updated

Last updated
# CONFIG
sysctl -p # persist new config
sysctl --system # reads new config files
k cluster-info --kubeconfig /etc/sysctl.d/10-bufferbloat.conf
cat /etc/kubernetes/manifests/etcd.yaml | grep file
kubeadm token create --print-join-command # to join a new node to cluster
# ALIASES
alias ke='k explain --recursive'
export do='--dry-run=client -o yaml'