I want to compose multiple functions on KNative.
For example, result of A is input to B whose result is input to C.
Based on my understanding, the eventing enables this on Knative Serving
However, I could not find simple examples to run on my private KNative testbed.
Would you please let me know the steps to run a simple example with two functions?
In addition, if I want to run K8s (e.g., Guestbook (https://kubernetes.io/docs/tutorials/stateless-application/guestbook/)) or Istio (e.g., Bookinfo (https://istio.io/docs/examples/bookinfo/) examples on KNative serving, should I use eventing to compose the components?
I want to compose multiple functions on KNative.
For example, result of A is input to B whose result is input to C.
Based on my understanding, the eventing enables this on Knative Serving
However, I could not find simple examples to run on my private KNative testbed.
Would you please let me know the steps to run a simple example with two functions?
In addition, if I want to run K8s (e.g., Guestbook (https://kubernetes.io/docs/tutorials/stateless-application/guestbook/)) or Istio (e.g., Bookinfo (https://istio.io/docs/examples/bookinfo/) examples on KNative serving, should I use eventing to compose the components?