- Apply the resources.yaml file
kubectl apply -f resources.yaml -n <namespace>
- This will deploy a default InMemory Broker, a Trigger filtering by
source: /from/ping
and a custom event display, so we can see the content-type header. - Run the following command from your terminal to create a temporary container to run curl:
kubectl run curl --image=radial/busyboxplus:curl -i --tty --rm
- In a new terminal window, run: