Camel K
Install kamel:
wget -O - \
https://github.com/apache/camel-k/releases/download/v1.3.1/camel-k-client-1.3.1-linux-64bit.tar.gz \
| tar -C ~/.local/bin -zxvf - ./kamel
Deploy Knative Eventing CamelSource
kubectl apply \
-f "https://github.com/knative-sandbox/eventing-camel/releases/download/v0.20.0/camel.yaml"
View CloudEvents Messages
kubectl apply \
-f "https://github.com/knative/eventing-contrib/releases/download/v0.18.8/event-display.yaml"