How do I enable Fluent Bit logging in EKS Fargate without running sidecar containers?
Does anyone have a concrete example of how to enable Fluent Bit logging for Fargate pods using the [eks-cluster](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/modules/services/eks-cluster) and [k8s-service](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/modules/services/k8s-service) Terraform modules from the Gruntwork Service Catalog? I'd like to do this without running a sidecar container, which appears to be supported but I'm struggling with how and where to pass through the required configuration in Fargate-land.
You can set up Fluent Bit for Fargate using the [`eks-fargate-container-logs`](https://github.com/gruntwork-io/terraform-aws-eks/tree/master/modules/eks-fargate-container-logs) module. For a concrete example of using the module, see the [EKS Fargate Cluster With Supporting Service](https://github.com/gruntwork-io/terraform-aws-eks/tree/master/examples/eks-fargate-cluster-with-supporting-services/core-services). For full configuration options and available destinations, see [`variables.tf`](https://github.com/gruntwork-io/terraform-aws-eks/blob/master/modules/eks-fargate-container-logs/variables.tf). You don't need to apply any special configuration to your `k8s-service` - Fluent Bit will forward your container logs to the configured destination automatically.