I have no idea how to do this. Any help would be great.
I'm running a pod on Fargate that holds my application container and a fluentd container. How can I send my logs from my application container to my fluentd container to push to splunk? I cannot set my log driver or log options (the normal way I would configure my container to change it's log destination) in my kubernetes deployment definition.
So how am I suppose to accomplish this, has anyone actually done this?