Kubilay's DevOps Blog

Kubernetes

kubectl debug node/node10 -it --image=docker.io/ubuntu-debug:0.0.5 kubeadm token create --print-join-command

Docker

docker volume create --name volume1 --opt type=none --opt device=/home/kubilay/Documents/data --opt o=bind

Bash Scripting

du -ah --max-depth=1 . | sort -h

Git

git config --global credential.helper store

git pull