https://gist.github.com/simme/1297707
tmux new -s <session-name>
https://gist.github.com/simme/1297707
tmux new -s <session-name>
ctrl+shift+o Split horizontally
ctrl+shift+e Split vertically
ctrl+shift+x Maximize current window(in splitted one), press again to have splitted view
ctrl+shift+t Opens a new tab in terminator window
ctrl+shift+i Opens a new terminator window
ctrl+ Increase font size
ctrl- Decrease font size
ctrl+0 Reset font size
ctrl+pageUp Goto previous tab
Other VCS like CVS, SVN, Bazzar stores delta changes after every commit(in each version of project), instead git stores snapshots of projects in every version(some file may have reference to previous, if that file was not updated)
kube-scheduler
schedules pods on nodes based on node capacity, load on node and other policies. This runs in kube-system
namespacekubelet
runs on worker node which listens for instructions from kube-apiserver and manages containers