Created
May 15, 2025 13:44
-
-
Save fnya/b51d9c02f9fe3d3e09082a065cadc15e to your computer and use it in GitHub Desktop.
zlogs.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zlogs() { | |
kubectl logs apps/"$1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment