kubernetes-practicing

important commands:

  • exec in a pod container:
kubectl -n elastic-stack exec -it app -- cat /log/app.log

Vim setup:

set tabstop=2
set bs=2
set shiftwidth=2
set autoindent
set number
set expandtab
filetype plugin indent on