docs/code-samples/eventing/helloworld
knative-automation c257e0bef4
upgrade to latest dependencies (#5212)
bumping knative.dev/hack 6c30196...d1317b0:
  > d1317b0 errexit and pipefail should remain off until downstream is fixed (# 228)
  > df80419 🐛 Fix for test failures of knative/serving# 13292 (# 227)
  > 7556452 🎁 Use modscope tool to get info about Go modules (# 223)
  > 103cdb3 Default `SIGN_IMAGES` variable to `false` (# 225)
  > 36b2b3c add flag (# 224)
  > 547a2ca Start Signing our Releases (# 198)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-09-16 16:05:06 +00:00
..
helloworld-go upgrade to latest dependencies (#5212) 2022-09-16 16:05:06 +00:00
helloworld-python Update eventing helloworld-python dependencies (#4834) 2022-03-18 06:40:18 -07:00
README.md Move code samples to GitHub (#4565) 2021-12-14 04:20:51 -08:00

README.md

Knative Eventing - Hello World app

Following examples include a simple web app written in the language of your choice that you can use to test knative eventing. It shows how to consume a CloudEvent in Knative eventing, and optionally how to respond back with another CloudEvent in the HTTP response.

We will deploy the app as a Kubernetes Deployment along with a Kubernetes Service. However, you can also deploy the app as a Knative Serving Service.

Prerequisites

  • A Kubernetes cluster with Knative Eventing installed.
    • If you decide to deploy the app as a Knative Serving Service then you will have to install Knative Serving.
  • Docker installed and running on your local machine, and a Docker Hub account configured (we'll use it for a container registry).