-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

kubetail


> Utility to tail multiple Kubernetes pod logs at the same time.

More information.


Tail the logs of multiple pods (whose name starts with "my_app") in one go:

kubetail {my_app}

Tail only a specific container from multiple pods:

kubetail {my_app} -c {my_container}

To tail multiple containers from multiple pods:

kubetail {my_app} -c {my_container_1} -c {my_container_2}

To tail multiple applications at the same time separate them by comma:

kubetail {my_app_1},{my_app_2}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:35:46 2024