Exec into kubernetes pod easy (via kubectl)
brew install yggheim/tap/k
That tool lets you to:
- select a context from your kubectl config
~/.kube/config
- select pod from this context
- select a container from the pod
kubectl exec -it
into that what you've selected