Kubetail is a general-purpose logging tool for Kubernetes, optimized for tailing logs across multi-container workloads in real-time. With Kubetail, you can view logs from all the containers in a workload merged into a single, chronological timeline, in a browser or a terminal.
Kubetail is a general-purpose logging tool for Kubernetes, optimized for tailing logs across multi-container workloads in real-time. With Kubetail, you can view logs from all the containers in a workload merged into a single, chronological timeline, in a browser or a terminal.
To install kubetail, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kubetail
To see what files were installed by kubetail, run:
port contents kubetail
To later upgrade kubetail, run:
sudo port selfupdate && sudo port upgrade kubetail
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.