โ˜ธ๏ธ Kubernetes

Some kubernetes overview links, with a focus on networking.

Terminal Enhancements

(Cross posted from here)

k9s

Get it here. My go-to cluster navigator of choice. Very vim-like in behaviour.

kubectl plugins

Get krew which is a plugin manager for kubectl. I installed these plugins to start with:

  • ctx โ€“ Easily switch between contexts. Integrates out of the box with fzf so itโ€™s pretty sweet
  • ns โ€“ Same, for switching namespaces rapidly
  • tail โ€“ Tails across all pods in a service, among other things
  • tree โ€“ shows the hierarchy of resources (like Service -> Endpoint) in a tree

Books

  • Kubernetes in Action by Marko Luksa.