knative-extensions / kn-plugin-service-log

Kn plugin for showing the standard output of Knative services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kn-service-log

kn service log SERVICE follow the current logs of a service’s running pods. It prints the revision and pod index prefix and works basically like stern

Compile with

./hack/builds.sh

then move kn-service-log to ~/.config/kn/plugins/ and call kn with

kn service log mysvc &

this is work in progress …​

About

Kn plugin for showing the standard output of Knative services.

License:Apache License 2.0


Languages

Language:Shell 52.5%Language:Go 47.5%