kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.18k stars 103 forks source link

Event bus #691

Open mattj-io opened 5 years ago

mattj-io commented 5 years ago

What would you like to be added:

Several people at Meetups where I have presented Kudo have asked about being able to get the status via an event bus.

Why is this needed:

Allows for more complex orchestration and triggering of external events, for example using a set of Kudo operators to deploy an entire application stack.

mattj-io commented 5 years ago

I guess this may be possible already using Kubernetes primitives ? My knowledge of k8s at that level is a bit slim.

kensipe commented 5 years ago

yeah... this is available via k8s... I'm not sure what else we would do / add

gerred commented 5 years ago

We could come up with a list of events that we emit and react to and capture them.