Martin Linkhorst

Results 101 comments of Martin Linkhorst
trafficstars

@kfox1111 chaoskube v0.5.0 supports filtering by annotations. Thanks for the idea. Give it a shot if you like. https://github.com/linki/chaoskube#filtering-targets

@spa-87 Thanks for sharing your opinion.

Hi @mukaibot, thanks for your nice words. Please see my answer regarding the status of this project before starting to use it seriously: https://github.com/linki/cloudformation-operator/issues/20#issuecomment-453472383. Also take a closer look at...

One point in favour of a cluster-wide CRD and a 1:1 mapping from resource name to CF stack name is: > although how would outputs/refs work then, are they remapped...

@luoyimu1 Yes, that's related to this issue. Ideally, in the "status" section of the Stack resource we would have information about the real state of the CloudFormation Stack, including whether...

You could also head over to AWS' similar project [aws-service-operator-k8s](https://github.com/aws/aws-service-operator-k8s/tree/mvp). It's being worked on by people from AWS. It's not released yet but the mvp branch seems active.

@cuppett That looks great. I would take the status section out of scope of this issue. I don't remember if your PR already publishes some events which can be handy...

Yes, I saw that and it's awesome :slightly_smiling_face: I'll leave this issue open for now because it's about publishing events as well.

Do you have some guidance how to add another monitoring solution, e.g. which existing one would be a good starting point, what interface to implement, what to look out for...