Difference between revisions of "Kubernetes/Tools"

From Ever changing code
Jump to navigation Jump to search
(Created page with "*[https://github.com/johanhaleby/kubetail kubetail] Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream. This is the same as runnin...")
(No difference)

Revision as of 13:29, 13 July 2019

  • kubetail Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream. This is the same as running "kubectl logs -f " but for multiple pods.
  • kubectx kubens Kubernetes config switches for context and setting up default namespace