mattjmcnaughton / personal-k8s

All the code for bootstrapping, managing, and deploying applications on my personal k8s cluster.
Apache License 2.0
4 stars 2 forks source link

Configure centralized logging for all pods #26

Open mattjmcnaughton opened 5 years ago

mattjmcnaughton commented 5 years ago

Issue Currently, I can only access logs via kubectl logs. I'd like a more advanced logging aggregator/storage system.

Impl Most likely, I will use ElasticSearch/Kibana for logs. I will explore FluentBit as the forwarder.

Definition of Done