For those working on Kube, I totally recommend usi...
# contributing-to-airbyte
d
For those working on Kube, I totally recommend using
stern
(
brew install stern
) to tail the Kube logs. The features I love are 1) ability to select deployments based on regex (e.g.
stern "airbyte-s"
gives the airbyte-server and airbyte-scheduler) 2) logs are tagged with colored pod names, making it easy to read
u
thanks i’m gonna try!
u
nice i like it!
u
is cool eh!
d
i don’t have to copy/paste the full name with the random string to do
kubectl logs
anymore \o/
c
I’ve been using https://github.com/lensapp/lens lately
u
I also installed lens but i didn’t find a nice way to read the logs with it… (is it available somewhere and i missed it?) so stern is pretty good for that, so it seems both tools can be quite complementary?
u
yeah the logs are available if you select a specific container within a pod