Skip to content

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.

  1. Install Stern

    curl -L -o /usr/local/bin/stern
    chmod +x /usr/local/bin/stern
    
  2. Install on MacOS

brew install stern