The fluentd addon will add Elasticsearch, Fluentd, and Kibana to MicroK8s.

To enable the addon:

microk8s enable fluentd

microk8s kubectl proxy

 

You can access the dashboard at:

https://hostname:16443/api/v1/namespaces/kube-system/services/kibana-logging/proxy/app/kibana

 

Note that you will need to set up Kibana, starting with an index pattern, to track whatever you are interested in.

For more information, see the official documentation:

https://www.elastic.co/guide/en/kibana/current/discover.html

https://kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana/

 

You can disable the addon with the following command:

microk8s disable fluentd

Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.