โธ๏ธ 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.
Links
- A guide to the k8s networking model - Thoroughly detailed, best link of the lot.
- Network Plugins - official docs.
- Understanding k8s networking
- Multi network configuration with Multus-CNI
- Ingress system
- Another k8s networking
- Another k8s networking link