This message was deleted.
# k3s
a
This message was deleted.
c
there are many different tools for collecting container logs. none of them are going to be k3s specific though.
K3s does not do anything unique when it comes to how the containers write logs.
r
Adding to the comments above.
Is there a k3s component I can use specifically for data logging of all my apps and the cluster ?
No, but you can use what Kubernetes offers by default which is reading the log stream from your pods with
kubectl logs
is there a rancher plug-in or somthing I’d have to install on all my nodes and it’s a dashboard or something
I don’t know how much access your user has over the cluster you’re looking at, but as mentioned above you have a lot of graphical options like: • The official Kubernetes Dashboard (link) • K9s (link) • Lens (⚠️ paid) (link)
m
Roger, thanks guys