Install Stern to access pod logs¶
Stern is a tool that allows you to tail multiple pods on Kubernetes and multiple containers within the pod. Each result is color coded for quicker debugging.
-
Install Stern
curl -L -o /usr/local/bin/stern chmod +x /usr/local/bin/stern
-
Install on MacOS
brew install stern