aws-controllers-k8s / community

AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes
https://aws-controllers-k8s.github.io/community/
Apache License 2.0
2.4k stars 253 forks source link

Kinesis Data Firehose service controller #1795

Open astryia opened 1 year ago

astryia commented 1 year ago

I need an ability to define Kinesis Data Firehose delivery streams to be able to send containers logs over it to S3. Looks like existing kinesis-controller doesn't support this.

jaypipes commented 1 year ago

@astryia yes... Kinesis Data Firehose is an entirely separate and different service from Kinesis :( We will need to generate a firehose-controller from the API definition for this new service.