I'm migrating my cluster to GKE using autpilot mode, and I'm trying to apply fluentbit for logging (to be sent to Elasticsearch and then Kibana to be alerted on a slack channel).
But it seems that GKE Autopilot doesn't want me to do anything on the hostPath
other than reading into files inside /var/log
according to this documentation. However Fluentbit needs to access /var/lib/docker/containers
which is different from /var/log
and also access to write inside /var/log
Is there a way to get around this or how do you usually log in GKE Autopilot with alerts? Experience sharing is also welcome