
logging-operator
This operator is in charge of handling the setup and configuration of the logging stack at Giant Swarm.
It does reconcile cluster.cluster.x-k8s.io object and make sure each Cluster is provided with a promtail instance and the necessary configuration to ship Log into loki.
Getting started
Get the code and built it via :
git clone https://github.com/giantswarm/logging-operator.git
cd logging-operator
make
See make help for help.
Credits
This operator was built using kubeduiler.