DEV Community

Discussion on: Kubernetes - Scheduling containers

Collapse
 
downey profile image
Tim Downey • Edited

Yeah, for production you may consider looking into things like fluentd or fluentbit for forwarding logs to some external aggregator and the view them through that.

But for dev clusters or just adhoc access, kubectl logs is super handy!

Thread Thread
 
sidgod profile image
Sid

Nice! We already use filebeat + ES (Since it's native to AWS offering right now) I'm guessing we'll still continue to do the same way!