I want to set up `Fluent Bit` with `Grafana` in `K...
# kubernetes
d
I want to set up
Fluent Bit
with
Grafana
in
Kubernetes
using
Pulumi
through these two Helm charts: 1. Fluent Bit: https://artifacthub.io/packages/helm/fluent/fluent-bit 2. Grafana: https://artifacthub.io/packages/helm/grafana/grafana Here is an example of my code, but I'm facing pod startup issues due to the configuration: https://github.com/omidraha/pulumi_example/blob/main/log/log.py https://github.com/omidraha/pulumi_example/blob/main/log/setup.py